You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/04/24 03:13:39 UTC

[jira] [Assigned] (SPARK-7107) Add parameter for zookeeper.znode.parent to hbase_inputformat.py

     [ https://issues.apache.org/jira/browse/SPARK-7107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-7107:
-----------------------------------

    Assignee:     (was: Apache Spark)

> Add parameter for zookeeper.znode.parent to hbase_inputformat.py
> ----------------------------------------------------------------
>
>                 Key: SPARK-7107
>                 URL: https://issues.apache.org/jira/browse/SPARK-7107
>             Project: Spark
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Priority: Minor
>
> We encountered the following exception running hbase_inputformat.py :
> {code}
> py4j.protocol.Py4JJavaError: An error occurred while calling z:org.apache.spark.api.python.PythonRDD.newAPIHadoopRDD.
> : java.lang.RuntimeException: java.lang.NullPointerException
> at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:208)
> at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:313)
> at org.apache.hadoop.hbase.client.ClientScanner.nextScanner(ClientScanner.java:288)
> at org.apache.hadoop.hbase.client.ClientScanner.initializeScannerInConstruction(ClientScanner.java:160)
> {code}
> It turned out that the hbase cluster has custom znode parent:
> {code}
>     <property>
>       <name>zookeeper.znode.parent</name>
>       <value>/hbase-unsecure</value>
>     </property>
> {code}
> hbase_inputformat.py should support specification of custom znode parent.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org