Minor fixes to remove more "cloudera"s from the code. Change-Id: I27687a3b677def72f1867df54c8e50c93d5cab3a Reviewed-on: http://gerrit.cloudera.org:8080/4774 Reviewed-by: Jim Apple <[email protected]> Tested-by: Internal Jenkins
Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/9bc90fac Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/9bc90fac Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/9bc90fac Branch: refs/heads/master Commit: 9bc90faca3df19500151ecd94fa51ab3b27a8ae5 Parents: 5cc1339 Author: Jim Apple <[email protected]> Authored: Thu Oct 20 11:54:33 2016 -0700 Committer: Internal Jenkins <[email protected]> Committed: Mon Nov 7 22:39:55 2016 +0000 ---------------------------------------------------------------------- tests/benchmark/report_benchmark_results.py | 2 +- .../java/org/apache/impala/UnresolvedUdf.java | 25 +++++++++++--------- 2 files changed, 15 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/9bc90fac/tests/benchmark/report_benchmark_results.py ---------------------------------------------------------------------- diff --git a/tests/benchmark/report_benchmark_results.py b/tests/benchmark/report_benchmark_results.py index 068fbf9..5acfd2d 100755 --- a/tests/benchmark/report_benchmark_results.py +++ b/tests/benchmark/report_benchmark_results.py @@ -246,7 +246,7 @@ def all_query_results(grouped): def get_commit_date(commit_sha): import urllib2 - url = 'https://api.github.com/repos/cloudera/Impala/commits/' + commit_sha + url = 'https://api.github.com/repos/apache/incubator-impala/commits/' + commit_sha try: request = urllib2.Request(url) response = urllib2.urlopen(request).read() http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/9bc90fac/tests/test-hive-udfs/src/main/java/org/apache/impala/UnresolvedUdf.java ---------------------------------------------------------------------- diff --git a/tests/test-hive-udfs/src/main/java/org/apache/impala/UnresolvedUdf.java b/tests/test-hive-udfs/src/main/java/org/apache/impala/UnresolvedUdf.java index 2857c04..4ecc468 100644 --- a/tests/test-hive-udfs/src/main/java/org/apache/impala/UnresolvedUdf.java +++ b/tests/test-hive-udfs/src/main/java/org/apache/impala/UnresolvedUdf.java @@ -1,16 +1,19 @@ -// Copyright 2016 Cloudera Inc. +// 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 // -// 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 // -// 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. +// 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.impala;
