Håvard Wahl Kongsgård created HADOOP-8715: ---------------------------------------------
Summary: Pipes cannot use Hbase as input Key: HADOOP-8715 URL: https://issues.apache.org/jira/browse/HADOOP-8715 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.20.2 Environment: Ubuntu 10.04, Sun Java 1.6.0_31, Cloudera Hbase 0.90.6-cdh3u5 Reporter: Håvard Wahl Kongsgård Using pipes with hbase as input does not seem to work. I don't get any errors and the job is never added to the jobtracker. hadoop pipes -conf myconf_job.conf -input name_of_table -output /tmp/out <property> <name>mapred.input.format.class</name> <value>org.apache.hadoop.hbase.mapred.TableInputFormat</value> </property> <property> <name>hadoop.pipes.java.recordreader</name> <value>true</value> </property> <property> <name>hbase.mapred.tablecolumns</name> <value>col_fam:name</value> </property> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira