Skip to content

Commit df34e2d

Browse files
authored
Merge pull request apache-spark-on-k8s#391 from palantir/os/merge-upstream
2 parents e319436 + 04cfad5 commit df34e2d

File tree

636 files changed

+22690
-5578
lines changed

Some content is hidden

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

636 files changed

+22690
-5578
lines changed

LICENSE

Lines changed: 58 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -201,103 +201,61 @@
201201
limitations under the License.
202202

203203

204-
=======================================================================
205-
Apache Spark Subcomponents:
206-
207-
The Apache Spark project contains subcomponents with separate copyright
208-
notices and license terms. Your use of the source code for the these
209-
subcomponents is subject to the terms and conditions of the following
210-
licenses.
211-
212-
213-
========================================================================
214-
For heapq (pyspark/heapq3.py):
215-
========================================================================
216-
217-
See license/LICENSE-heapq.txt
218-
219-
========================================================================
220-
For SnapTree:
221-
========================================================================
222-
223-
See license/LICENSE-SnapTree.txt
224-
225-
========================================================================
226-
For jbcrypt:
227-
========================================================================
228-
229-
See license/LICENSE-jbcrypt.txt
230-
231-
========================================================================
232-
BSD-style licenses
233-
========================================================================
234-
235-
The following components are provided under a BSD-style license. See project link for details.
236-
The text of each license is also included at licenses/LICENSE-[project].txt.
237-
238-
(BSD 3 Clause) netlib core (com.github.fommil.netlib:core:1.1.2 - https://github.com/fommil/netlib-java/core)
239-
(BSD 3 Clause) JPMML-Model (org.jpmml:pmml-model:1.2.7 - https://github.com/jpmml/jpmml-model)
240-
(BSD 3 Clause) jmock (org.jmock:jmock-junit4:2.8.4 - http://jmock.org/)
241-
(BSD License) AntLR Parser Generator (antlr:antlr:2.7.7 - http://www.antlr.org/)
242-
(BSD License) ANTLR 4.5.2-1 (org.antlr:antlr4:4.5.2-1 - http://wwww.antlr.org/)
243-
(BSD licence) ANTLR ST4 4.0.4 (org.antlr:ST4:4.0.4 - http://www.stringtemplate.org)
244-
(BSD licence) ANTLR StringTemplate (org.antlr:stringtemplate:3.2.1 - http://www.stringtemplate.org)
245-
(BSD License) Javolution (javolution:javolution:5.5.1 - http://javolution.org)
246-
(BSD) JLine (jline:jline:0.9.94 - http://jline.sourceforge.net)
247-
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.3 - http://paranamer.codehaus.org/paranamer)
248-
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.6 - http://paranamer.codehaus.org/paranamer)
249-
(BSD 3 Clause) Scala (http://www.scala-lang.org/download/#License)
250-
(Interpreter classes (all .scala files in repl/src/main/scala
251-
except for Main.Scala, SparkHelper.scala and ExecutorClassLoader.scala),
252-
and for SerializableMapWrapper in JavaUtils.scala)
253-
(BSD-like) Scala Actors library (org.scala-lang:scala-actors:2.11.8 - http://www.scala-lang.org/)
254-
(BSD-like) Scala Compiler (org.scala-lang:scala-compiler:2.11.8 - http://www.scala-lang.org/)
255-
(BSD-like) Scala Compiler (org.scala-lang:scala-reflect:2.11.8 - http://www.scala-lang.org/)
256-
(BSD-like) Scala Library (org.scala-lang:scala-library:2.11.8 - http://www.scala-lang.org/)
257-
(BSD-like) Scalap (org.scala-lang:scalap:2.11.8 - http://www.scala-lang.org/)
258-
(BSD-style) scalacheck (org.scalacheck:scalacheck_2.11:1.10.0 - http://www.scalacheck.org)
259-
(BSD-style) spire (org.spire-math:spire_2.11:0.7.1 - http://spire-math.org)
260-
(BSD-style) spire-macros (org.spire-math:spire-macros_2.11:0.7.1 - http://spire-math.org)
261-
(New BSD License) Kryo (com.esotericsoftware:kryo:3.0.3 - https://github.com/EsotericSoftware/kryo)
262-
(New BSD License) MinLog (com.esotericsoftware:minlog:1.3.0 - https://github.com/EsotericSoftware/minlog)
263-
(New BSD license) Protocol Buffer Java API (com.google.protobuf:protobuf-java:2.5.0 - http://code.google.com/p/protobuf)
264-
(New BSD license) Protocol Buffer Java API (org.spark-project.protobuf:protobuf-java:2.4.1-shaded - http://code.google.com/p/protobuf)
265-
(The BSD License) Fortran to Java ARPACK (net.sourceforge.f2j:arpack_combined_all:0.1 - http://f2j.sourceforge.net)
266-
(The BSD License) xmlenc Library (xmlenc:xmlenc:0.52 - http://xmlenc.sourceforge.net)
267-
(The New BSD License) Py4J (net.sf.py4j:py4j:0.10.7 - http://py4j.sourceforge.net/)
268-
(Two-clause BSD-style license) JUnit-Interface (com.novocode:junit-interface:0.10 - http://github.com/szeiger/junit-interface/)
269-
(BSD licence) sbt and sbt-launch-lib.bash
270-
(BSD 3 Clause) d3.min.js (https://github.com/mbostock/d3/blob/master/LICENSE)
271-
(BSD 3 Clause) DPark (https://github.com/douban/dpark/blob/master/LICENSE)
272-
(BSD 3 Clause) CloudPickle (https://github.com/cloudpipe/cloudpickle/blob/master/LICENSE)
273-
(BSD 2 Clause) Zstd-jni (https://github.com/luben/zstd-jni/blob/master/LICENSE)
274-
(BSD license) Zstd (https://github.com/facebook/zstd/blob/v1.3.1/LICENSE)
275-
276-
========================================================================
277-
MIT licenses
278-
========================================================================
279-
280-
The following components are provided under the MIT License. See project link for details.
281-
The text of each license is also included at licenses/LICENSE-[project].txt.
282-
283-
(MIT License) JCL 1.1.1 implemented over SLF4J (org.slf4j:jcl-over-slf4j:1.7.5 - http://www.slf4j.org)
284-
(MIT License) JUL to SLF4J bridge (org.slf4j:jul-to-slf4j:1.7.5 - http://www.slf4j.org)
285-
(MIT License) SLF4J API Module (org.slf4j:slf4j-api:1.7.5 - http://www.slf4j.org)
286-
(MIT License) SLF4J LOG4J-12 Binding (org.slf4j:slf4j-log4j12:1.7.5 - http://www.slf4j.org)
287-
(MIT License) pyrolite (org.spark-project:pyrolite:2.0.1 - http://pythonhosted.org/Pyro4/)
288-
(MIT License) scopt (com.github.scopt:scopt_2.11:3.2.0 - https://github.com/scopt/scopt)
289-
(The MIT License) Mockito (org.mockito:mockito-core:1.9.5 - http://www.mockito.org)
290-
(MIT License) jquery (https://jquery.org/license/)
291-
(MIT License) AnchorJS (https://github.com/bryanbraun/anchorjs)
292-
(MIT License) graphlib-dot (https://github.com/cpettitt/graphlib-dot)
293-
(MIT License) dagre-d3 (https://github.com/cpettitt/dagre-d3)
294-
(MIT License) sorttable (https://github.com/stuartlangridge/sorttable)
295-
(MIT License) boto (https://github.com/boto/boto/blob/develop/LICENSE)
296-
(MIT License) datatables (http://datatables.net/license)
297-
(MIT License) mustache (https://github.com/mustache/mustache/blob/master/LICENSE)
298-
(MIT License) cookies (http://code.google.com/p/cookies/wiki/License)
299-
(MIT License) blockUI (http://jquery.malsup.com/block/)
300-
(MIT License) RowsGroup (http://datatables.net/license/mit)
301-
(MIT License) jsonFormatter (http://www.jqueryscript.net/other/jQuery-Plugin-For-Pretty-JSON-Formatting-jsonFormatter.html)
302-
(MIT License) modernizr (https://github.com/Modernizr/Modernizr/blob/master/LICENSE)
303-
(MIT License) machinist (https://github.com/typelevel/machinist)
204+
------------------------------------------------------------------------------------
205+
This product bundles various third-party components under other open source licenses.
206+
This section summarizes those components and their licenses. See licenses/
207+
for text of these licenses.
208+
209+
210+
Apache Software Foundation License 2.0
211+
--------------------------------------
212+
213+
common/network-common/src/main/java/org/apache/spark/network/util/LimitedInputStream.java
214+
core/src/main/java/org/apache/spark/util/collection/TimSort.java
215+
core/src/main/resources/org/apache/spark/ui/static/bootstrap*
216+
core/src/main/resources/org/apache/spark/ui/static/jsonFormatter*
217+
core/src/main/resources/org/apache/spark/ui/static/vis*
218+
docs/js/vendor/bootstrap.js
219+
220+
221+
Python Software Foundation License
222+
----------------------------------
223+
224+
pyspark/heapq3.py
225+
226+
227+
BSD 3-Clause
228+
------------
229+
230+
python/lib/py4j-*-src.zip
231+
python/pyspark/cloudpickle.py
232+
python/pyspark/join.py
233+
core/src/main/resources/org/apache/spark/ui/static/d3.min.js
234+
235+
The CSS style for the navigation sidebar of the documentation was originally
236+
submitted by Óscar Nájera for the scikit-learn project. The scikit-learn project
237+
is distributed under the 3-Clause BSD license.
238+
239+
240+
MIT License
241+
-----------
242+
243+
core/src/main/resources/org/apache/spark/ui/static/dagre-d3.min.js
244+
core/src/main/resources/org/apache/spark/ui/static/*dataTables*
245+
core/src/main/resources/org/apache/spark/ui/static/graphlib-dot.min.js
246+
ore/src/main/resources/org/apache/spark/ui/static/jquery*
247+
core/src/main/resources/org/apache/spark/ui/static/sorttable.js
248+
docs/js/vendor/anchor.min.js
249+
docs/js/vendor/jquery*
250+
docs/js/vendor/modernizer*
251+
252+
253+
Creative Commons CC0 1.0 Universal Public Domain Dedication
254+
-----------------------------------------------------------
255+
(see LICENSE-CC0.txt)
256+
257+
data/mllib/images/kittens/29.5.a_b_EGDP022204.jpg
258+
data/mllib/images/kittens/54893.jpg
259+
data/mllib/images/kittens/DP153539.jpg
260+
data/mllib/images/kittens/DP802813.jpg
261+
data/mllib/images/multi-channel/chr30.4.184.jpg

0 commit comments

Comments
 (0)