Skip to content

Commit

Permalink
Fix RAT warnings
Browse files Browse the repository at this point in the history
Change-Id: If18dc7321ba0294d9d640064f25e5b3d3bca1914
Reviewed-on: http://gerrit.cloudera.org:8080/11632
Reviewed-by: Grant Henke <[email protected]>
Tested-by: Grant Henke <[email protected]>
  • Loading branch information
attilabukor committed Oct 9, 2018
1 parent ab38f68 commit 88edfc3
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build-support/release/rat_exclude_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ build-support/iwyu/mappings/boost-all-private.imp
build-support/iwyu/mappings/boost-all.imp
build-support/release/rat_exclude_files.txt
docs/support/doxygen/client_api.footer.in
java/kudu-flume-sink/src/test/avro/testAvroKuduOperationsProducer.avsc
examples/README.md
examples/python/graphite-kudu/setup.cfg
java/.scalafmt.conf
java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduClient.java
java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduScanner.java
java/kudu-client/src/main/java/org/apache/kudu/client/Bytes.java
Expand All @@ -29,6 +31,8 @@ java/kudu-client/src/main/java/org/apache/kudu/client/PleaseThrottleException.ja
java/kudu-client/src/main/java/org/apache/kudu/client/RecoverableException.java
java/kudu-client/src/main/java/org/apache/kudu/client/RpcProxy.java
java/kudu-client/src/test/resources/flags
java/kudu-flume-sink/src/test/resources/testAvroKuduOperationsProducer.avsc
java/kudu-spark-tools/src/test/resources/TestImportExportFiles.csv
python/MANIFEST.in
python/README.md
python/pytest.ini
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

package org.apache.kudu.examples;

import java.io.BufferedReader;
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

package org.apache.kudu.flume.sink;

import static org.apache.kudu.flume.sink.KuduSinkConfigurationConstants.KERBEROS_KEYTAB;
Expand Down
Original file line number Diff line number Diff line change
@@ -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.

package org.apache.kudu.flume.sink;


Expand Down
Original file line number Diff line number Diff line change
@@ -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.

package org.apache.kudu.spark.kudu

import java.util
Expand Down

0 comments on commit 88edfc3

Please sign in to comment.