Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apache spark latest pull #13

Merged
merged 593 commits into from
May 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
593 commits
Select commit Hold shift + click to select a range
6e19f76
[SPARK-23989][SQL] exchange should copy data before non-serialized sh…
cloud-fan Apr 19, 2018
a471880
[SPARK-24026][ML] Add Power Iteration Clustering to spark.ml
wangmiao1981 Apr 19, 2018
9ea8d3d
[SPARK-22362][SQL] Add unit test for Window Aggregate Functions
attilapiros Apr 19, 2018
e55953b
[SPARK-24022][TEST] Make SparkContextSuite not flaky
gaborgsomogyi Apr 19, 2018
b3fde5a
[SPARK-23877][SQL] Use filter predicates to prune partitions in metad…
rdblue Apr 20, 2018
e6b4660
[SPARK-23736][SQL] Extending the concat function to support array col…
Apr 20, 2018
074a7f9
[SPARK-23588][SQL][FOLLOW-UP] Resolve a map builder method per execut…
maropu Apr 20, 2018
0dd97f6
[SPARK-23595][SQL] ValidateExternalType should support interpreted ex…
maropu Apr 20, 2018
1d758dc
Revert "[SPARK-23775][TEST] Make DataFrameRangeSuite not flaky"
Apr 20, 2018
32b4bcd
[SPARK-24029][CORE] Set SO_REUSEADDR on listen sockets.
Apr 21, 2018
7bc853d
[SPARK-24033][SQL] Fix Mismatched of Window Frame specifiedwindowfram…
gatorsmile Apr 21, 2018
c48085a
[SPARK-23799][SQL] FilterEstimation.evaluateInSet produces devision b…
Apr 22, 2018
c3a86fa
[SPARK-10399][SPARK-23879][FOLLOWUP][CORE] Free unused off-heap memor…
kiszk Apr 23, 2018
f70f46d
[SPARK-23877][SQL][FOLLOWUP] use PhysicalOperation to simplify the ha…
cloud-fan Apr 23, 2018
d87d30e
[SPARK-23564][SQL] infer additional filters from constraints for join…
cloud-fan Apr 23, 2018
afbdf42
[SPARK-23589][SQL] ExternalMapToCatalyst should support interpreted e…
maropu Apr 23, 2018
293a0f2
[Spark-24024][ML] Fix poisson deviance calculations in GLM to handle …
tengpeng Apr 23, 2018
448d248
[SPARK-21168] KafkaRDD should always set kafka clientId.
liu-zhaokun Apr 23, 2018
770add8
[SPARK-23004][SS] Ensure StateStore.commit is called only once in a s…
tdas Apr 23, 2018
e82cb68
[SPARK-11237][ML] Add pmml export for k-means in Spark ML
holdenk Apr 23, 2018
c8f3ac6
[SPARK-23888][CORE] correct the comment of hasAttemptOnHost()
Ngone51 Apr 23, 2018
428b903
[SPARK-24029][CORE] Follow up: set SO_REUSEADDR on the server socket.
Apr 24, 2018
281c1ca
[SPARK-23973][SQL] Remove consecutive Sorts
mgaido91 Apr 24, 2018
c303b1b
[MINOR][DOCS] Fix comments of SQLExecution#withExecutionId
seancxmao Apr 24, 2018
87e8a57
[SPARK-24054][R] Add array_position function / element_at functions
HyukjinKwon Apr 24, 2018
4926a7c
[SPARK-23589][SQL][FOLLOW-UP] Reuse InternalRow in ExternalMapToCatal…
maropu Apr 24, 2018
55c4ca8
[SPARK-22683][CORE] Add a executorAllocationRatio parameter to thrott…
jcuquemelle Apr 24, 2018
2a24c48
[SPARK-23975][ML] Allow Clustering to take Arrays of Double as input …
lu-wang-dl Apr 24, 2018
ce7ba2e
[SPARK-23807][BUILD] Add Hadoop 3.1 profile with relevant POM fix ups
steveloughran Apr 24, 2018
8301375
[SPARK-23455][ML] Default Params in ML should be saved separately in …
viirya Apr 24, 2018
379bffa
[SPARK-23990][ML] Instruments logging improvements - ML regression pa…
WeichenXu123 Apr 24, 2018
7b1e652
[SPARK-24056][SS] Make consumer creation lazy in Kafka source for Str…
tdas Apr 24, 2018
d6c26d1
[SPARK-24038][SS] Refactor continuous writing to its own class
jose-torres Apr 25, 2018
5fea17b
[SPARK-23821][SQL] Collection function: flatten
Apr 25, 2018
64e8408
[SPARK-24012][SQL] Union of map and other compatible column
liutang123 Apr 25, 2018
20ca208
[SPARK-23880][SQL] Do not trigger any jobs for caching data
maropu Apr 25, 2018
396938e
[SPARK-24050][SS] Calculate input / processing rates correctly for Da…
tdas Apr 25, 2018
ac4ca7c
[SPARK-24012][SQL][TEST][FOLLOWUP] add unit test
cloud-fan Apr 25, 2018
95a6513
[SPARK-24069][R] Add array_min / array_max functions
HyukjinKwon Apr 26, 2018
3f1e999
[SPARK-23849][SQL] Tests for samplingRatio of json datasource
MaxGekk Apr 26, 2018
58c55cb
[SPARK-23902][SQL] Add roundOff flag to months_between
mgaido91 Apr 26, 2018
cd10f9d
[SPARK-23916][SQL] Add array_join function
mgaido91 Apr 26, 2018
ffaf0f9
[SPARK-24062][THRIFT SERVER] Fix SASL encryption cannot enabled issue…
jerryshao Apr 26, 2018
d1eb8d3
[SPARK-24094][SS][MINOR] Change description strings of v2 streaming s…
tdas Apr 26, 2018
ce2f919
[SPARK-23799][SQL][FOLLOW-UP] FilterEstimation.evaluateInSet produces…
gatorsmile Apr 26, 2018
4f1e386
[SPARK-24057][PYTHON] put the real data type in the AssertionError me…
huaxingao Apr 26, 2018
f7435be
[SPARK-24044][PYTHON] Explicitly print out skipped tests from unittes…
HyukjinKwon Apr 26, 2018
9ee9fcf
[SPARK-24083][YARN] Log stacktrace for uncaught exception
caneGuy Apr 26, 2018
8aa1d7b
[SPARK-23355][SQL] convertMetastore should not ignore table properties
dongjoon-hyun Apr 27, 2018
109935f
[SPARK-23830][YARN] added check to ensure main method is found
Apr 27, 2018
2824f12
[SPARK-23565][SS] New error message for structured streaming sources …
patrickmcgloin Apr 27, 2018
3fd297a
[SPARK-24085][SQL] Query returns UnsupportedOperationException when s…
dilipbiswal Apr 27, 2018
8614edd
[SPARK-24104] SQLAppStatusListener overwrites metrics onDriverAccumUp…
juliuszsompolski Apr 27, 2018
1fb46f3
[SPARK-23688][SS] Refactor tests away from rate source
HeartSaVioR Apr 28, 2018
ad94e85
[SPARK-23736][SQL][FOLLOWUP] Error message should contains SQL types
mgaido91 Apr 28, 2018
4df5136
[SPARK-22732][SS][FOLLOW-UP] Fix MemorySinkV2 toString error
wangyum Apr 28, 2018
bd14da6
[SPARK-23094][SPARK-23723][SPARK-23724][SQL] Support custom encoding …
MaxGekk Apr 29, 2018
56f501e
[MINOR][DOCS] Fix a broken link for Arrow's supported types in the pr…
HyukjinKwon Apr 30, 2018
3121b41
[SPARK-23846][SQL] The samplingRatio option for CSV datasource
MaxGekk Apr 30, 2018
b42ad16
[SPARK-24072][SQL] clearly define pushed filters
cloud-fan Apr 30, 2018
007ae68
[SPARK-24003][CORE] Add support to provide spark.executor.extraJavaOp…
Apr 30, 2018
b857fb5
[SPARK-23853][PYSPARK][TEST] Run Hive-related PySpark tests only for …
dongjoon-hyun May 1, 2018
7bbec0d
[SPARK-24061][SS] Add TypedFilter support for continuous processing
May 1, 2018
6782359
[SPARK-23941][MESOS] Mesos task failed on specific spark app name
BounkongK May 1, 2018
e15850b
[SPARK-24131][PYSPARK] Add majorMinorVersion API to PySpark for deter…
viirya May 2, 2018
9215ee7
[SPARK-23976][CORE] Detect length overflow in UTF8String.concat()/Byt…
kiszk May 2, 2018
152eaf6
[SPARK-24107][CORE] ChunkedByteBuffer.writeFully method has not reset…
May 2, 2018
8dbf56c
[SPARK-24013][SQL] Remove unneeded compress in ApproximatePercentile
mgaido91 May 2, 2018
8bd2702
[SPARK-24133][SQL] Check for integer overflows when resizing Writable…
ala May 2, 2018
504c9cf
[SPARK-24123][SQL] Fix precision issues in monthsBetween with more th…
mgaido91 May 2, 2018
5be8aab
[SPARK-23923][SQL] Add cardinality function
kiszk May 2, 2018
e4c91c0
[SPARK-24111][SQL] Add the TPCDS v2.7 (latest) queries in TPCDSQueryB…
maropu May 2, 2018
bf4352c
[SPARK-24110][THRIFT-SERVER] Avoid UGI.loginUserFromKeytab in STS
jerryshao May 3, 2018
c9bfd1c
[SPARK-23489][SQL][TEST] HiveExternalCatalogVersionsSuite should veri…
dongjoon-hyun May 3, 2018
417ad92
[SPARK-23715][SQL] the input of to/from_utc_timestamp can not have ti…
cloud-fan May 3, 2018
991b526
[SPARK-24166][SQL] InMemoryTableScanExec should not access SQLConf at…
cloud-fan May 3, 2018
96a5001
[SPARK-24169][SQL] JsonToStructs should not access SQLConf at executo…
cloud-fan May 3, 2018
94641fe
[SPARK-23433][CORE] Late zombie task completions update all tasksets
squito May 3, 2018
e3201e1
[SPARK-24035][SQL] SQL syntax for Pivot
maryannxue May 4, 2018
e646ae6
[SPARK-24168][SQL] WindowExec should not access SQLConf at executor side
cloud-fan May 4, 2018
0c23e25
[SPARK-24167][SQL] ParquetFilters should not access SQLConf at execut…
cloud-fan May 4, 2018
7f1b6b1
[SPARK-24136][SS] Fix MemoryStreamDataReader.next to skip sleeping if…
arunmahadevan May 4, 2018
4d5de4d
[SPARK-23697][CORE] LegacyAccumulatorWrapper should define isZero cor…
cloud-fan May 4, 2018
d04806a
[SPARK-24124] Spark history server should create spark.history.store.…
May 4, 2018
af4dc50
[SPARK-24039][SS] Do continuous processing writes with multiple compu…
jose-torres May 4, 2018
47b5b68
[SPARK-24157][SS] Enabled no-data batches in MicroBatchExecution for …
tdas May 4, 2018
dd4b1b9
[SPARK-24185][SPARKR][SQL] add flatten function to SparkR
huaxingao May 6, 2018
f38ea00
[SPARK-24017][SQL] Refactor ExternalCatalog to be an interface
gatorsmile May 7, 2018
a634d66
[SPARK-24126][PYSPARK] Use build-specific temp directory for pyspark …
May 7, 2018
889f6cc
[SPARK-24143] filter empty blocks when convert mapstatus to (blockId,…
May 7, 2018
7564a9a
[SPARK-23921][SQL] Add array_sort function
kiszk May 7, 2018
d2aa859
[SPARK-24160] ShuffleBlockFetcherIterator should fail if it receives …
JoshRosen May 7, 2018
c598197
[SPARK-23775][TEST] Make DataFrameRangeSuite not flaky
gaborgsomogyi May 7, 2018
f065280
[SPARK-24160][FOLLOWUP] Fix compilation failure
mgaido91 May 7, 2018
e35ad3c
[SPARK-23930][SQL] Add slice function
mgaido91 May 7, 2018
4e861db
[SPARK-16406][SQL] Improve performance of LogicalPlan.resolve
hvanhovell May 7, 2018
d83e963
[SPARK-24043][SQL] Interpreted Predicate should initialize nondetermi…
bersprockets May 7, 2018
56a52e0
[SPARK-15750][MLLIB][PYSPARK] Constructing FPGrowth fails when no num…
zjffdu May 7, 2018
1c9c5de
[SPARK-23291][SPARK-23291][R][FOLLOWUP] Update SparkR migration note for
HyukjinKwon May 7, 2018
f48bd6b
[SPARK-22885][ML][TEST] ML test for StructuredStreaming: spark.ml.tuning
WeichenXu123 May 7, 2018
76ecd09
[SPARK-20114][ML] spark.ml parity for sequential pattern mining - Pre…
WeichenXu123 May 7, 2018
0d63eb8
[SPARK-23975][ML] Add support of array input for all clustering methods
lu-wang-dl May 8, 2018
cd12c5c
[SPARK-24128][SQL] Mention configuration option in implicit CROSS JOI…
henryr May 8, 2018
05eb19b
[SPARK-24188][CORE] Restore "/version" API endpoint.
May 8, 2018
e17567c
[SPARK-24076][SQL] Use different seed in HashAggregate to avoid hash …
yucai May 8, 2018
b54bbe5
[SPARK-24131][PYSPARK][FOLLOWUP] Add majorMinorVersion API to PySpark…
viirya May 8, 2018
2f6fe7d
[SPARK-23094][SPARK-23723][SPARK-23724][SQL][FOLLOW-UP] Support custo…
gatorsmile May 8, 2018
487faf1
[SPARK-24117][SQL] Unified the getSizePerRow
wangyum May 8, 2018
e3de6ab
[SPARK-24068] Propagating DataFrameReader's options to Text datasourc…
MaxGekk May 9, 2018
9498e52
[SPARK-23355][SQL][DOC][FOLLOWUP] Add migration doc for TBLPROPERTIES
dongjoon-hyun May 9, 2018
7e73502
[SPARK-24132][ML] Instrumentation improvement for classification
lu-wang-dl May 9, 2018
cac9b1d
[SPARK-23972][BUILD][SQL] Update Parquet to 1.10.0.
rdblue May 9, 2018
6ea582e
[SPARK-24181][SQL] Better error message for writing sorted data
dbtsai May 9, 2018
94155d0
[MINOR][ML][DOC] Improved Naive Bayes user guide explanation
jkbradley May 9, 2018
cc613b5
[PYSPARK] Update py4j to version 0.10.7.
Apr 13, 2018
628c7b5
[SPARKR] Match pyspark features in SparkR communication protocol.
Apr 17, 2018
7aaa148
[SPARK-14682][ML] Provide evaluateEachIteration method or equivalent …
WeichenXu123 May 9, 2018
fd1179c
[SPARK-24214][SS] Fix toJSON for StreamingRelationV2/StreamingExecuti…
zsxwing May 9, 2018
9e3bb31
[SPARK-24141][CORE] Fix bug in CoarseGrainedSchedulerBackend.killExec…
Ngone51 May 9, 2018
9341c95
[SPARK-23852][SQL] Add test that fails if PARQUET-1217 is not fixed
henryr May 10, 2018
62d0139
[SPARK-24073][SQL] Rename DataReaderFactory to InputPartition.
rdblue May 10, 2018
e3d4349
[SPARK-22279][SQL] Enable `convertMetastoreOrc` by default
dongjoon-hyun May 10, 2018
94d6714
[SPARK-23907][SQL] Add regr_* functions
mgaido91 May 10, 2018
f4fed05
[SPARK-24171] Adding a note for non-deterministic functions
MaxGekk May 10, 2018
6282fc6
[SPARK-24137][K8S] Mount local directories as empty dir volumes.
mccheah May 10, 2018
3e26005
[SPARK-19181][CORE] Fixing flaky "SparkListenerSuite.local metrics"
attilapiros May 10, 2018
d3c426a
[SPARK-10878][CORE] Fix race condition when multiple clients resolves…
kiszk May 10, 2018
a4206d5
[SPARK-22938][SQL][FOLLOWUP] Assert that SQLConf.get is accessed only…
cloud-fan May 11, 2018
75cf369
[SPARK-24197][SPARKR][SQL] Adding array_sort function to SparkR
mn-mikke May 11, 2018
5403268
[SPARK-24182][YARN] Improve error message when client AM fails.
May 11, 2018
928845a
[SPARK-24172][SQL] we should not apply operator pushdown to data sour…
cloud-fan May 11, 2018
92f6f52
[MINOR][DOCS] Documenting months_between direction
aditkumar May 11, 2018
f27a035
[SPARKR] Require Java 8 for SparkR
shivaram May 12, 2018
e3dabdf
[SPARK-23907] Removes regr_* functions in functions.scala
rxin May 12, 2018
5902125
[SPARK-24198][SPARKR][SQL] Adding slice function to SparkR
mn-mikke May 12, 2018
348ddfd
[BUILD] Close stale PRs
srowen May 12, 2018
32acfa7
Improve implicitNotFound message for Encoder
ceedubs May 12, 2018
0d210ec
[SPARK-24262][PYTHON] Fix typo in UDF type match error message
robinske May 13, 2018
2fa3364
Update StreamingKMeans.scala
ddna1021 May 13, 2018
3f0e801
[SPARK-24186][R][SQL] change reverse and concat to collection functio…
huaxingao May 14, 2018
7a2d489
[SPARK-17916][SQL] Fix empty string being parsed as null when nullVal…
MaxGekk May 14, 2018
b6c50d7
[SPARK-24228][SQL] Fix Java lint errors
kiszk May 14, 2018
1430fa8
[SPARK-24263][R] SparkR java check breaks with openjdk
felixcheung May 14, 2018
c26f673
[SPARK-24246][SQL] Improve AnalysisException by setting the cause whe…
zsxwing May 14, 2018
075d678
[SPARK-24155][ML] Instrumentation improvements for clustering
lu-wang-dl May 14, 2018
8cd83ac
[SPARK-24027][SQL] Support MapType with StringType for keys as the ro…
MaxGekk May 14, 2018
061e008
[SPARK-23852][SQL] Add withSQLConf(...) to test case
henryr May 14, 2018
9059f1e
[SPARK-23780][R] Failed to use googleVis library with new SparkR
felixcheung May 15, 2018
e29176f
[SPARK-23627][SQL] Provide isEmpty in Dataset
goungoun May 15, 2018
80c6d35
[SPARK-24035][SQL] SQL syntax for Pivot - fix antlr warning
maryannxue May 15, 2018
4a2b15f
[SPARK-24241][SUBMIT] Do not fail fast when dynamic resource allocati…
yaooqinn May 15, 2018
d610d2a
[SPARK-24259][SQL] ArrayWriter for Arrow produces wrong output
viirya May 15, 2018
3fabbc5
[SPARK-24040][SS] Support single partition aggregates in continuous p…
jose-torres May 15, 2018
6b94420
[SPARK-24231][PYSPARK][ML] Provide Python API for evaluateEachIterati…
lu-wang-dl May 15, 2018
8a13c50
[SPARK-24058][ML][PYSPARK] Default Params in ML should be saved separ…
viirya May 15, 2018
943493b
Revert "[SPARK-22938][SQL][FOLLOWUP] Assert that SQLConf.get is acces…
cloud-fan May 16, 2018
6fb7d6c
[SPARK-24275][SQL] Revise doc comments in InputPartition
gengliangwang May 16, 2018
8e60a16
[SPARK-23601][BUILD][FOLLOW-UP] Keep md5 checksums for nexus artifacts.
May 16, 2018
991726f
[SPARK-24158][SS] Enable no-data batches for streaming joins
tdas May 16, 2018
bfd75cd
[SPARK-22210][ML] Add seed for LDA variationalTopicInference
lu-wang-dl May 17, 2018
9a641e7
[SPARK-21945][YARN][PYTHON] Make --py-files work with PySpark shell i…
HyukjinKwon May 17, 2018
3e66350
[SPARK-23925][SQL] Add array_repeat collection function
pepinoflo May 17, 2018
6c35865
[SPARK-22371][CORE] Return None instead of throwing an exception when…
artemrd May 17, 2018
6ec0582
[SPARK-24107][CORE][FOLLOWUP] ChunkedByteBuffer.writeFully method has…
cloud-fan May 17, 2018
69350aa
[SPARK-23922][SQL] Add arrays_overlap function
mgaido91 May 17, 2018
8a837bf
[SPARK-24193] create TakeOrderedAndProjectExec only when the limit nu…
May 17, 2018
a7a9b18
[SPARK-24115] Have logging pass through instrumentation class.
MrBago May 17, 2018
439c695
[SPARK-24114] Add instrumentation to FPGrowth.
MrBago May 17, 2018
d4a0895
[SPARK-22884][ML] ML tests for StructuredStreaming: spark.ml.clustering
smurakozi May 17, 2018
7b2dca5
[SPARK-24277][SQL] Code clean up in SQL module: HadoopMapReduceCommit…
gengliangwang May 18, 2018
0cf59fc
[SPARK-24303][PYTHON] Update cloudpickle to v0.4.4
HyukjinKwon May 18, 2018
7696b9d
[SPARK-20538][SQL] Wrap Dataset.reduce with withNewRddExecutionId.
sohama4 May 18, 2018
807ba44
[SPARK-24159][SS] Enable no-data micro batches for streaming mapGroup…
tdas May 18, 2018
ed7ba7d
[SPARK-23850][SQL] Add separate config for SQL options redaction.
May 18, 2018
1c4553d
Revert "[SPARK-24277][SQL] Code clean up in SQL module: HadoopMapRedu…
gatorsmile May 18, 2018
7f82c4a
[SPARK-24312][SQL] Upgrade to 2.3.3 for Hive Metastore Client 2.3
dongjoon-hyun May 18, 2018
3159ee0
[SPARK-24149][YARN] Retrieve all federated namespaces tokens
mgaido91 May 18, 2018
a53ea70
[SPARK-23856][SQL] Add an option `queryTimeout` in JDBCOptions
maropu May 18, 2018
710e4e8
[SPARK-24308][SQL] Handle DataReaderFactory to InputPartition rename …
arunmahadevan May 18, 2018
434d74e
[SPARK-23503][SS] Enforce sequencing of committed epochs for Continuo…
May 18, 2018
dd37529
[SPARK-24250][SQL] support accessing SQLConf inside tasks
cloud-fan May 19, 2018
000e25a
Revert "[SPARK-24250][SQL] support accessing SQLConf inside tasks"
cloud-fan May 20, 2018
8eac621
[SPARK-23857][MESOS] remove keytab check in mesos cluster mode at fir…
skonto May 20, 2018
f32b7fa
[MINOR][PROJECT-INFRA] Check if 'original_head' variable is defined i…
HyukjinKwon May 21, 2018
6d7d45a
[SPARK-24242][SQL] RangeExec should have correct outputOrdering and o…
viirya May 21, 2018
e480ecc
[SPARK-24323][SQL] Fix lint-java errors
kiszk May 21, 2018
a6e883f
[SPARK-23935][SQL] Adding map_entries function
mn-mikke May 21, 2018
03e90f6
[SPARK-24250][SQL] support accessing SQLConf inside tasks
cloud-fan May 21, 2018
a33dcf4
[SPARK-24234][SS] Reader for continuous processing shuffle
jose-torres May 21, 2018
ffaefe7
[SPARK-7132][ML] Add fit with validation set to spark.ml GBT
WeichenXu123 May 21, 2018
b550b2a
[SPARK-24325] Tests for Hadoop's LinesReader
MaxGekk May 21, 2018
3244707
[SPARK-24309][CORE] AsyncEventQueue should stop on interrupt.
squito May 21, 2018
84d31aa
[SPARK-24209][SHS] Automatic retrieve proxyBase from Knox headers
mgaido91 May 22, 2018
952e4d1
[SPARK-24321][SQL] Extract common code from Divide/Remainder to a bas…
rednaxelafx May 22, 2018
82fb5bf
[SPARK-20087][CORE] Attach accumulators / metrics to 'TaskKilled' end…
advancedxy May 22, 2018
a4470bc
[SPARK-21673] Use the correct sandbox environment variable set by Mesos
May 22, 2018
d3d1807
[SPARK-24313][SQL] Fix collection operations' interpreted evaluation …
mgaido91 May 22, 2018
fc743f7
[SPARK-20120][SQL][FOLLOW-UP] Better way to support spark-sql silent …
wangyum May 22, 2018
8086acc
[SPARK-24244][SQL] Passing only required columns to the CSV parser
MaxGekk May 22, 2018
f9f055a
[SPARK-24121][SQL] Add API for handling expression code generation
viirya May 22, 2018
bc6ea61
[SPARK-24348][SQL] "element_at" error fix
wajda May 22, 2018
79e06fa
[SPARK-19185][DSTREAMS] Avoid concurrent use of cached consumers in C…
gaborgsomogyi May 22, 2018
00c13cf
Correct reference to Offset class
mojodna May 23, 2018
a40ffc6
[SPARK-23711][SQL] Add fallback generator for UnsafeProjection
viirya May 23, 2018
df12506
[SPARK-20114][ML][FOLLOW-UP] spark.ml parity for sequential pattern m…
WeichenXu123 May 23, 2018
5a5a868
Revert "[SPARK-24244][SQL] Passing only required columns to the CSV p…
gatorsmile May 23, 2018
84557bc
[SPARK-24206][SQL] Improve DataSource read benchmark code
maropu May 23, 2018
b7a036b
[SPARK-24294] Throw SparkException when OOM in BroadcastExchangeExec
May 23, 2018
f457933
[SPARK-23416][SS] Add a specific stop method for ContinuousExecution.
jose-torres May 24, 2018
230f144
[SPARK-24350][SQL] Fixes ClassCastException in the "array_position" f…
wajda May 24, 2018
8883401
[SPARK-24257][SQL] LongToUnsafeRowMap calculate the new size may be w…
cxzl25 May 24, 2018
486ecc6
[SPARK-24322][BUILD] Upgrade Apache ORC to 1.4.4
dongjoon-hyun May 24, 2018
e108f84
[MINOR][CORE] Cleanup unused vals in `DAGScheduler.handleTaskCompletion`
jiangxb1987 May 24, 2018
8a54582
[SPARK-24364][SS] Prevent InMemoryFileIndex from failing if file path…
HyukjinKwon May 24, 2018
4a14dc0
[SPARK-22269][BUILD] Run Java linter via SBT for Jenkins
HyukjinKwon May 24, 2018
3469f5c
[SPARK-24230][SQL] Fix SpecificParquetRecordReaderBase with dictionar…
rdblue May 24, 2018
13bedc0
[SPARK-24329][SQL] Test for skipping multi-space lines
MaxGekk May 24, 2018
0d89943
[SPARK-24378][SQL] Fix date_trunc function incorrect examples
wangyum May 24, 2018
53c06dd
[SPARK-24332][SS][MESOS] Fix places reading 'spark.network.timeout' a…
zsxwing May 24, 2018
0fd68cb
[SPARK-24234][SS] Support multiple row writers in continuous processi…
jose-torres May 25, 2018
3b20b34
[SPARK-24367][SQL] Parquet: use JOB_SUMMARY_LEVEL instead of deprecat…
gengliangwang May 25, 2018
64fad0b
[SPARK-24244][SPARK-24368][SQL] Passing only required columns to the …
MaxGekk May 25, 2018
fd315f5
[MINOR] Add port SSL config in toString and scaladoc
mgaido91 May 25, 2018
1b1528a
[SPARK-24366][SQL] Improving of error messages for type converting
MaxGekk May 25, 2018
ed1a654
[SPARK-19112][CORE][FOLLOW-UP] Add missing shortCompressionCodecNames…
wangyum May 26, 2018
d440699
[SPARK-24381][TESTING] Add unit tests for NOT IN subquery around null…
mgyucht May 27, 2018
672209f
[SPARK-24334] Fix race condition in ArrowPythonRunner causes unclean …
icexelloss May 28, 2018
de01a8d
[SPARK-24373][SQL] Add AnalysisBarrier to RelationalGroupedDataset's …
mgaido91 May 28, 2018
fa2ae9d
[SPARK-24392][PYTHON] Label pandas_udf as Experimental
BryanCutler May 28, 2018
b31b587
[SPARK-19613][SS][TEST] Random.nextString is not safe for directory n…
dongjoon-hyun May 29, 2018
2ced619
[SPARK-24377][SPARK SUBMIT] make --py-files work in non pyspark appli…
jerryshao May 29, 2018
23db600
[SPARK-24250][SQL][FOLLOW-UP] support accessing SQLConf inside tasks
gatorsmile May 29, 2018
aca65c6
[SPARK-23991][DSTREAMS] Fix data loss when WAL write fails in allocat…
gaborgsomogyi May 29, 2018
900bc1f
[SPARK-24371][SQL] Added isInCollection in DataFrame API for Scala an…
dbtsai May 29, 2018
f489388
[SPARK-24365][SQL] Add Data Source write benchmark
gengliangwang May 30, 2018
a4be981
[SPARK-24331][SPARKR][SQL] Adding arrays_overlap, array_repeat, map_e…
mn-mikke May 30, 2018
0ebb0c0
[SPARK-23754][PYTHON] Re-raising StopIteration in client code
e-dorigatti May 30, 2018
9e7bad0
[SPARK-24419][BUILD] Upgrade SBT to 0.13.17 with Scala 2.10.7 for JDK9+
dbtsai May 30, 2018
1e46f92
[SPARK-24369][SQL] Correct handling for multiple distinct aggregation…
maropu May 30, 2018
b142157
[SPARK-24384][PYTHON][SPARK SUBMIT] Add .py files correctly into Pyth…
HyukjinKwon May 30, 2018
ec6f971
[SPARK-23161][PYSPARK][ML] Add missing APIs to Python GBTClassifier
huaxingao May 30, 2018
1b36f14
[SPARK-23901][SQL] Add masking functions
mgaido91 May 30, 2018
24ef7fb
[SPARK-24276][SQL] Order of literals in IN should not affect semantic…
mgaido91 May 30, 2018
0053e15
[SPARK-24337][CORE] Improve error messages for Spark conf values
PenguinToast May 31, 2018
90ae98d
[SPARK-24146][PYSPARK][ML] spark.ml parity for sequential pattern min…
WeichenXu123 May 31, 2018
698b9a0
[WEBUI] Avoid possibility of script in query param keys
srowen May 31, 2018
7a82e93
[SPARK-24414][UI] Calculate the correct number of tasks for a stage.
May 31, 2018
223df5d
[SPARK-24397][PYSPARK] Added TaskContext.getLocalProperty(key) in Python
tdas May 31, 2018
cc976f6
[SPARK-23900][SQL] format_number support user specifed format as argu…
wangyum May 31, 2018
21e1fc7
[SPARK-24232][K8S] Add support for secret env vars
May 31, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ streaming-tests.log
target/
unit-tests.log
work/
docs/.jekyll-metadata

# For Hive
TempStatsStore/
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,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.10.6 - http://py4j.sourceforge.net/)
(The New BSD License) Py4J (net.sf.py4j:py4j:0.10.7 - 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 @@ -13,6 +13,7 @@ Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"),
License: Apache License (== 2.0)
URL: http://www.apache.org/ http://spark.apache.org/
BugReports: http://spark.apache.org/contributing.html
SystemRequirements: Java (== 8)
Depends:
R (>= 3.0),
methods
Expand Down
11 changes: 11 additions & 0 deletions R/pkg/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ exportMethods("arrange",
"registerTempTable",
"rename",
"repartition",
"repartitionByRange",
"rollup",
"sample",
"sample_frac",
Expand Down Expand Up @@ -200,6 +201,12 @@ exportMethods("%<=>%",
"approxCountDistinct",
"approxQuantile",
"array_contains",
"array_max",
"array_min",
"array_position",
"array_repeat",
"array_sort",
"arrays_overlap",
"asc",
"ascii",
"asin",
Expand Down Expand Up @@ -244,6 +251,7 @@ exportMethods("%<=>%",
"decode",
"dense_rank",
"desc",
"element_at",
"encode",
"endsWith",
"exp",
Expand All @@ -253,6 +261,7 @@ exportMethods("%<=>%",
"expr",
"factorial",
"first",
"flatten",
"floor",
"format_number",
"format_string",
Expand Down Expand Up @@ -295,6 +304,7 @@ exportMethods("%<=>%",
"lower",
"lpad",
"ltrim",
"map_entries",
"map_keys",
"map_values",
"max",
Expand Down Expand Up @@ -345,6 +355,7 @@ exportMethods("%<=>%",
"sinh",
"size",
"skewness",
"slice",
"sort_array",
"soundex",
"spark_partition_id",
Expand Down
Loading