Hi,
The latest version of Impala doesn't seem to work with the EC2 set up
instructions listed here:
http://blog.cloudera.com/blog/2013/02/from-zero-to-impala-in-minutes
The cluster seems to set up fine, but I get the following error when
running a 'show tables' command from the Hive CLI:
*-bash-4.1$ hive*
*Logging initialized using configuration in
file:/etc/hive/conf.dist/hive-log4j.properties*
*Hive history
file=/tmp/impala/hive_job_log_impala_201302272345_1246843221.txt*
*hive> show tables;*
*FAILED: Error in metadata: MetaException(message:Got exception:
org.apache.hadoop.hive.metastore.api.MetaException
javax.jdo.JDODataStoreException: Required table missing :
"`SKEWED_STRING_LIST`" in Catalog "" Schema "". DataNucleus requires this
table to perform its persistence operations. Either your MetaData is
incorrect, or you need to enable "datanucleus.autoCreateTables"*
*NestedThrowables:*
*org.datanucleus.store.rdbms.exceptions.MissingTableException: Required
table missing : "`SKEWED_STRING_LIST`" in Catalog "" Schema "". DataNucleus
requires this table to perform its persistence operations. Either your
MetaData is incorrect, or you need to enable "datanucleus.autoCreateTables")
*
*FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask*
*hive> *
I get the same type of error in the Impala shell.
Can someone take a look and update the instructions?
Thanks,
Dave