Re: Use Phoenix hints with Spark Integration [main use case: block cache disable]

2017-08-31 Thread Josh Mahonin
Hi Roberto, At present, I don't believe there's any way to pass a query hint explicitly, as the SELECT statement is built based on the table name and columns, down in this method:

Use Phoenix hints with Spark Integration [main use case: block cache disable]

2017-08-30 Thread Roberto Coluccio
Hello folks, I'm facing the issue of disabling adding to the block cache records I'm selecting from my Spark application when reading as DataFrame (e.g. sqlContext.phoenixTableAsDataFrame(myTable, myColumns, myPredicate, myZkUrl, myConf). I know I can force the no cache on a query basis