Github user jerryshao commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4837#discussion_r25562626
  
    --- Diff: examples/src/main/python/streaming/kafka_wordcount.py ---
    @@ -23,7 +23,7 @@
      http://kafka.apache.org/documentation.html#quickstart
     
      and then run the example
    -    `$ bin/spark-submit --driver-class-path 
external/kafka-assembly/target/scala-*/\
    +    `$ bin/spark-submit --jars external/kafka-assembly/target/scala-*/\
    --- End diff --
    
    Yes, python Kafka API is added in 1.3 and using `--driver-class-path` is 
not correct, need to change to `--jars`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to