Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

What type of results that can I get using Apache SPARK

avatar
Rising Star

Hello experts,

I already have some data in HDFS, and some tables with Hive, I would like to do some data analysis/data mining. But I don't know If I use Spark or other Analytics Tool.

What type of analysis/analytics work can I do with Spark?

1 ACCEPTED SOLUTION

avatar

Hello Pedro

Spark core is a general purpose in memory analytics engine. Adding to spark core things like sparkSQL or SparkML you can do many interesting analytics or Datascience modelling, in a programatic or sql fashion. Maybe this tutorial can help you in your first steps.

http://hortonworks.com/hadoop-tutorial/hands-on-tour-of-apache-spark-in-5-minutes/

http://hortonworks.com/blog/data-science-hadoop-spark-scala-part-2/

View solution in original post

2 REPLIES 2

avatar

Hello Pedro

Spark core is a general purpose in memory analytics engine. Adding to spark core things like sparkSQL or SparkML you can do many interesting analytics or Datascience modelling, in a programatic or sql fashion. Maybe this tutorial can help you in your first steps.

http://hortonworks.com/hadoop-tutorial/hands-on-tour-of-apache-spark-in-5-minutes/

http://hortonworks.com/blog/data-science-hadoop-spark-scala-part-2/

avatar
Contributor

@Pedro Rodgers

for more information ..google search on spark 1.6.1 or http://spark-1.6.1.org

it details more about dataframes,SQL,HiveQl,graphx,machine learning ,R etc. with examples.