Hello Hive users! just a quick question, Is colocating hdfs2.0 table and hdfs1.0 table possible? whici it means.... I've setup hive 0.11.0 with hadoop2.0 and want one of the table to be exist on a remote hadoop1.0.3.
so i used following sql, only getting errors hive> create external table pokesHDFS1 (foo INT, bar STRING) location 'hdfs://hadoop01:9000/user/hive/testtable/'; FAILED: Error in metadata: MetaException(message:Got exception: java.io.IOException Failed on local exception: java.io.IOException: Response is null.; Host Details : local host is: "hadoop01/192.168.0.2"; destination host is: "hadoop01":9000; ) FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask Thankyou! *Benjamin Kim* *benkimkimben at gmail*