Created 01-04-2016 07:12 PM
Team,
Congratulations. We just published Spark 1.6 technical preview (http://hortonworks.com/hadoop-tutorial/apache-spark-1-6-technical-preview-with-hdp-2-3/)
Please take it out for a spin.
Created 01-05-2016 03:36 PM
1. The clickalbe link is: apache-spark-1-6-technical-preview-with-hdp-2-3
2, @vshukla: is there a tarball somewhere too? That's useful client-side
Created 01-04-2016 07:13 PM
+1 for including DataSet API example, incredible work team!
Created 01-04-2016 08:56 PM
@vshukla running through the tutorial, in the step 1 of
sudo root yields
"sudo: root: command not found"
Created 03-02-2016 07:25 PM
Could not find this in Spark 1.6 Tech Preview. The latest updates to the "Accessing the Spark SQL Thrift Server for JDBC/ODBC Access" have been updated, tested, and incorporated into http://hortonworks.com/hadoop-tutorial/a-lap-around-apache-spark/
Created 03-02-2016 07:25 PM
@Robert Hryniewicz yes I believe Vinay fixed it when I reported it.
Created 01-04-2016 09:01 PM
in Launch SparkR: step
it should be
./bin/sparkR
Created 03-02-2016 07:20 PM
Thanks. Incorporated feedback to A Lap Around Apache Spark - http://hortonworks.com/hadoop-tutorial/a-lap-around-apache-spark/
Created 01-04-2016 09:04 PM
in using DataSet API step 1, it should be
su spark ./bin/spark-shell --num-executors 2--executor-memory 512m--master yarn-client
and not
su spark ./bin/spark-shell --num-executors 2--executor-memory 512m--master yarn-client
otherwise it doesn't work
Created 03-02-2016 07:19 PM
Thanks. Incorporated feedback to A Lap Around Apache Spark - http://hortonworks.com/hadoop-tutorial/a-lap-around-apache-spark/
Created 01-04-2016 09:26 PM
Thanks @Artem Ervits. Typos fixed.