Support Questions

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

spark stream Flume

avatar
Contributor

Hi

I am getting error while trying spark streaming .

I am importing

import org.apache.spark.streaming.flume._

Error :

:19: error: object flume is not a member of package org.apache.spark.streaming

Regards

Mangesh C Berde

1 ACCEPTED SOLUTION

avatar
Contributor

Resolved after adding

link

http://stackoverflow.com/questions/31464845/automatically-including-jars-to-pyspark-classpath

spark.driver.extraClassPath /path/to/my.jar

spark.executor.extraClassPath /path/to/my.jar to conf/spark-defaults.conf

View solution in original post

1 REPLY 1

avatar
Contributor

Resolved after adding

link

http://stackoverflow.com/questions/31464845/automatically-including-jars-to-pyspark-classpath

spark.driver.extraClassPath /path/to/my.jar

spark.executor.extraClassPath /path/to/my.jar to conf/spark-defaults.conf