Re: Cannot insert to phoenix table through hive

2017-10-20 Thread spats
Issue was we are using older version of phoenix 4.4 , some one copied 4.8 phoenix jars to server that lead me believe we are using 4.8 but actually servers are of version 4.4. -- Sent from: http://apache-phoenix-user-list.1124778.n5.nabble.com/

Re: Load HFiles in Apache Phoenix

2017-10-20 Thread James Taylor
If you put together a nice example, we can post a link to it from the FAQ. Sorry, but with open source, the answer is often "go look at the source code". :-) On Fri, Oct 20, 2017 at 2:13 PM, snhir...@gmail.com wrote: > > > On 2017-10-20 17:07, James Taylor

Re: Load HFiles in Apache Phoenix

2017-10-20 Thread snhir...@gmail.com
On 2017-10-20 17:07, James Taylor wrote: > Load Phoenix into Eclipse and search for references to > PhoenixRuntime.getUncommittedDataIterator(). There's even a unit test does > this. > Ok, I appreciate the response. But I've already encountered the source code

Re: Load HFiles in Apache Phoenix

2017-10-20 Thread James Taylor
Load Phoenix into Eclipse and search for references to PhoenixRuntime.getUncommittedDataIterator(). There's even a unit test does this. On Fri, Oct 20, 2017 at 2:04 PM, snhir...@gmail.com wrote: > > > On 2017-10-20 16:49, James Taylor wrote: > >

Re: Load HFiles in Apache Phoenix

2017-10-20 Thread snhir...@gmail.com
On 2017-10-20 16:49, James Taylor wrote: > Here's a little more info: > https://phoenix.apache.org/faq.html#Why_empty_key_value > > Lot's of hits here too: > http://search-hadoop.com/?project=Phoenix=empty+key+value > > On Fri, Oct 20, 2017 at 1:45 PM, sn5

Re: Load HFiles in Apache Phoenix

2017-10-20 Thread James Taylor
Here's a little more info: https://phoenix.apache.org/faq.html#Why_empty_key_value Lot's of hits here too: http://search-hadoop.com/?project=Phoenix=empty+key+value On Fri, Oct 20, 2017 at 1:45 PM, sn5 wrote: > It would be very helpful to see a complete, working example

Re: Load HFiles in Apache Phoenix

2017-10-20 Thread sn5
It would be very helpful to see a complete, working example (preferably with some comments) of this hfile load technique. Apparently it's a known idiom, but I've spent most of the afternoon searching Google and cannot find a single reference other than this thread. In particular I do not

Re: Async get

2017-10-20 Thread James Taylor
I haven't heard that there will be an async client for HBase (but I'd love to be corrected). On Fri, Oct 20, 2017 at 11:05 AM, Karan Mehta wrote: > That is coming up in HBase 2.0 AFAIK. You can try out AsyncHBase ( > https://github.com/OpenTSDB/asynchbase/) till HBase

Re: Async get

2017-10-20 Thread Karan Mehta
That is coming up in HBase 2.0 AFAIK. You can try out AsyncHBase ( https://github.com/OpenTSDB/asynchbase/) till HBase 1.3, although it has limited capabilities. ᐧ On Fri, Oct 13, 2017 at 10:17 AM, Flavio Pompermaier wrote: > I totally agree. An official HBase async

Re: Cannot connect phoenix client in kerberos cluster

2017-10-20 Thread rafa
Hi Mallieswari, As far as I know you can configure queryServer to connect to a secured cluster with a proper keytab and principal on its configuration. Once the queryserver is started that way you can connect with a simple: python sqlline-thin.py http://hostname:8765 can you login correctly in