databricks / reference-apps

Spark reference applications
Other
656 stars 341 forks source link

Updated twitter_classifier Reference App to Spark 2 and Scala 2.11 #88

Closed mslinn closed 7 years ago

mslinn commented 8 years ago

Summary of changes to the twitter_classifier reference app:

Although I am quite comfortable with Scala, this is my first time with Spark 2, so suggestions on how to best demonstrate the API would be most welcome.

mslinn commented 8 years ago

Thank you for the suggestion. I will remove master :)

Mike

mslinn commented 7 years ago

I wrote up a brief blog post on this new version of the Twitter Classifier Reference Application.

tashoyan commented 7 years ago

@mslinn, your post inspired me to write Scala implementation of Log Analyzer Application.

Scala is awesome.

mslinn commented 7 years ago

@tashoyan Excellent! I'd be happy to do an idiomatic Scala style review, when ready. Let me know!

tashoyan commented 7 years ago

@mslinn My pull request is ready: https://github.com/databricks/reference-apps/pull/89 This is my first experience with Scala, so I would be grateful to you for a review.