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

$ cat  /var/log/hcat.err
Exception in thread "main" java.lang.NumberFormatException: For input
string: ""
    at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at java.lang.Integer.parseInt(Integer.java:504)
    at java.lang.Integer.parseInt(Integer.java:527)
    at
org.apache.hadoop.hive.metastore.HiveMetaStore$HiveMetastoreCli.parse(HiveMetaStore.java:4184)
    at
org.apache.hadoop.hive.metastore.HiveMetaStore.main(HiveMetaStore.java:4195)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.apache.hadoop.util.RunJar.main(RunJar.java:160)

Any idea?

Regards.

Reply via email to