Re: HCatalog in Hive 0.11

2013-10-03 Thread Sushanth Sowmyan
Hi, The error you're getting seems to be from this piece of code in the metastore: == 4182 String metastorePort = System.getenv("METASTORE_PORT"); 4183 if (metastorePort != null) { 4184 port = Integer.parseInt(metastorePort); 4185 } == Basically, for whatever reason, in your environmen

HCatalog in Hive 0.11

2013-10-01 Thread Tomás Fernández Pena
Hi I've just downloaded the tarball of hive 0.11. I'm trying to run the hcat_server.sh, put I got an error: $ ./hcat_server.sh start Started metastore server init, testing if initialized correctly... Metastore startup failed, see /home/ec2-user/hive-0.11.0-bin/hcatalog/sbin/../var/log/hcat.err $