Hello, I'm newbie with Apache Zepellin, what I need is very basic, just get
a csv or json data from WS then transform the data with spark, and show
some reports.

What could be the best approach to do it?

Create a JAR with helpers to access the WS in a easy way then with Zeppelin
access to it and process the data with spark.

Directly give the spark context to the helper and process all there?

Or Zeppeling already have something out of the box for it?

I'm thinking on something like this with the helper

val jsonData = MyHelper.getCustomersMetrics()
//All spark code to process jsonData

or directly the DataFrame as result

val df = MyHelper.getCustomerMetrics(sc)

regards.

-- 
Ing. Ivaldi Andres

Reply via email to