- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Spark 1.6 Technical Preview
- Labels:
-
Apache Spark
Created 01-04-2016 07:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
+1 for including DataSet API example, incredible work team!
Created 01-04-2016 08:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@vshukla running through the tutorial, in the step 1 of
Accessing the Spark SQL Thrift Server for JDBC/ODBC Access
sudo root yields
"sudo: root: command not found"
Created 03-02-2016 07:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Robert Hryniewicz yes I believe Vinay fixed it when I reported it.
Created 01-04-2016 09:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
in Launch SparkR: step
it should be
./bin/sparkR
Created 03-02-2016 07:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Artem Ervits. Typos fixed.
