Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

spark stream Flume

avatar

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

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

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