Skip to content

Commit 81c5f12

Browse files
committed
Merge pull request #1 from apache/master
Updating to the lastest spark repository
2 parents 1fdf659 + 7c5fc28 commit 81c5f12

File tree

1,542 files changed

+66606
-17015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,542 files changed

+66606
-17015
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
sbt/*.jar
88
.settings
99
.cache
10-
.mima-excludes
10+
.generated-mima*
1111
/build/
1212
work/
1313
out/
@@ -18,6 +18,8 @@ conf/java-opts
1818
conf/spark-env.sh
1919
conf/streaming-env.sh
2020
conf/log4j.properties
21+
conf/spark-defaults.conf
22+
conf/hive-site.xml
2123
docs/_site
2224
docs/api
2325
target/
@@ -48,3 +50,12 @@ unit-tests.log
4850
/lib/
4951
rat-results.txt
5052
scalastyle.txt
53+
conf/*.conf
54+
scalastyle-output.xml
55+
56+
# For Hive
57+
metastore_db/
58+
metastore/
59+
warehouse/
60+
TempStatsStore/
61+
sql/hive-thriftserver/test_warehouses

.rat-excludes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ target
33
.project
44
.classpath
55
.mima-excludes
6+
.generated-mima-excludes
7+
.generated-mima-class-excludes
8+
.generated-mima-member-excludes
69
.rat-excludes
710
.*md
811
derby.log
@@ -19,8 +22,11 @@ slaves
1922
spark-env.sh
2023
spark-env.sh.template
2124
log4j-defaults.properties
25+
bootstrap-tooltip.js
26+
jquery-1.11.1.min.js
2227
sorttable.js
2328
.*txt
29+
.*json
2430
.*data
2531
.*log
2632
cloudpickle.py
@@ -43,3 +49,9 @@ test.out/*
4349
.*iml
4450
service.properties
4551
db.lck
52+
build/*
53+
dist/*
54+
.*out
55+
.*ipr
56+
.*iws
57+
logs

LICENSE

Lines changed: 122 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
272272

273273

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

278278
Copyright (c) 2009-2011, Barthelemy Dagenais All rights reserved.
@@ -428,3 +428,124 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON A
428428
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
429429
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
430430
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
431+
432+
========================================================================
433+
For colt:
434+
========================================================================
435+
436+
Copyright (c) 1999 CERN - European Organization for Nuclear Research.
437+
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.
438+
439+
Packages hep.aida.*
440+
441+
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.
442+
443+
444+
========================================================================
445+
For SnapTree:
446+
========================================================================
447+
448+
SNAPTREE LICENSE
449+
450+
Copyright (c) 2009-2012 Stanford University, unless otherwise specified.
451+
All rights reserved.
452+
453+
This software was developed by the Pervasive Parallelism Laboratory of
454+
Stanford University, California, USA.
455+
456+
Permission to use, copy, modify, and distribute this software in source
457+
or binary form for any purpose with or without fee is hereby granted,
458+
provided that the following conditions are met:
459+
460+
1. Redistributions of source code must retain the above copyright
461+
notice, this list of conditions and the following disclaimer.
462+
463+
2. Redistributions in binary form must reproduce the above copyright
464+
notice, this list of conditions and the following disclaimer in the
465+
documentation and/or other materials provided with the distribution.
466+
467+
3. Neither the name of Stanford University nor the names of its
468+
contributors may be used to endorse or promote products derived
469+
from this software without specific prior written permission.
470+
471+
472+
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
473+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
474+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
475+
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
476+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
477+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
478+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
479+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
480+
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
481+
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
482+
SUCH DAMAGE.
483+
484+
485+
========================================================================
486+
For Timsort (core/src/main/java/org/apache/spark/util/collection/Sorter.java):
487+
========================================================================
488+
Copyright (C) 2008 The Android Open Source Project
489+
490+
Licensed under the Apache License, Version 2.0 (the "License");
491+
you may not use this file except in compliance with the License.
492+
You may obtain a copy of the License at
493+
494+
http://www.apache.org/licenses/LICENSE-2.0
495+
496+
Unless required by applicable law or agreed to in writing, software
497+
distributed under the License is distributed on an "AS IS" BASIS,
498+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
499+
See the License for the specific language governing permissions and
500+
limitations under the License.
501+
502+
503+
========================================================================
504+
BSD-style licenses
505+
========================================================================
506+
507+
The following components are provided under a BSD-style license. See project link for details.
508+
509+
(BSD 3 Clause) core (com.github.fommil.netlib:core:1.1.2 - https://github.com/fommil/netlib-java/core)
510+
(BSD 3-clause style license) jblas (org.jblas:jblas:1.2.3 - http://jblas.org/)
511+
(BSD License) AntLR Parser Generator (antlr:antlr:2.7.7 - http://www.antlr.org/)
512+
(BSD License) Javolution (javolution:javolution:5.5.1 - http://javolution.org)
513+
(BSD licence) ANTLR ST4 4.0.4 (org.antlr:ST4:4.0.4 - http://www.stringtemplate.org)
514+
(BSD licence) ANTLR StringTemplate (org.antlr:stringtemplate:3.2.1 - http://www.stringtemplate.org)
515+
(BSD style) Hamcrest Core (org.hamcrest:hamcrest-core:1.1 - no url defined)
516+
(BSD) JLine (jline:jline:0.9.94 - http://jline.sourceforge.net)
517+
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.3 - http://paranamer.codehaus.org/paranamer)
518+
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.6 - http://paranamer.codehaus.org/paranamer)
519+
(BSD-like) (The BSD License) jline (org.scala-lang:jline:2.10.4 - http://www.scala-lang.org/)
520+
(BSD-like) Scala Actors library (org.scala-lang:scala-actors:2.10.4 - http://www.scala-lang.org/)
521+
(BSD-like) Scala Compiler (org.scala-lang:scala-compiler:2.10.4 - http://www.scala-lang.org/)
522+
(BSD-like) Scala Compiler (org.scala-lang:scala-reflect:2.10.4 - http://www.scala-lang.org/)
523+
(BSD-like) Scala Library (org.scala-lang:scala-library:2.10.4 - http://www.scala-lang.org/)
524+
(BSD-like) Scalap (org.scala-lang:scalap:2.10.4 - http://www.scala-lang.org/)
525+
(BSD-style) scalacheck (org.scalacheck:scalacheck_2.10:1.10.0 - http://www.scalacheck.org)
526+
(BSD-style) spire (org.spire-math:spire_2.10:0.7.1 - http://spire-math.org)
527+
(BSD-style) spire-macros (org.spire-math:spire-macros_2.10:0.7.1 - http://spire-math.org)
528+
(New BSD License) Kryo (com.esotericsoftware.kryo:kryo:2.21 - http://code.google.com/p/kryo/)
529+
(New BSD License) MinLog (com.esotericsoftware.minlog:minlog:1.2 - http://code.google.com/p/minlog/)
530+
(New BSD License) ReflectASM (com.esotericsoftware.reflectasm:reflectasm:1.07 - http://code.google.com/p/reflectasm/)
531+
(New BSD license) Protocol Buffer Java API (com.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobuf)
532+
(New BSD license) Protocol Buffer Java API (org.spark-project.protobuf:protobuf-java:2.4.1-shaded - http://code.google.com/p/protobuf)
533+
(The BSD License) Fortran to Java ARPACK (net.sourceforge.f2j:arpack_combined_all:0.1 - http://f2j.sourceforge.net)
534+
(The BSD License) xmlenc Library (xmlenc:xmlenc:0.52 - http://xmlenc.sourceforge.net)
535+
(The New BSD License) Py4J (net.sf.py4j:py4j:0.8.2.1 - http://py4j.sourceforge.net/)
536+
(Two-clause BSD-style license) JUnit-Interface (com.novocode:junit-interface:0.10 - http://github.com/szeiger/junit-interface/)
537+
(ISC/BSD License) jbcrypt (org.mindrot:jbcrypt:0.3m - http://www.mindrot.org/)
538+
539+
========================================================================
540+
MIT licenses
541+
========================================================================
542+
543+
The following components are provided under the MIT License. See project link for details.
544+
545+
(MIT License) JCL 1.1.1 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.5 - http://www.slf4j.org)
546+
(MIT License) JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:1.7.5 - http://www.slf4j.org)
547+
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.5 - http://www.slf4j.org)
548+
(MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.5 - http://www.slf4j.org)
549+
(MIT License) pyrolite (org.spark-project:pyrolite:2.0.1 - http://pythonhosted.org/Pyro4/)
550+
(MIT License) scopt (com.github.scopt:scopt_2.10:3.2.0 - https://github.com/scopt/scopt)
551+
(The MIT License) Mockito (org.mockito:mockito-all:1.8.5 - http://www.mockito.org)

0 commit comments

Comments
 (0)