Re: error when beeline connecting to hiveserver2

2018-04-23 Thread Johannes Alberti
You should connect by default to 1, the webui port is not the port beeline connects with. Regards, Johannes Sent from my iPhone > On Apr 23, 2018, at 6:38 AM, 侯宗田 wrote: > > Hi, > > I have started hiveserver2 and try to connect it with beeline using the >

error when beeline connecting to hiveserver2

2018-04-23 Thread 侯宗田
Hi, I have started hiveserver2 and try to connect it with beeline using the following command: >!connect jdbc:hive2://localhost:10002/default But get the following error WARN jdbc.HiveConnection: Failed to connect to localhost:10002 Unknown HS2 problem when communicating with Thrift server.

org.apache.hadoop.hive.ql.metadata.HiveMetaStoreClientFactory

2018-04-23 Thread Elliot West
Hello, I'm looking for an abstraction to use for integrating with different (non-Thrift) metadata catalog implementations. I know that AWS Glue manages this and so have explored in EMR (Hive 2.3.2) a little. I see that it uses the "org.apache.hadoop.hive.ql.metadata.HiveMetaStoreClientFactory"

Re: Does Hive support Hbase-synced partitioned tables?

2018-04-23 Thread Oleksiy S
Thanks for answer Furcy. On Sun, Apr 22, 2018 at 8:59 PM, Furcy Pin wrote: > Hi Oleksiy, > > I must say that I don't know if partitioned HBase-backed tables are > supported in Hive, but I don't understand why you would need it. What are > you trying to do exactly? I suspect