94 lines
3.5 KiB
Plaintext
94 lines
3.5 KiB
Plaintext
|
|
Apache Parquet MR (Incubating)
|
|
Copyright 2014 The Apache Software Foundation
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
This product includes parquet-tools, initially developed at ARRIS, Inc. with
|
|
the following copyright notice:
|
|
|
|
Copyright 2013 ARRIS, Inc.
|
|
|
|
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.
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
This product includes parquet-protobuf, initially developed by Lukas Nalezenc
|
|
with the following copyright notice:
|
|
|
|
Copyright 2013 Lukas Nalezenec.
|
|
|
|
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.
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
This product includes code from Apache Avro, which includes the following in
|
|
its NOTICE file:
|
|
|
|
Apache Avro
|
|
Copyright 2010-2015 The Apache Software Foundation
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (http://www.apache.org/).
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
This project includes code from Kite, developed at Cloudera, Inc. with
|
|
the following copyright notice:
|
|
|
|
| Copyright 2013 Cloudera Inc.
|
|
|
|
|
| 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.
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
This project includes code from Netflix, Inc. with the following copyright
|
|
notice:
|
|
|
|
| Copyright 2016 Netflix, Inc.
|
|
|
|
|
| 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.
|