Re: How to connect HBase and Spark using Python?

2016-07-25 Thread Def_Os
Solved, see: http://stackoverflow.com/questions/38470114/how-to-connect-hbase-and-spark-using-python/38575095 -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/How-to-connect-HBase-and-Spark-using-Python-tp27372p27409.html Sent from the Apache Spark User List

Re: How to connect HBase and Spark using Python?

2016-07-22 Thread Benjamin Kim
t;> at py4j.commands.CallCommand.execute(CallCommand.java:79) >>> at py4j.GatewayConnection.run(GatewayConnection.java:209) >>> at java.lang.Thread.run(Thread.java:745) >> >> Even when I created the table i

Re: How to connect HBase and Spark using Python?

2016-07-22 Thread Mail.com
at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:133) >>at py4j.commands.CallCommand.execute(CallCommand.java:79) >>at py4j.GatewayConnection.run(GatewayConnection.java:209) >>at java.lang.Thread.run(Thread.java:745) > > Even when I created the table in

Re: How to connect HBase and Spark using Python?

2016-07-22 Thread Def_Os
g.Thread.run(Thread.java:745) Even when I created the table in HBase first, it still failed. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/How-to-connect-HBase-and-Spark-using-Python-tp27372p27397.html Sent from t

How to connect HBase and Spark using Python?

2016-07-20 Thread Def_Os
I'd like to know whether there's any way to query HBase with Spark SQL via the PySpark interface. See my question on SO: http://stackoverflow.com/questions/38470114/how-to-connect-hbase-and-spark-using-python The new HBase-Spark module in HBase, which introduces the HBaseContext/JavaHBaseContext