Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
810 commits
Select commit Hold shift + click to select a range
bc7041a
[SPARK-2287] [SQL] Make ScalaReflection be able to handle Generic cas…
ueshin Jul 2, 2014
3bbeca6
[SPARK-2324] SparkContext should not exit directly when spark.local.d…
YanTangZhai Jul 3, 2014
c480537
[SPARK] Fix NPE for ExternalAppendOnlyMap
andrewor14 Jul 3, 2014
2b36344
SPARK-1675. Make clear whether computePrincipalComponents requires ce…
srowen Jul 3, 2014
a9b52e5
[SPARK-2342] Evaluation helper's output type doesn't conform to input…
yjshen Jul 3, 2014
731f683
[SPARK-2109] Setting SPARK_MEM for bin/pyspark does not work.
ScrapCodes Jul 3, 2014
d4c30cd
[HOTFIX] Synchronize on SQLContext.settings in tests.
concretevitamin Jul 4, 2014
fdc4c11
Streaming programming guide typos
cykl Jul 4, 2014
5fa0a05
[SPARK-1097] Workaround Hadoop conf ConcurrentModification issue
colorant Jul 4, 2014
586feb5
[SPARK-2350] Don't NPE while launching drivers
aarondav Jul 4, 2014
3894a49
[SPARK-2307][Reprise] Correctly report RDD blocks on SparkUI
andrewor14 Jul 4, 2014
97a0bfe
SPARK-2282: Reuse PySpark Accumulator sockets to avoid crashing Spark
aarondav Jul 4, 2014
5448804
[SPARK-2059][SQL] Don't throw TreeNodeException in `execution.Explain…
liancheng Jul 4, 2014
d434150
[SPARK-1199][REPL] Remove VALId and use the original import style for…
ScrapCodes Jul 4, 2014
0bbe612
Update SQLConf.scala
baishuo Jul 4, 2014
b3e768e
[SPARK-2059][SQL] Add analysis checks
rxin Jul 4, 2014
5dadda8
[SPARK-2234][SQL]Spark SQL basicOperators add Except operator
YanjieGao Jul 4, 2014
fc71658
HOTFIX: Clean before building docs during release.
pwendell Jul 4, 2014
0db5d5a
Added SignalLogger to HistoryServer.
rxin Jul 5, 2014
9d006c9
[SPARK-2370][SQL] Decrease metadata retrieved for partitioned hive qu…
marmbrus Jul 5, 2014
42f3abd
[SPARK-2306]:BoundedPriorityQueue is private and not registered with …
AnkitGuavus Jul 5, 2014
3da8df9
[SPARK-2366] [SQL] Add column pruning for the right side of LeftSemi …
ueshin Jul 5, 2014
9d5ecf8
[SPARK-2327] [SQL] Fix nullabilities of Join/Generate/Aggregate.
ueshin Jul 5, 2014
f7ce1b3
[SPARK-1977][MLLIB] register mutable BitSet in MovieLenseALS
nevillelyh Jul 7, 2014
c0b4cf0
[SPARK-2339][SQL] SQL parser in sql-core is case sensitive, but a tab…
yhuai Jul 8, 2014
4deeed1
[SPARK-2386] [SQL] RowWriteSupport should use the exact types to cast.
ueshin Jul 8, 2014
f0496ee
[SPARK-2375][SQL] JSON schema inference may not resolve type conflict…
yhuai Jul 8, 2014
4352a2f
[SPARK-2376][SQL] Selecting list values inside nested JSON objects ra…
yhuai Jul 8, 2014
50561f4
[SPARK-2235][SQL]Spark SQL basicOperator add Intersect operator
YanjieGao Jul 8, 2014
0128905
Updated programming-guide.md
riverma Jul 8, 2014
3cd5029
Resolve sbt warnings during build Ⅱ
witgo Jul 8, 2014
5a40636
[SPARK-2391][SQL] Custom take() for LIMIT queries.
marmbrus Jul 8, 2014
56e009d
[EC2] Add default history server port to ec2 script
andrewor14 Jul 8, 2014
cc3e0a1
[SPARK-2395][SQL] Optimize common LIKE patterns.
marmbrus Jul 8, 2014
c8a2313
[SPARK-2403] Catch all errors during serialization in DAGScheduler
darabos Jul 8, 2014
b520b64
SPARK-2400 : fix spark.yarn.max.executor.failures explaination
CrazyJvm Jul 8, 2014
32516f8
[SPARK-2409] Make SQLConf thread safe.
rxin Jul 8, 2014
e6f7bfc
[SPARK-2362] Fix for newFilesOnly logic in file DStream
sparkyengine Jul 8, 2014
bf04a39
[SPARK-2392] Executors should not start their own HTTP servers
andrewor14 Jul 9, 2014
ac9cdc1
[SPARK-2413] Upgrade junit_xml_listener to 0.5.1
Jul 9, 2014
1114207
[SPARK-2152][MLlib] fix bin offset in DecisionTree node aggregations …
jonsondag Jul 9, 2014
339441f
[SPARK-2384] Add tooltips to UI.
kayousterhout Jul 9, 2014
0eb1152
[STREAMING] SPARK-2343: Fix QueueInputDStream with oneAtATime false
mlaflamm Jul 9, 2014
d35e3db
[SPARK-2417][MLlib] Fix DecisionTree tests
jonsondag Jul 9, 2014
1f33e1f
SPARK-1782: svd for sparse matrix using ARPACK
Jul 9, 2014
2e0a037
SPARK-2416: Allow richer reporting of unit test results
pwendell Jul 10, 2014
dd22bc2
Revert "[HOTFIX] Synchronize on SQLContext.settings in tests."
pwendell Jul 10, 2014
553c578
HOTFIX: Remove persistently failing test in master.
pwendell Jul 10, 2014
2b18ea9
Clean up SparkKMeans example's code
colorant Jul 10, 2014
c2babc0
SPARK-2115: Stage kill link is too close to stage details link
tsudukim Jul 10, 2014
628932b
[SPARK-1776] Have Spark's SBT build read dependencies from Maven.
ScrapCodes Jul 10, 2014
88006a6
HOTFIX: Minor doc update for sbt change
pwendell Jul 10, 2014
369aa84
name ec2 instances and security groups consistently
nchammas Jul 10, 2014
40a8fef
[SPARK-1478].3: Upgrade FlumeInputDStream's FlumeReceiver to support …
Jul 10, 2014
2dd6724
[SPARK-1341] [Streaming] Throttle BlockGenerator to limit rate of dat…
buenrostro-oo Jul 10, 2014
ae8ca4d
SPARK-2427: Fix Scala examples that use the wrong command line argume…
Jul 10, 2014
f62c427
[SPARK-2431][SQL] Refine StringComparison and related codes.
ueshin Jul 11, 2014
f5abd27
[SPARK-2415] [SQL] RowWriteSupport should handle empty ArrayType corr…
ueshin Jul 11, 2014
10b59ba
[SPARK-2428][SQL] Add except and intersect methods to SchemaRDD.
ueshin Jul 11, 2014
2f59ce7
[SPARK-2358][MLLIB] Add an option to include native BLAS/LAPACK loade…
mengxr Jul 11, 2014
282cca0
fix Graph partitionStrategy comment
CrazyJvm Jul 11, 2014
f4f46de
[Minor] Remove unused val in Master
andrewor14 Jul 11, 2014
b23e9c3
[SPARK-2437] Rename MAVEN_PROFILES to SBT_MAVEN_PROFILES and add SBT_…
ScrapCodes Jul 11, 2014
cbff187
[SPARK-2457] Inconsistent description in README about build option
sarutak Jul 12, 2014
5596086
[SPARK-1969][MLlib] Online summarizer APIs for mean, variance, min, a…
dbtsai Jul 12, 2014
d38887b
use specialized axpy in RowMatrix for SVD
Jul 12, 2014
2245c87
Use the Executor's ClassLoader in sc.objectFile().
darabos Jul 12, 2014
7a01352
[SPARK-2455] Mark (Shippable)VertexPartition serializable
ankurdave Jul 12, 2014
7e26b57
[SPARK-2441][SQL] Add more efficient distinct operator.
marmbrus Jul 12, 2014
1a7d7cc
[SPARK-2405][SQL] Reusue same byte buffers when creating new instance…
marmbrus Jul 12, 2014
4c8be64
SPARK-2462. Make Vector.apply public.
sryza Jul 12, 2014
635888c
SPARK-2363. Clean MLlib's sample data files
srowen Jul 14, 2014
aab5349
Made rdd.py pep8 complaint by using Autopep8 and a little manual edit…
ScrapCodes Jul 14, 2014
38ccd6e
move some test file to match src code
adrian-wang Jul 14, 2014
d60b09b
[SPARK-2443][SQL] Fix slow read from partitioned tables
concretevitamin Jul 14, 2014
3dd8af7
[SPARK-1946] Submit tasks after (configured ratio) executors have bee…
li-zhihui Jul 14, 2014
9fe693b
[SPARK-2446][SQL] Add BinaryType support to Parquet I/O.
ueshin Jul 14, 2014
e2255e4
[SPARK-2467] Revert SparkBuild to publish-local to both .m2 and .ivy2.
ueshin Jul 15, 2014
1f99fea
SPARK-2486: Utils.getCallSite is now resilient to bogus frames
willb Jul 15, 2014
a2aa7be
Add/increase severity of warning in documentation of groupBy()
aarondav Jul 15, 2014
c6d7574
[SPARK-2390] Files in staging directory cannot be deleted and wastes …
sarutak Jul 15, 2014
c7c7ac8
[SPARK-2485][SQL] Lock usage of hive client.
marmbrus Jul 15, 2014
7446f5f
discarded exceeded completedDrivers
lianhuiwang Jul 15, 2014
dd95aba
[SPARK-2399] Add support for LZ4 compression.
rxin Jul 15, 2014
52beb20
[SPARK-2477][MLlib] Using appendBias for adding intercept in Generali…
Jul 15, 2014
8f1d422
Update README.md to include a slightly more informative project descr…
rxin Jul 15, 2014
6555618
README update: added "for Big Data".
rxin Jul 15, 2014
04b01bb
[MLLIB] [SPARK-2222] Add multiclass evaluation metrics
avulanov Jul 15, 2014
cb09e93
Reformat multi-line closure argument.
willb Jul 15, 2014
9dd635e
SPARK-2480: Resolve sbt warnings "NOTE: SPARK_YARN is deprecated, ple…
witgo Jul 15, 2014
72ea56d
SPARK-1291: Link the spark UI to RM ui in yarn-client mode
witgo Jul 15, 2014
e7ec815
Added LZ4 to compression codec in configuration page.
rxin Jul 15, 2014
a21f9a7
[SPARK-2471] remove runtime scope for jets3t
mengxr Jul 15, 2014
0f98ef1
[SPARK-2483][SQL] Fix parsing of repeated, nested data access.
marmbrus Jul 15, 2014
bcd0c30
[SQL] Whitelist more Hive tests.
marmbrus Jul 15, 2014
8af46d5
[SPARK-2474][SQL] For a registered table in OverrideCatalog, the Anal…
yhuai Jul 15, 2014
61de65b
SPARK-2407: Added internal implementation of SQL SUBSTR()
willb Jul 15, 2014
502f907
[SQL] Attribute equality comparisons should be done by exprId.
marmbrus Jul 16, 2014
c2048a5
[SPARK-2498] [SQL] Synchronize on a lock when using scala reflection …
concretevitamin Jul 16, 2014
4576d80
[SPARK-2469] Use Snappy (instead of LZF) for default shuffle compress…
rxin Jul 16, 2014
9c12de5
[SPARK-2500] Move the logInfo for registering BlockManager to BlockMa…
hsaputra Jul 16, 2014
563acf5
follow pep8 None should be compared using is or is not
Jul 16, 2014
90ca532
[SPARK-2314][SQL] Override collect and take in JavaSchemaRDD, forward…
staple Jul 16, 2014
9b38b7c
[SPARK-2509][SQL] Add optimization for Substring.
ueshin Jul 16, 2014
632fb3d
[SPARK-2504][SQL] Fix nullability of Substring expression.
ueshin Jul 16, 2014
efc452a
[SPARK-2119][SQL] Improved Parquet performance when reading off S3
liancheng Jul 16, 2014
33e64ec
SPARK-2277: make TaskScheduler track hosts on rack
Jul 16, 2014
efe2a8b
Tightening visibility for various Broadcast related classes.
rxin Jul 16, 2014
df95d82
[SPARK-2525][SQL] Remove as many compilation warning messages as poss…
yhuai Jul 16, 2014
1c5739f
[SQL] Cleaned up ConstantFolding slightly.
rxin Jul 16, 2014
fc7edc9
SPARK-2519. Eliminate pattern-matching on Tuple2 in performance-criti…
sryza Jul 16, 2014
cc965ee
[SPARK-2518][SQL] Fix foldability of Substring expression.
ueshin Jul 16, 2014
ef48222
[SPARK-2517] Remove some compiler warnings.
rxin Jul 16, 2014
96f28c9
[SPARK-2522] set default broadcast factory to torrent
mengxr Jul 16, 2014
caa163f
fix compile error of streaming project
Jul 16, 2014
7c8d123
[SPARK-2317] Improve task logging.
rxin Jul 16, 2014
8867cd0
SPARK-1097: Do not introduce deadlock while fixing concurrency bug
aarondav Jul 16, 2014
9c24974
[SPARK-2154] Schedule next Driver when one completes (standalone mode)
aarondav Jul 16, 2014
7c23c0d
[SPARK-2412] CoalescedRDD throws exception with certain pref locs
aarondav Jul 17, 2014
d0ea496
SPARK-2526: Simplify options in make-distribution.sh
pwendell Jul 17, 2014
9c73822
[SPARK-2423] Clean up SparkSubmit for readability
andrewor14 Jul 17, 2014
d988d34
[SPARK-2534] Avoid pulling in the entire RDD in various operators
rxin Jul 17, 2014
1fcd5dc
SPARK-1478.2 Fix incorrect NioServerSocketChannelFactory constructor …
srowen Jul 17, 2014
935fe65
SPARK-1215 [MLLIB]: Clustering: Index out of bounds error (2)
jkbradley Jul 17, 2014
72e9021
[SPARK-2299] Consolidate various stageIdTo* hash maps in JobProgressL…
rxin Jul 18, 2014
6afca2d
[SPARK-2411] Add a history-not-found page to standalone Master
andrewor14 Jul 18, 2014
29809a6
[SPARK-2570] [SQL] Fix the bug of ClassCastException
chenghao-intel Jul 18, 2014
e52b871
SPARK-2553. CoGroupedRDD unnecessarily allocates a Tuple2 per depende…
sryza Jul 18, 2014
30b8d36
SPARK-2553. Fix compile error
sryza Jul 18, 2014
7f87ab9
Added t2 instance types
Jul 18, 2014
586e716
Reservoir sampling implementation.
rxin Jul 18, 2014
d88f6be
[MLlib] SPARK-1536: multiclass classification support for decision tree
manishamde Jul 18, 2014
3a1709f
[SPARK-2535][SQL] Add StringComparison case to NullPropagation.
ueshin Jul 18, 2014
7f17208
[SPARK-2540] [SQL] Add HiveDecimal & HiveVarchar support in unwrappin…
chenghao-intel Jul 18, 2014
7b971b9
[SPARK-2571] Correctly report shuffle read metrics.
kayousterhout Jul 18, 2014
a243364
[SPARK-2359][MLlib] Correlations
dorx Jul 19, 2014
7b8cd17
[SPARK-2521] Broadcast RDD object (instead of sending it along with e…
rxin Jul 19, 2014
805f329
put 'curRequestSize = 0' after 'logDebug' it
JerryLead Jul 19, 2014
2a73211
SPARK-2407: Added Parser of SQL SUBSTR()
chutium Jul 19, 2014
1efb369
Revert "[SPARK-2521] Broadcast RDD object (instead of sending it alon…
rxin Jul 19, 2014
49e4727
SPARK-2596 A tool for mirroring github pull requests on JIRA.
pwendell Jul 20, 2014
d39e3b9
SPARK-2596 HOTFIX: Deal with non-existent JIRAs.
pwendell Jul 20, 2014
0d01e85
Typo fix to the programming guide in the docs
Jul 20, 2014
c119498
SPARK-2587: Fix error message in make-distribution.sh
Jul 20, 2014
4da01e3
[SPARK-2524] missing document about spark.deploy.retainedDrivers
lianhuiwang Jul 20, 2014
98ab411
SPARK-2519 part 2. Remove pattern matching on Tuple2 in critical sect…
sryza Jul 20, 2014
fa51b0f
[SPARK-2598] RangePartitioner's binary search does not use the given …
rxin Jul 20, 2014
1b10b81
[SPARK-2495][MLLIB] remove private[mllib] from linear models' constru…
mengxr Jul 20, 2014
9564f85
SPARK-2564. ShuffleReadMetrics.totalBlocksRead is redundant
sryza Jul 20, 2014
b86db51
[SPARK-2552][MLLIB] stabilize logistic function in pyspark
mengxr Jul 21, 2014
f6e7302
Improve scheduler delay tooltip.
kayousterhout Jul 21, 2014
db56f2d
[SPARK-1945][MLLIB] Documentation Improvements for Spark 1.0
miccagiann Jul 21, 2014
cd273a2
[SPARK-2190][SQL] Specialized ColumnType for Timestamp
liancheng Jul 21, 2014
f89cf65
SPARK-1707. Remove unnecessary 3 second sleep in YarnClusterScheduler
sryza Jul 21, 2014
872538c
[SPARK-2494] [PySpark] make hash of None consistant cross machines
davies Jul 21, 2014
abeacff
Fix flakey HiveQuerySuite test
aarondav Jul 21, 2014
a4d6020
[SPARK-2434][MLlib]: Warning messages that point users to original ML…
brkyvz Jul 22, 2014
511a731
[SPARK-2561][SQL] Fix apply schema
marmbrus Jul 22, 2014
c3462c6
[SPARK-2086] Improve output of toDebugString to make shuffle boundari…
GregOwen Jul 22, 2014
5d16d5b
[SPARK-2470] PEP8 fixes to PySpark
nchammas Jul 22, 2014
81fec99
[SPARK-2452] Create a new valid for each instead of using lineId.
ScrapCodes Jul 22, 2014
75db174
[SPARK-2612] [mllib] Fix data skew in ALS
renozhang Jul 22, 2014
1407871
[MLLIB] make Mima ignore updateFeatures (private) in ALS
mengxr Jul 22, 2014
85d3596
SPARK-2047: Introduce an in-mem Sorter, and use it to reduce mem usage
aarondav Jul 22, 2014
79fe763
[SPARK-2615] [SQL] Add Equal Sign "==" Support for HiveQl
chenghao-intel Jul 23, 2014
5f7b991
Graphx example
CrazyJvm Jul 23, 2014
ddadf1b
[YARN][SPARK-2606]:In some cases,the spark UI pages display incorrect
witgo Jul 23, 2014
02e4572
[YARN] SPARK-2577: File upload to viewfs is broken due to mount point…
gerashegalov Jul 23, 2014
6c2be93
Remove GraphX MessageToPartition for compatibility with sort-based sh…
ankurdave Jul 23, 2014
4c7243e
[SPARK-2617] Correct doc and usages of preservesPartitioning
mengxr Jul 23, 2014
2592111
[SPARK-2609] Log thread ID when spilling ExternalAppendOnlyMap
andrewor14 Jul 23, 2014
f776bc9
[CORE] SPARK-2640: In "local[N]", free cores of the only executor sho…
woshilaiceshide Jul 23, 2014
1b790cf
[SPARK-2588][SQL] Add some more DSLs.
ueshin Jul 23, 2014
91903e0
SPARK-2277: clear host->rack info properly
Jul 23, 2014
e060d3e
SPARK-2226: [SQL] transform HAVING clauses with aggregate expression…
willb Jul 23, 2014
1871574
[SPARK-2569][SQL] Fix shipping of TEMPORARY hive UDFs.
marmbrus Jul 23, 2014
efdaeb1
[SPARK-2102][SQL][CORE] Add option for kryo registration required and…
ianoc Jul 23, 2014
9b76332
[SPARK-2549] Functions defined inside of other functions trigger fail…
ScrapCodes Jul 24, 2014
60f0ae3
[SPARK-2484][SQL] Build should not run hivecompatibility tests by def…
witgo Jul 24, 2014
2d25e34
Replace RoutingTableMessage with pair
ankurdave Jul 24, 2014
9e7725c
SPARK-2662: Fix NPE for JsonProtocol
witgo Jul 24, 2014
78d18fd
[SPARK-2658][SQL] Add rule for true = 1.
marmbrus Jul 24, 2014
e34922a
SPARK-2310. Support arbitrary Spark properties on the command line wi…
sryza Jul 24, 2014
42dfab7
[SPARK-2661][bagel]unpersist old processed rdd
adrian-wang Jul 24, 2014
46e224a
SPARK-2150: Provide direct link to finished application UI in yarn re…
Jul 24, 2014
9fd1414
[Build] SPARK-2619: Configurable filemode for the spark/bin folder in…
tzolov Jul 24, 2014
b352ef1
[SPARK-2603][SQL] Remove unnecessary toMap and toList in converting J…
yhuai Jul 24, 2014
c960b50
[SPARK-2479 (partial)][MLLIB] fix binary metrics unit tests
mengxr Jul 24, 2014
323a83c
[SPARK-2037]: yarn client mode doesn't support spark.yarn.max.executo…
witgo Jul 24, 2014
fec641b
SPARK-2250: show stage RDDs in UI
nevillelyh Jul 24, 2014
a45d548
[SPARK-2464][Streaming] Fixed Twitter stream stopping bug
tdas Jul 24, 2014
eff9714
[SPARK-2014] Make PySpark store RDDs in MEMORY_ONLY_SER with compress…
ScrapCodes Jul 25, 2014
14174ab
[SPARK-2538] [PySpark] Hash based disk spilling aggregation
davies Jul 25, 2014
2f75a4a
[SPARK-2656] Python version of stratified sampling
dorx Jul 25, 2014
8529ced
SPARK-2657 Use more compact data structures than ArrayBuffer in group…
mateiz Jul 25, 2014
eb82abd
[SPARK-2529] Clean closures in foreach and foreachPartition.
rxin Jul 25, 2014
184aa1c
[SPARK-2665] [SQL] Add EqualNS & Unit Tests
chenghao-intel Jul 25, 2014
a2715cc
replace println to log4j
fireflyc Jul 25, 2014
32bcf9a
[SPARK-2683] unidoc failed because org.apache.spark.util.CallSite use…
yhuai Jul 25, 2014
06dc0d2
[SPARK-2410][SQL] Merging Hive Thrift/JDBC server
liancheng Jul 25, 2014
a19d8c8
[SPARK-2682] Javadoc generated from Scala source code is not in javad…
yhuai Jul 25, 2014
ab3c6a4
[SQL]Update HiveMetastoreCatalog.scala
baishuo Jul 25, 2014
47b6b38
[SPARK-2125] Add sort flag and move sort into shuffle implementations
jerryshao Jul 25, 2014
37ad3b7
[SPARK-1726] [SPARK-2567] Eliminate zombie stages in UI.
kayousterhout Jul 25, 2014
afd757a
Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"
marmbrus Jul 25, 2014
9d8666c
Part of [SPARK-2456] Removed some HashMaps from DAGScheduler by stori…
rxin Jul 26, 2014
8904791
[SPARK-2659][SQL] Fix division semantics for hive
marmbrus Jul 26, 2014
cf3e9fd
[SPARK-1458] [PySpark] Expose sc.version in Java and PySpark
JoshRosen Jul 26, 2014
66f26a4
[SPARK-2696] Reduce default value of spark.serializer.objectStreamReset
falaki Jul 26, 2014
75663b5
[SPARK-2652] [PySpark] Turning some default configs for PySpark
davies Jul 26, 2014
c183b92
[SPARK-2279] Added emptyRDD method to Java API
bobpaulin Jul 26, 2014
1290164
[SPARK-2704] Name threads in ConnectionManager and mark them as daemon.
rxin Jul 26, 2014
ba46bbe
[SPARK-2601] [PySpark] Fix Py4J error when transforming pickleFiles
JoshRosen Jul 27, 2014
b547f69
SPARK-2680: Lower spark.shuffle.memoryFraction to 0.2 by default
mateiz Jul 27, 2014
aaf2b73
[SPARK-2361][MLLIB] Use broadcast instead of serializing data directl…
mengxr Jul 27, 2014
3a69c72
[SPARK-2679] [MLLib] Ser/De for Double
dorx Jul 27, 2014
9857053
SPARK-2684: Update ExternalAppendOnlyMap to take an iterator as input
mateiz Jul 27, 2014
2bbf235
[SPARK-2705][CORE] Fixed stage description in stage info page
liancheng Jul 27, 2014
f6ff2a6
[SPARK-2410][SQL] Merging Hive Thrift/JDBC server
liancheng Jul 27, 2014
ecf30ee
[SPARK-1777] Prevent OOMs from single partitions
andrewor14 Jul 27, 2014
81fcdd2
[SPARK-2514] [mllib] Random RDD generator
dorx Jul 27, 2014
e5bbce9
Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"
pwendell Jul 28, 2014
d7eac4c
SPARK-2651: Add maven scalastyle plugin
Jul 28, 2014
a7d145e
[SPARK-1550] [PySpark] Allow SparkContext creation after failed attempts
JoshRosen Jul 28, 2014
2b8d89e
[SPARK-2523] [SQL] Hadoop table scan bug fixing
chenghao-intel Jul 28, 2014
255b56f
[SPARK-2479][MLlib] Comparing floating-point numbers using relative e…
Jul 28, 2014
a7a9d14
[SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile…
liancheng Jul 28, 2014
39ab87b
Use commons-lang3 in SignalLogger rather than commons-lang
aarondav Jul 28, 2014
16ef4d1
Excess judgment
watermen Jul 29, 2014
ccd5ab5
[SPARK-2580] [PySpark] keep silent in worker if JVM close the socket
davies Jul 29, 2014
92ef026
[SPARK-791] [PySpark] fix pickle itemgetter with cloudpickle
davies Jul 29, 2014
96ba04b
[SPARK-2726] and [SPARK-2727] Remove SortOrder and do in-place sort.
rxin Jul 29, 2014
20424da
[SPARK-2174][MLLIB] treeReduce and treeAggregate
mengxr Jul 29, 2014
fc4d057
Minor indentation and comment typo fixes.
staple Jul 29, 2014
800ecff
[STREAMING] SPARK-1729. Make Flume pull data from source, rather than…
harishreedharan Jul 29, 2014
0c5c6a6
[SQL]change some test lists
adrian-wang Jul 29, 2014
e364348
[SPARK-2730][SQL] When retrieving a value from a Map, GetItem evaluat…
yhuai Jul 29, 2014
f0d880e
[SPARK-2674] [SQL] [PySpark] support datetime type for SchemaRDD
davies Jul 29, 2014
dc96536
[SPARK-2082] stratified sampling in PairRDDFunctions that guarantees …
dorx Jul 29, 2014
c7db274
[SPARK-2393][SQL] Cost estimation optimization framework for Catalyst…
concretevitamin Jul 29, 2014
2c35666
MAINTENANCE: Automated closing of pull requests.
pwendell Jul 30, 2014
39b8193
[SPARK-2716][SQL] Don't check resolved for having filters.
marmbrus Jul 30, 2014
86534d0
[SPARK-2631][SQL] Use SQLConf to configure in-memory columnar caching
marmbrus Jul 30, 2014
22649b6
[SPARK-2305] [PySpark] Update Py4J to version 0.8.2.1
JoshRosen Jul 30, 2014
8446746
[SPARK-2054][SQL] Code Generation for Expression Evaluation
marmbrus Jul 30, 2014
2e6efca
[SPARK-2568] RangePartitioner should run only one job if data is bala…
mengxr Jul 30, 2014
077f633
[SQL] Handle null values in debug()
marmbrus Jul 30, 2014
4ce92cc
[SPARK-2260] Fix standalone-cluster mode, which was broken
andrewor14 Jul 30, 2014
7003c16
[SPARK-2179][SQL] Public API for DataTypes and Schema
yhuai Jul 30, 2014
7c5fc28
SPARK-2543: Allow user to set maximum Kryo buffer size
koertkuipers Jul 30, 2014
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
  •  
  •  
  •  
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
sbt/*.jar
.settings
.cache
.mima-excludes
.generated-mima*
/build/
work/
out/
Expand All @@ -18,6 +18,8 @@ conf/java-opts
conf/spark-env.sh
conf/streaming-env.sh
conf/log4j.properties
conf/spark-defaults.conf
conf/hive-site.xml
docs/_site
docs/api
target/
Expand Down Expand Up @@ -48,3 +50,12 @@ unit-tests.log
/lib/
rat-results.txt
scalastyle.txt
conf/*.conf
scalastyle-output.xml

# For Hive
metastore_db/
metastore/
warehouse/
TempStatsStore/
sql/hive-thriftserver/test_warehouses
12 changes: 12 additions & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ target
.project
.classpath
.mima-excludes
.generated-mima-excludes
.generated-mima-class-excludes
.generated-mima-member-excludes
.rat-excludes
.*md
derby.log
Expand All @@ -19,8 +22,11 @@ slaves
spark-env.sh
spark-env.sh.template
log4j-defaults.properties
bootstrap-tooltip.js
jquery-1.11.1.min.js
sorttable.js
.*txt
.*json
.*data
.*log
cloudpickle.py
Expand All @@ -43,3 +49,9 @@ test.out/*
.*iml
service.properties
db.lck
build/*
dist/*
.*out
.*ipr
.*iws
logs
123 changes: 122 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


========================================================================
For Py4J (python/lib/py4j0.7.egg and files in assembly/lib/net/sf/py4j):
For Py4J (python/lib/py4j-0.8.2.1-src.zip)
========================================================================

Copyright (c) 2009-2011, Barthelemy Dagenais All rights reserved.
Expand Down Expand Up @@ -428,3 +428,124 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON A
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

========================================================================
For colt:
========================================================================

Copyright (c) 1999 CERN - European Organization for Nuclear Research.
Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. CERN makes no representations about the suitability of this software for any purpose. It is provided "as is" without expressed or implied warranty.

Packages hep.aida.*

Written by Pavel Binko, Dino Ferrero Merlino, Wolfgang Hoschek, Tony Johnson, Andreas Pfeiffer, and others. Check the FreeHEP home page for more info. Permission to use and/or redistribute this work is granted under the terms of the LGPL License, with the exception that any usage related to military applications is expressly forbidden. The software and documentation made available under the terms of this license are provided with no warranty.


========================================================================
For SnapTree:
========================================================================

SNAPTREE LICENSE

Copyright (c) 2009-2012 Stanford University, unless otherwise specified.
All rights reserved.

This software was developed by the Pervasive Parallelism Laboratory of
Stanford University, California, USA.

Permission to use, copy, modify, and distribute this software in source
or binary form for any purpose with or without fee is hereby granted,
provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name of Stanford University nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.


THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.


========================================================================
For Timsort (core/src/main/java/org/apache/spark/util/collection/Sorter.java):
========================================================================
Copyright (C) 2008 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


========================================================================
BSD-style licenses
========================================================================

The following components are provided under a BSD-style license. See project link for details.

(BSD 3 Clause) core (com.github.fommil.netlib:core:1.1.2 - https://github.com/fommil/netlib-java/core)
(BSD 3-clause style license) jblas (org.jblas:jblas:1.2.3 - http://jblas.org/)
(BSD License) AntLR Parser Generator (antlr:antlr:2.7.7 - http://www.antlr.org/)
(BSD License) Javolution (javolution:javolution:5.5.1 - http://javolution.org)
(BSD licence) ANTLR ST4 4.0.4 (org.antlr:ST4:4.0.4 - http://www.stringtemplate.org)
(BSD licence) ANTLR StringTemplate (org.antlr:stringtemplate:3.2.1 - http://www.stringtemplate.org)
(BSD style) Hamcrest Core (org.hamcrest:hamcrest-core:1.1 - no url defined)
(BSD) JLine (jline:jline:0.9.94 - http://jline.sourceforge.net)
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.3 - http://paranamer.codehaus.org/paranamer)
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.6 - http://paranamer.codehaus.org/paranamer)
(BSD-like) (The BSD License) jline (org.scala-lang:jline:2.10.4 - http://www.scala-lang.org/)
(BSD-like) Scala Actors library (org.scala-lang:scala-actors:2.10.4 - http://www.scala-lang.org/)
(BSD-like) Scala Compiler (org.scala-lang:scala-compiler:2.10.4 - http://www.scala-lang.org/)
(BSD-like) Scala Compiler (org.scala-lang:scala-reflect:2.10.4 - http://www.scala-lang.org/)
(BSD-like) Scala Library (org.scala-lang:scala-library:2.10.4 - http://www.scala-lang.org/)
(BSD-like) Scalap (org.scala-lang:scalap:2.10.4 - http://www.scala-lang.org/)
(BSD-style) scalacheck (org.scalacheck:scalacheck_2.10:1.10.0 - http://www.scalacheck.org)
(BSD-style) spire (org.spire-math:spire_2.10:0.7.1 - http://spire-math.org)
(BSD-style) spire-macros (org.spire-math:spire-macros_2.10:0.7.1 - http://spire-math.org)
(New BSD License) Kryo (com.esotericsoftware.kryo:kryo:2.21 - http://code.google.com/p/kryo/)
(New BSD License) MinLog (com.esotericsoftware.minlog:minlog:1.2 - http://code.google.com/p/minlog/)
(New BSD License) ReflectASM (com.esotericsoftware.reflectasm:reflectasm:1.07 - http://code.google.com/p/reflectasm/)
(New BSD license) Protocol Buffer Java API (com.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobuf)
(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/)
(Two-clause BSD-style license) JUnit-Interface (com.novocode:junit-interface:0.10 - http://github.com/szeiger/junit-interface/)
(ISC/BSD License) jbcrypt (org.mindrot:jbcrypt:0.3m - http://www.mindrot.org/)

========================================================================
MIT licenses
========================================================================

The following components are provided under the MIT License. See project link for details.

(MIT License) JCL 1.1.1 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.5 - http://www.slf4j.org)
(MIT License) JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:1.7.5 - http://www.slf4j.org)
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.5 - http://www.slf4j.org)
(MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.5 - http://www.slf4j.org)
(MIT License) pyrolite (org.spark-project:pyrolite:2.0.1 - http://pythonhosted.org/Pyro4/)
(MIT License) scopt (com.github.scopt:scopt_2.10:3.2.0 - https://github.com/scopt/scopt)
(The MIT License) Mockito (org.mockito:mockito-all:1.8.5 - http://www.mockito.org)
Loading