Hi, Can anybody help me in following issues.
1) I am using hadoop-1.0.3 with hive-0.9.0 When start hive in embedded derby mode it is working fine. But when I start in external derby mode I am getting following error. What could be the issue? hive> show tables; FAILED: Error in metadata: javax.jdo.JDOFatalInternalException: Error creating transactional connection factory NestedThrowables: java.lang.reflect. InvocationTargetException FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask hive> myconfig is: <property> <name>javax.jdo.option.ConnectionURL</name> <value>jdbc:derby://localhost:1527/myderby1;create=true</value> <description>JDBC connect string for a JDBC metastore</description> </property> <property> <name>javax.jdo.option.ConnectionDriverName</name> <value>org.apache.derby.jdbc.ClientDriver</value> <description>Driver class name for a JDBC metastore</description> </property> 2) I tried hadoop-0.22.0 with hive-0.8.0. It is always throwing shims issue....... Can you please tell me how to overcome this? Thanks, B Anil Kumar.
