aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4924] Add a library for launching Spark jobs programmatically.Marcelo Vanzin2015-03-1115-897/+162
* [SPARK-5765][Examples]Fixed word split problem in run-example and compute-cla...Venkata Ramana Gollamudi2015-02-122-4/+4
* [SPARK-5493] [core] Add option to impersonate user.Marcelo Vanzin2015-02-102-1/+3
* [SPARK-5396] Syntax error in spark scripts on windows.Masayoshi TSUZUKI2015-02-061-1/+1
* [Minor] Remove permission for execution from spark-shell.cmdKousuke Saruta2015-02-061-0/+0
* [SPARK-5341] Use maven coordinates as dependencies in spark-shell and spark-s...Burak Yavuz2015-02-032-4/+4
* [SPARK-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-02-011-1/+3
* Revert "[WIP] [SPARK-3996]: Shade Jetty in Spark deliverables"Patrick Wendell2015-01-291-3/+1
* [WIP] [SPARK-3996]: Shade Jetty in Spark deliverablesPatrick Wendell2015-01-291-1/+3
* SPARK-5382: Use SPARK_CONF_DIR in spark-class if it is definedJacek Lewandowski2015-01-251-2/+3
* [SPARK-4504][Examples] fix run-example failure if multiple assembly jars existVenkata Ramana Gollamudi2015-01-192-18/+36
* [SPARK-5088] Use spark-class for running executors directlyJongyoul Lee2015-01-191-0/+2
* [SPARK-5193][SQL] Remove Spark SQL Java-specific API.Reynold Xin2015-01-161-1/+1
* [SPARK-4990][Deploy]to find default properties file, search SPARK_CONF_DIR firstWangTaoTheTonic2015-01-092-2/+9
* [SPARK-4048] Enhance and extend hadoop-provided profile.Marcelo Vanzin2015-01-082-0/+14
* [SPARK-5130][Deploy]Take yarn-cluster as cluster mode in spark-submitWangTaoTheTonic2015-01-082-0/+11
* [SPARK-4831] Do not include SPARK_CLASSPATH if emptyDaniel Darabos2014-12-191-1/+5
* [SPARK-3060] spark-shell.cmd doesn't accept application options in Windows OSMasayoshi TSUZUKI2014-12-192-1/+79
* [SPARK-4793] [Deploy] ensure .jar at end of lineDaoyuan Wang2014-12-101-3/+3
* [SPARK-4161]Spark shell class path is not correctly set if "spark.driver.extr...GuoQiang Li2014-12-101-0/+7
* [SPARK-4683][SQL] Add a beeline.cmd to run on WindowsCheng Lian2014-12-041-0/+21
* [SPARK-4623]Add the some error infomation if using spark-sql in yarn-cluster ...carlmartin2014-11-301-0/+2
* [SPARK-4017] show progress bar in consoleDavies Liu2014-11-181-0/+3
* [SPARK-4415] [PySpark] JVM should exit after Python exitDavies Liu2014-11-142-3/+0
* Support cross building for Scala 2.11Prashant Sharma2014-11-115-37/+51
* [SPARK-3870] EOL character enforcementKousuke Saruta2014-10-311-117/+117
* [SPARK-1720][SPARK-1719] use LD_LIBRARY_PATH instead of -Djava.library.pathGuoQiang Li2014-10-291-1/+5
* [SPARK-4065] Add check for IPython on WindowsMichael Griffiths2014-10-281-1/+6
* [SPARK-3943] Some scripts bin\*.cmd pollutes environment variables in WindowsMasayoshi TSUZUKI2014-10-144-50/+96
* [SPARK-3869] ./bin/spark-class miss Java version with _JAVA_OPTIONS setcocoatomo2014-10-141-1/+1
* [SPARK-3772] Allow `ipython` to be used by Pyspark workers; IPython support i...Josh Rosen2014-10-091-13/+38
* [SPARK-3808] PySpark fails to start in WindowsMasayoshi TSUZUKI2014-10-071-1/+1
* [SPARK-3774] typo comment in bin/utils.shMasayoshi TSUZUKI2014-10-031-1/+1
* [SPARK-3775] Not suitable error message in spark-shell.cmdMasayoshi TSUZUKI2014-10-034-4/+4
* SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIREugenCepoi2014-10-032-2/+14
* [SPARK-3706][PySpark] Cannot run IPython REPL with IPYTHON set to "1" and PYS...cocoatomo2014-10-021-12/+12
* [SPARK-3658][SQL] Start thrift server as a daemonWangTaoTheTonic2014-10-011-11/+1
* [SPARK-3547]Using a special exit code instead of 1 to represent ClassNotFound...WangTaoTheTonic2014-09-181-1/+1
* [SPARK-3425] do not set MaxPermSize for OpenJDK 1.8Matthew Farrellee2014-09-151-1/+1
* [SPARK-3217] Add Guava to classpath when SPARK_PREPEND_CLASSES is set.Marcelo Vanzin2014-09-121-0/+1
* SPARK-3337 Paranoid quoting in shell to allow install dirs with spaces within.Prashant Sharma2014-09-089-44/+44
* [SPARK-3399][PySpark] Test for PySpark should ignore HADOOP_CONF_DIR and YARN...Kousuke Saruta2014-09-051-0/+2
* [HOTFIX] Wait for EOF only for the PySpark shellAndrew Or2014-08-271-0/+2
* SPARK-3265 Allow using custom ipython executable with pysparkRob O'Dwyer2014-08-271-1/+1
* [SPARK-3167] Handle special driver configs in WindowsAndrew Or2014-08-264-20/+65
* [SPARK-2964] [SQL] Remove duplicated code from spark-sql and start-thriftserv...Cheng Lian2014-08-261-42/+13
* [SPARK-3225]Typo in scriptWangTao2014-08-261-3/+3
* [SPARK-3192] Some scripts have 2 space indentation but other scripts have 4 s...Kousuke Saruta2014-08-241-18/+18
* [SPARK-3068]remove MaxPermSize option for jvm 1.8Daoyuan Wang2014-08-232-2/+13
* [SPARK-2849] Handle driver configs separately in client modeAndrew Or2014-08-203-16/+61