You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by al...@apache.org on 2019/10/15 01:54:13 UTC

[kudu] branch master updated: [docs][examples] fix RAT report

This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new b731ecf  [docs][examples] fix RAT report
b731ecf is described below

commit b731ecf760332b4a397efc69c40d465f50ca007f
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Mon Oct 14 18:14:20 2019 -0700

    [docs][examples] fix RAT report
    
    Added Apache license header into few newly introduced files to fix
    the RAT report.
    
    Change-Id: I11f294a2f2f5e137e53c1d4349244da25d3f46ba
    Reviewed-on: http://gerrit.cloudera.org:8080/14434
    Reviewed-by: Grant Henke <gr...@apache.org>
    Tested-by: Kudu Jenkins
---
 docs/quickstartdev.adoc                       | 17 +++++++++++++++++
 examples/quickstart/nifi/README.adoc          | 17 +++++++++++++++++
 examples/quickstart/nifi/Random_User_Kudu.xml | 19 +++++++++++++++++++
 examples/quickstart/spark/README.adoc         | 17 +++++++++++++++++
 4 files changed, 70 insertions(+)

diff --git a/docs/quickstartdev.adoc b/docs/quickstartdev.adoc
index 3abea38..d9e556e 100644
--- a/docs/quickstartdev.adoc
+++ b/docs/quickstartdev.adoc
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you 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.
+
 = Quickstart using Bash scripts
 
 Create, start, and stop Kudu cluster using shell scripts
diff --git a/examples/quickstart/nifi/README.adoc b/examples/quickstart/nifi/README.adoc
index 05626dc..260534b 100644
--- a/examples/quickstart/nifi/README.adoc
+++ b/examples/quickstart/nifi/README.adoc
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you 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.
+
 = Apache NiFi Quickstart
 
 Below is a brief example using Apache NiFi to ingest data in Apache Kudu.
diff --git a/examples/quickstart/nifi/Random_User_Kudu.xml b/examples/quickstart/nifi/Random_User_Kudu.xml
index 158992a..a2a20b9 100644
--- a/examples/quickstart/nifi/Random_User_Kudu.xml
+++ b/examples/quickstart/nifi/Random_User_Kudu.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+//
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you 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.
+-->
 <template encoding-version="1.2">
     <description>This template downloads randomly generated user data from
 http://randomuser.me and then pushes the data into Kudu. The data is pulled in
diff --git a/examples/quickstart/spark/README.adoc b/examples/quickstart/spark/README.adoc
index b7ec637..1722778 100644
--- a/examples/quickstart/spark/README.adoc
+++ b/examples/quickstart/spark/README.adoc
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you 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.
+
 = Apache Spark Quickstart
 
 Below is a brief example using Apache Spark to load, query, and modify a real