Skip to content
Snippets Groups Projects
  1. Jan 25, 2017
    • Holden Karau's avatar
      [SPARK-19064][PYSPARK] Fix pip installing of sub components · a5c10ff2
      Holden Karau authored
      
      ## What changes were proposed in this pull request?
      
      Fix instalation of mllib and ml sub components, and more eagerly cleanup cache files during test script & make-distribution.
      
      ## How was this patch tested?
      
      Updated sanity test script to import mllib and ml sub-components.
      
      Author: Holden Karau <holden@us.ibm.com>
      
      Closes #16465 from holdenk/SPARK-19064-fix-pip-install-sub-components.
      
      (cherry picked from commit 965c82d8)
      Signed-off-by: default avatarHolden Karau <holden@us.ibm.com>
      a5c10ff2
  2. Jan 24, 2016
    • Holden Karau's avatar
      [SPARK-10498][TOOLS][BUILD] Add requirements.txt file for dev python tools · a8340013
      Holden Karau authored
      Minor since so few people use them, but it would probably be good to have a requirements file for our python release tools for easier setup (also version pinning).
      
      cc JoshRosen who looked at the original JIRA.
      
      Author: Holden Karau <holden@us.ibm.com>
      
      Closes #10871 from holdenk/SPARK-10498-add-requirements-file-for-dev-python-tools.
      a8340013
Loading