unsubscribe
Unsubscribe
I am trying to write a Spark program that reads data from HBase and store
it in DataFrame.
I am able to run it perfectly with hbase-site.xml in the $SPARK_HOME/conf
folder, but I am facing few issues here.
Issue 1
The first issue is passing hbase-site.xml location with the --files
parameter subm
Hi
I am trying to write a spark code that reads data from Hbase and store it
in DataFrame.
I am able to run it perfectly with hbase-site.xml in $spark-home/conf
folder.
But I am facing few issues Here.
Issue 1: Passing hbase-site.xml location with --file parameter submitted
through client mode(It
Hi
I am trying to read a csv with few double attributes and String Label . How
can i convert it to labelpoint RDD so that i can run it with spark mllib
classification algorithms.
I have tried
The LabelPoint Constructor (is available only for Regression ) but it
accepts only double format label. I