Re: Using Hint with PhoenixRDD

2019-04-11 Thread William Shen
Thanks Thomas. I've created
https://issues.apache.org/jira/browse/PHOENIX-5238

On Wed, Apr 10, 2019 at 8:39 PM Thomas D'Silva 
wrote:

> Can you please file a JIRA for this?
>
> On Wed, Apr 10, 2019 at 5:53 PM William Shen 
> wrote:
>
>> 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 to pass in?
>>>
>>> On Wed, Apr 10, 2019 at 10:42 AM William Shen <
>>> wills...@marinsoftware.com> wrote:
>>>
>>>> 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 <
>>>> wills...@marinsoftware.com> wrote:
>>>>
>>>>> 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
>>>>>
>>>>


Re: Using Hint with PhoenixRDD

2019-04-10 Thread Thomas D'Silva
Can you please file a JIRA for this?

On Wed, Apr 10, 2019 at 5:53 PM William Shen 
wrote:

> 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 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!
>>>
>>> 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 implementation of PhoenixRDD
>>>> and PhoenixRecordWritable, but was not able to find an obvious way to do
>>>> so. Is it supported?
>>>>
>>>> Thanks in advance!
>>>>
>>>> - Will
>>>>
>>>


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 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!
>>
>> 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 implementation of PhoenixRDD
>>> and PhoenixRecordWritable, but was not able to find an obvious way to do
>>> so. Is it supported?
>>>
>>> Thanks in advance!
>>>
>>> - Will
>>>
>>


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!
>
> 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 implementation of PhoenixRDD
>> and PhoenixRecordWritable, but was not able to find an obvious way to do
>> so. Is it supported?
>>
>> Thanks in advance!
>>
>> - Will
>>
>


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 implementation of PhoenixRDD
> and PhoenixRecordWritable, but was not able to find an obvious way to do
> so. Is it supported?
>
> Thanks in advance!
>
> - Will
>


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