Skip to content
Snippets Groups Projects
  • Marcelo Vanzin's avatar
    82e890fb
    [SPARK-7485] [BUILD] Remove pyspark files from assembly. · 82e890fb
    Marcelo Vanzin authored
    The sbt part of the build is hacky; it basically tricks sbt
    into generating the zip by using a generator, but returns
    an empty list for the generated files so that nothing is
    actually added to the assembly.
    
    Author: Marcelo Vanzin <vanzin@cloudera.com>
    
    Closes #6022 from vanzin/SPARK-7485 and squashes the following commits:
    
    22c1e04 [Marcelo Vanzin] Remove unneeded code.
    4893622 [Marcelo Vanzin] [SPARK-7485] [build] Remove pyspark files from assembly.
    82e890fb
    History
    [SPARK-7485] [BUILD] Remove pyspark files from assembly.
    Marcelo Vanzin authored
    The sbt part of the build is hacky; it basically tricks sbt
    into generating the zip by using a generator, but returns
    an empty list for the generated files so that nothing is
    actually added to the assembly.
    
    Author: Marcelo Vanzin <vanzin@cloudera.com>
    
    Closes #6022 from vanzin/SPARK-7485 and squashes the following commits:
    
    22c1e04 [Marcelo Vanzin] Remove unneeded code.
    4893622 [Marcelo Vanzin] [SPARK-7485] [build] Remove pyspark files from assembly.