You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Håvard Wahl Kongsgård (JIRA)" <ji...@apache.org> on 2012/08/21 09:00:38 UTC

[jira] [Created] (HADOOP-8715) Pipes cannot use Hbase as input

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

       

[jira] [Resolved] (HADOOP-8715) Pipes cannot use Hbase as input

Posted by "Håvard Wahl Kongsgård (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Håvard Wahl Kongsgård resolved HADOOP-8715.
-------------------------------------------

    Resolution: Fixed

This was a issue with zookeeper
                
> 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