Repository: incubator-hawq Updated Branches: refs/heads/master f512b6a1a -> 14df7bca1
HAWQ-1134. Add Bigtop layout specific pxf-private classpath Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/14df7bca Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/14df7bca Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/14df7bca Branch: refs/heads/master Commit: 14df7bca15eb77cdd705e5ee0f66f8e530f75c6c Parents: f512b6a Author: Roman Shaposhnik <[email protected]> Authored: Fri Feb 17 09:48:01 2017 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Feb 17 09:48:01 2017 -0800 ---------------------------------------------------------------------- .../src/main/resources/pxf-privatebigtop.classpath | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/14df7bca/pxf/pxf-service/src/main/resources/pxf-privatebigtop.classpath ---------------------------------------------------------------------- diff --git a/pxf/pxf-service/src/main/resources/pxf-privatebigtop.classpath b/pxf/pxf-service/src/main/resources/pxf-privatebigtop.classpath index 0241897..8eff55c 100644 --- a/pxf/pxf-service/src/main/resources/pxf-privatebigtop.classpath +++ b/pxf/pxf-service/src/main/resources/pxf-privatebigtop.classpath @@ -1,3 +1,18 @@ +# 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. + ################################################################## # This file contains the internal classpaths required to run PXF. # WARNING: DO NOT EDIT!
