Re: Using Hint with PhoenixRDD

2019-04-11 Thread William Shen
e were trying to pass in NO_CACHE to >> prevent large one-time scans from affecting the block cache. >> >> On Wed, Apr 10, 2019 at 5:14 PM Thomas D'Silva >> wrote: >> >>> I don't there is a way to pass in a hint while using PhoenixRDD. Which >>> hint are yo

Re: Using Hint with PhoenixRDD

2019-04-10 Thread Thomas D'Silva
e: > >> I don't there is a way to pass in a hint while using PhoenixRDD. Which >> hint are you trying to pass in? >> >> On Wed, Apr 10, 2019 at 10:42 AM William Shen >> wrote: >> >>> Anyone still using PhoenixRDD with Spark, or anyone had used it in

Re: Using Hint with PhoenixRDD

2019-04-10 Thread William Shen
Thanks for chiming in Thomas. We were trying to pass in NO_CACHE to prevent large one-time scans from affecting the block cache. On Wed, Apr 10, 2019 at 5:14 PM Thomas D'Silva wrote: > I don't there is a way to pass in a hint while using PhoenixRDD. Which > hint are you trying t

Re: Using Hint with PhoenixRDD

2019-04-10 Thread Thomas D'Silva
I don't there is a way to pass in a hint while using PhoenixRDD. Which hint are you trying to pass in? On Wed, Apr 10, 2019 at 10:42 AM William Shen wrote: > Anyone still using PhoenixRDD with Spark, or anyone had used it in the > past that might be able to answer this? > > Thanks

Re: Using Hint with PhoenixRDD

2019-04-10 Thread William Shen
Anyone still using PhoenixRDD with Spark, or anyone had used it in the past that might be able to answer this? Thanks! On Thu, Apr 4, 2019 at 12:16 PM William Shen wrote: > Hi all, > > Do we have any way of passing in hints when querying Phoenix using > PhoenixRDD in Spark? I reviewed the

Using Hint with PhoenixRDD

2019-04-04 Thread William Shen
Hi all, Do we have any way of passing in hints when querying Phoenix using PhoenixRDD in Spark? I reviewed the implementation of PhoenixRDD and PhoenixRecordWritable, but was not able to find an obvious way to do so. Is it supported? Thanks in advance! - Will