Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into update-snappy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed Nov 3, 2015
2 parents 0f87052 + 2804674 commit f9a021b
Show file tree
Hide file tree
Showing 819 changed files with 29,920 additions and 13,839 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
(New BSD license) Protocol Buffer Java API (org.spark-project.protobuf:protobuf-java:2.4.1-shaded - http://code.google.com/p/protobuf)
(The BSD License) Fortran to Java ARPACK (net.sourceforge.f2j:arpack_combined_all:0.1 - http://f2j.sourceforge.net)
(The BSD License) xmlenc Library (xmlenc:xmlenc:0.52 - http://xmlenc.sourceforge.net)
(The New BSD License) Py4J (net.sf.py4j:py4j:0.8.2.1 - http://py4j.sourceforge.net/)
(The New BSD License) Py4J (net.sf.py4j:py4j:0.9 - http://py4j.sourceforge.net/)
(Two-clause BSD-style license) JUnit-Interface (com.novocode:junit-interface:0.10 - http://github.com/szeiger/junit-interface/)
(BSD licence) sbt and sbt-launch-lib.bash
(BSD 3 Clause) d3.min.js (https://github.com/mbostock/d3/blob/master/LICENSE)
Expand Down
1 change: 1 addition & 0 deletions R/pkg/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Collate:
'mllib.R'
'serialize.R'
'sparkR.R'
'stats.R'
'utils.R'
19 changes: 17 additions & 2 deletions R/pkg/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ export("setJobGroup",
exportClasses("DataFrame")

exportMethods("arrange",
"attach",
"cache",
"collect",
"columns",
"count",
"cov",
"corr",
"crosstab",
"describe",
"dim",
Expand All @@ -38,6 +41,7 @@ exportMethods("arrange",
"fillna",
"filter",
"first",
"freqItems",
"group_by",
"groupBy",
"head",
Expand All @@ -61,6 +65,7 @@ exportMethods("arrange",
"repartition",
"sample",
"sample_frac",
"sampleBy",
"saveAsParquetFile",
"saveAsTable",
"saveDF",
Expand Down Expand Up @@ -104,6 +109,7 @@ exportMethods("%in%",
"cbrt",
"ceil",
"ceiling",
"column",
"concat",
"concat_ws",
"contains",
Expand All @@ -113,12 +119,14 @@ exportMethods("%in%",
"count",
"countDistinct",
"crc32",
"cumeDist",
"date_add",
"date_format",
"date_sub",
"datediff",
"dayofmonth",
"dayofyear",
"denseRank",
"desc",
"endsWith",
"exp",
Expand All @@ -144,8 +152,10 @@ exportMethods("%in%",
"isNaN",
"isNotNull",
"isNull",
"lag",
"last",
"last_day",
"lead",
"least",
"length",
"levenshtein",
Expand All @@ -171,17 +181,21 @@ exportMethods("%in%",
"nanvl",
"negate",
"next_day",
"ntile",
"otherwise",
"percentRank",
"pmod",
"quarter",
"rand",
"randn",
"rank",
"regexp_extract",
"regexp_replace",
"reverse",
"rint",
"rlike",
"round",
"rowNumber",
"rpad",
"rtrim",
"second",
Expand Down Expand Up @@ -224,7 +238,8 @@ exportMethods("agg")
export("sparkRSQL.init",
"sparkRHive.init")

export("cacheTable",
export("as.DataFrame",
"cacheTable",
"clearCache",
"createDataFrame",
"createExternalTable",
Expand All @@ -248,4 +263,4 @@ export("structField",
"structType.structField",
"print.structType")

export("as.data.frame")
export("as.data.frame")
Loading

0 comments on commit f9a021b

Please sign in to comment.