kunfengwu created SPARK-18561:
---------------------------------

             Summary: when checkpoint restore ,Streaming Dstream join RDD from 
hbase exception 
                 Key: SPARK-18561
                 URL: https://issues.apache.org/jira/browse/SPARK-18561
             Project: Spark
          Issue Type: Question
          Components: DStreams
    Affects Versions: 1.3.0
         Environment: hbase1.0,huawei fusionsight c50
            Reporter: kunfengwu


when restore streaming context from checkpoint,occur 
error:java.lang.nullpointer:
at org.apache.hadoop.mapreduce.tableinputformat.setconf .
code as below:

dstreaming=ssc.createdirectstream();
hbaserdd=ssc.sparkcontexr.newAPIHadoopRDD()
dstream.tranform(rdd.join(hbaserdd))
dstream.foreachrdd(...)



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to