aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-7840] add insertInto() to WriterDavies Liu2015-05-232-8/+16
* [SPARK-7322, SPARK-7836, SPARK-7822][SQL] DataFrame window function related u...Davies Liu2015-05-2310-174/+464
* [SPARK-7777][Streaming] Handle the case when there is no block in a batchzsxwing2015-05-232-18/+60
* [SPARK-6811] Copy SparkR lib in make-distribution.shShivaram Venkataraman2015-05-236-2/+43
* [SPARK-6806] [SPARKR] [DOCS] Fill in SparkR examples in programming guideDavies Liu2015-05-2314-323/+706
* [SPARK-5090] [EXAMPLES] The improvement of python converter for hbaseGenTang2015-05-222-11/+30
* [HOTFIX] Add tests for SparkListenerApplicationStart with Driver Logs.Hari Shreedharan2015-05-221-2/+23
* [SPARK-7838] [STREAMING] Set scope for kinesis streamTathagata Das2015-05-222-4/+7
* [MINOR] Add SparkR to create-release scriptShivaram Venkataraman2015-05-221-8/+8
* [SPARK-7795] [CORE] Speed up task scheduling in standalone mode by reusing se...Akshat Aranya2015-05-221-4/+8
* [SPARK-7830] [DOCS] [MLLIB] Adding logistic regression to the list of Multicl...Mike Dusenberry2015-05-221-2/+2
* [SPARK-7224] [SPARK-7306] mock repository generator for --packages tests with...Burak Yavuz2015-05-225-100/+404
* [SPARK-7788] Made KinesisReceiver.onStart() non-blockingTathagata Das2015-05-221-5/+25
* [SPARK-7771] [SPARK-7779] Dynamic allocation: lower default timeouts furtherAndrew Or2015-05-222-10/+20
* [SPARK-7834] [SQL] Better window error messagesMichael Armbrust2015-05-222-0/+18
* [SPARK-7760] add /json back into master & worker pages; add testImran Rashid2015-05-223-3/+37
* [SPARK-7270] [SQL] Consider dynamic partition when inserting into hive tableLiang-Chi Hsieh2015-05-222-5/+33
* [SPARK-7724] [SQL] Support Intersect/Except in Catalyst DSL.Santiago M. Mola2015-05-221-0/+4
* [SPARK-7758] [SQL] Override more configs to avoid failure when connect to a p...WangTaoTheTonic2015-05-222-4/+16
* [SPARK-7766] KryoSerializerInstance reuse is unsafe when auto-reset is disabledJosh Rosen2015-05-222-0/+35
* [SPARK-7574] [ML] [DOC] User guide for OneVsRestRam Sriharsha2015-05-223-1/+281
* Revert "[BUILD] Always run SQL tests in master build."Patrick Wendell2015-05-222-26/+17
* [SPARK-7404] [ML] Add RegressionEvaluator to spark.mlRam Sriharsha2015-05-222-0/+155
* [SPARK-6743] [SQL] Fix empty projections of cached dataMichael Armbrust2015-05-224-3/+20
* [MINOR] [SQL] Ignores Thrift server UISeleniumSuiteCheng Lian2015-05-221-11/+8
* [SPARK-7322][SQL] Window functions in DataFrameCheng Hao2015-05-2213-7/+807
* [SPARK-7578] [ML] [DOC] User guide for spark.ml Normalizer, IDF, StandardScalerJoseph K. Bradley2015-05-214-32/+351
* [SPARK-7535] [.0] [MLLIB] Audit the pipeline APIs for 1.4Xiangrui Meng2015-05-2116-80/+84
* [DOCS] [MLLIB] Fixing broken link in MLlib Linear Methods documentation.Mike Dusenberry2015-05-211-2/+1
* [SPARK-7657] [YARN] Add driver logs links in application UI, in cluster mode.Hari Shreedharan2015-05-219-12/+136
* [SPARK-7219] [MLLIB] Output feature attributes in HashingTFXiangrui Meng2015-05-213-8/+101
* [SPARK-7794] [MLLIB] update RegexTokenizer default settingsXiangrui Meng2015-05-213-46/+44
* [SPARK-7783] [SQL] [PySpark] add DataFrame.rollup/cube in PythonDavies Liu2015-05-211-2/+46
* [SPARK-7776] [STREAMING] Added shutdown hook to StreamingContextTathagata Das2015-05-211-1/+17
* [SPARK-7737] [SQL] Use leaf dirs having data files to discover partitions.Yin Huai2015-05-222-6/+11
* [BUILD] Always run SQL tests in master build.Yin Huai2015-05-212-17/+26
* [SPARK-7800] isDefined should not marked too early in putNewKeyLiang-Chi Hsieh2015-05-211-1/+0
* [SPARK-7718] [SQL] Speed up partitioning by avoiding closure cleaningAndrew Or2015-05-214-55/+83
* [SPARK-7711] Add a startTime property to match the corresponding one in ScalaHolden Karau2015-05-212-0/+9
* [SPARK-7478] [SQL] Added SQLContext.getOrCreateTathagata Das2015-05-212-1/+95
* [SPARK-7763] [SPARK-7616] [SQL] Persists partition columns into metastoreYin Huai2015-05-2112-56/+211
* [SPARK-7722] [STREAMING] Added Kinesis to style checkerTathagata Das2015-05-212-5/+5
* [SPARK-7498] [MLLIB] add varargs back to setDefaultXiangrui Meng2015-05-212-4/+4
* [SPARK-7585] [ML] [DOC] VectorIndexer user guide sectionJoseph K. Bradley2015-05-213-1/+96
* [SPARK-7775] YARN AM negative sleep exceptionAndrew Or2015-05-211-1/+1
* [SQL] [TEST] udf_java_method failed due to jdk versionscwf2015-05-213-7/+29
* [SPARK-7793] [MLLIB] Use getOrElse for getting the threshold of SVM modelShuo Xiang2015-05-211-1/+1
* [SPARK-7394][SQL] Add Pandas style cast (astype)kaka19922015-05-211-0/+2
* [SPARK-6416] [DOCS] RDD.fold() requires the operator to be commutativeSean Owen2015-05-213-8/+30
* [SPARK-7787] [STREAMING] Fix serialization issue of SerializableAWSCredentialsTathagata Das2015-05-212-18/+17