- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
spark stream Flume
- Labels:
-
Apache Flume
-
Apache Spark
Created ‎11-28-2016 05:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎11-29-2016 06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎11-29-2016 06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
