Re: Problem connecting JDBC client to a secure cluster

2017-04-13 Thread Josh Elser
Just some extra context here: From your original message, you noted how the ZK connection succeeded but the HBase connection didn't. The JAAS configuration file you provided is *only* used by ZooKeeper. As you have eventually realized, hbase-site.xml is the configuration file which controls

Re: Weird High Read throuput of SYSTEM.STATS

2017-04-13 Thread Josh Elser
Thanks for the version info. I'm not sure about what's included in CDH's packaging -- maybe someone else knows. I understand that your question was about the read load. However, the old guideposts likely needed to be updated with the new files' stats. Thus, even though you're writing data to

Are arrays stored and retrieved in the order they are added to phoenix?

2017-04-13 Thread Cheyenne Forbes
I was wonder if the arrays are stored in the order I add them or they are sorted otherwise (maybe for performance reasons)