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

    https://github.com/apache/spark/pull/13599#discussion_r163198358
  
    --- Diff: python/pyspark/context.py ---
    @@ -1023,6 +1032,42 @@ def getConf(self):
             conf.setAll(self._conf.getAll())
             return conf
     
    +    def install_packages(self, packages):
    +        """
    +        install python packages on all executors and driver through pip. 
pip will be installed
    --- End diff --
    
    nit: `Install` instead of `install` at the beginning of the line.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to