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

    https://github.com/apache/spark/pull/6830#discussion_r33477034
  
    --- Diff: dev/sparktestsupport/modules.py ---
    @@ -241,7 +250,7 @@ def contains_file(self, filename):
     
     pyspark_core = Module(
         name="pyspark-core",
    -    dependencies=[mllib, streaming, streaming_kafka],
    +    dependencies=[mllib, streaming, streaming_kafka, streaming_flume],
    --- End diff --
    
    I think that this is a carryover from an older version of the module 
definitions that existed prior to splitting the `pyspark` module into multiple 
submodules.  I think that the right think to do is to remove the `dependencies` 
section from `pyspark_core` and add a `streaming_flume_assembly` dependency to 
`pyspark_streaming` (as I see you've already done).


---
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