You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2015/03/24 22:55:53 UTC

[jira] [Created] (HIVE-10073) Runtime exception when querying HBase with Spark [Spark Branch]

Jimmy Xiang created HIVE-10073:
----------------------------------

             Summary: Runtime exception when querying HBase with Spark [Spark Branch]
                 Key: HIVE-10073
                 URL: https://issues.apache.org/jira/browse/HIVE-10073
             Project: Hive
          Issue Type: Bug
          Components: Spark
    Affects Versions: spark-branch
            Reporter: Jimmy Xiang


When querying HBase with Spark, we got 
{noformat}
 Caused by: java.lang.IllegalArgumentException: Must specify table name
at org.apache.hadoop.hbase.mapreduce.TableOutputFormat.setConf(TableOutputFormat.java:188)
at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:73)
at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:133)
at org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getHiveOutputFormat(HiveFileFormatUtils.java:276)
at org.apache.hadoop.hive.ql.io.HiveFileFormatUtils.getHiveOutputFormat(HiveFileFormatUtils.java:266)
at org.apache.hadoop.hive.ql.exec.FileSinkOperator.initializeOp(FileSinkOperator.java:331)
{noformat}

But it works fine for MapReduce.



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