Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
05e441e
[SPARK-12165][SPARK-12189] Fix bugs in eviction of storage memory by …
JoshRosen Dec 9, 2015
ee0a6e7
[SPARK-11824][WEBUI] WebUI does not render descriptions with 'bad' HT…
srowen Dec 9, 2015
bfb4201
[SPARK-11551][DOC] Replace example code in ml-features.md using inclu…
yinxusen Dec 9, 2015
9bc6a27
[SPARK-12211][DOC][GRAPHX] Fix version number in graphx doc for migra…
aray Dec 10, 2015
d86a88d
[SPARK-12165][ADDENDUM] Fix outdated comments on unroll test
Dec 10, 2015
9fe8dc9
[SPARK-11678][SQL][DOCS] Document basePath in the programming guide.
yhuai Dec 10, 2015
699f497
[SPARK-11796] Fix httpclient and httpcore depedency issues related to…
Dec 10, 2015
f6d8661
[SPARK-12244][SPARK-12245][STREAMING] Rename trackStateByKey to mapWi…
tdas Dec 10, 2015
b5e5812
[SPARK-12136][STREAMING] rddToFileName does not properly handle prefi…
Dec 10, 2015
f939c71
[SPARK-12242][SQL] Add DataFrame.transform method
rxin Dec 10, 2015
b7b9f77
[SPARK-12198][SPARKR] SparkR support read.parquet and deprecate parqu…
yanboliang Dec 10, 2015
e65c885
[SPARK-11602][MLLIB] Refine visibility for 1.6 scala API audit
hhbyyh Dec 10, 2015
93ef246
[SPARK-12234][SPARKR] Fix ```subset``` function error when only set `…
yanboliang Dec 10, 2015
e541f70
[SPARK-12012][SQL][BRANCH-1.6] Show more comprehensive PhysicalRDD me…
liancheng Dec 10, 2015
594fafc
[SPARK-12250][SQL] Allow users to define a UDAF without providing det…
yhuai Dec 10, 2015
d0307de
[SPARK-12212][ML][DOC] Clarifies the difference between spark.ml, spa…
thunterdb Dec 10, 2015
9870e5c
[SPARK-12251] Document and improve off-heap memory configurations
JoshRosen Dec 10, 2015
c247b6a
[SPARK-12155][SPARK-12253] Fix executor OOM in unified memory management
Dec 10, 2015
5d3722f
[STREAMING][DOC][MINOR] Update the description of direct Kafka stream…
jerryshao Dec 10, 2015
d09af2c
[SPARK-12258][SQL] passing null into ScalaUDF
Dec 11, 2015
3e39925
Preparing Spark release v1.6.0-rc2
pwendell Dec 11, 2015
250249e
Preparing development version 1.6.0-SNAPSHOT
pwendell Dec 11, 2015
eec3660
[SPARK-12258] [SQL] passing null into ScalaUDF (follow-up)
Dec 11, 2015
23f8dfd
Preparing Spark release v1.6.0-rc2
pwendell Dec 11, 2015
2e45231
Preparing development version 1.6.0-SNAPSHOT
pwendell Dec 11, 2015
2fdb9d0
Merge branch 'branch-1.6' of github.com:apache/spark into csd-1.6
markhamstra Dec 11, 2015
f05bae4
[SPARK-12146][SPARKR] SparkR jsonFile should support multiple input f…
yanboliang Dec 11, 2015
c6f2744
Merge branch 'branch-1.6' of github.com:apache/spark into csd-1.6
markhamstra Dec 11, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions R/pkg/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,11 @@ export("as.DataFrame",
"createExternalTable",
"dropTempTable",
"jsonFile",
"read.json",
"loadDF",
"parquetFile",
"read.df",
"read.parquet",
"sql",
"table",
"tableNames",
Expand Down
Loading