Questions tagged [apache-zeppelin]

Apache Zeppelin is a web-based notebook that enables data-driven interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Python, Scala and more. It also supports Markdown syntax.

Apache Zeppelin home page

1460 questions
-2
votes
1 answer

SparkContext not initializing in zeppelin

While I am trying to import SparkContext from pyspark on apache zeppelin, following error is shown:
-2
votes
1 answer

How to read multiple files in different folders at the same time using spark?

I am trying to read multiple files in different paths at the same time. In sql server, the path "/mapr/ia1.comscore.com/output/cms/cmcm/227m/2018????/app/RunningApp/part-.txt" is telling the server to read all the files in running app folder for the…
Xixi
  • 117
  • 6
-2
votes
1 answer

Can't run a pig script on apache Zeppelin

> org.apache.pig.backend.executionengine.ExecException: ERROR 4010: > Cannot find hadoop configurations in classpath (neither > hadoop-site.xml nor core-site.xml was found in the classpath). If you > plan to use local mode, please put -x local…
ABCD
  • 11
-3
votes
1 answer

Summing up consecutive values for each sequence in scala

I have a data set where I have sequence numbers say 0's and 1's. Category Value Sequences 1 10 0 1 11 1 1 13 1 1 16 1 1 20 0 1 21 0 1 …
Sara
  • 312
  • 6
  • 15
-3
votes
1 answer

How to call scala main function with argument in zeppelin notebook

I am executing scala object in zeppelin notebook as follows but getting error.
user8167344
  • 353
  • 2
  • 6
  • 17
1 2 3
97
98