You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by th...@apache.org on 2013/10/01 02:52:16 UTC

svn commit: r1527838 - in /hive/branches/branch-0.12/hcatalog: build-support/checkstyle/apache_header.txt build.xml

Author: thejas
Date: Tue Oct  1 00:52:15 2013
New Revision: 1527838

URL: http://svn.apache.org/r1527838
Log:
HIVE-5036: [WebHCat] Add cmd script for WebHCat (Daniel Dai via Thejas Nair)

Modified:
    hive/branches/branch-0.12/hcatalog/build-support/checkstyle/apache_header.txt
    hive/branches/branch-0.12/hcatalog/build.xml

Modified: hive/branches/branch-0.12/hcatalog/build-support/checkstyle/apache_header.txt
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/build-support/checkstyle/apache_header.txt?rev=1527838&r1=1527837&r2=1527838&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/build-support/checkstyle/apache_header.txt (original)
+++ hive/branches/branch-0.12/hcatalog/build-support/checkstyle/apache_header.txt Tue Oct  1 00:52:15 2013
@@ -1,19 +1,19 @@
 ^#!
 ^<\?(xml|xml-stylesheet).*>$
 ^\W*$
-\W*Licensed to the Apache Software Foundation \(ASF\) under one$
-\W*or more contributor license agreements.  See the NOTICE file$
-\W*distributed with this work for additional information$
-\W*regarding copyright ownership.  The ASF licenses this file$
-\W*to you under the Apache License, Version 2.0 \(the$
-\W*"License"\); you may not use this file except in compliance$
-\W*with the License.  You may obtain a copy of the License at$
-\W*$
-\W*http://www.apache.org/licenses/LICENSE-2.0$
-\W*$
-\W*Unless required by applicable law or agreed to in writing,$
-\W*software distributed under the License is distributed on an$
-\W*"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY$
-\W*KIND, either express or implied.  See the License for the$
-\W*specific language governing permissions and limitations$
-\W*under the License.$
+.*? 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.$

Modified: hive/branches/branch-0.12/hcatalog/build.xml
URL: http://svn.apache.org/viewvc/hive/branches/branch-0.12/hcatalog/build.xml?rev=1527838&r1=1527837&r2=1527838&view=diff
==============================================================================
--- hive/branches/branch-0.12/hcatalog/build.xml (original)
+++ hive/branches/branch-0.12/hcatalog/build.xml Tue Oct  1 00:52:15 2013
@@ -363,6 +363,7 @@
                 <include name="hcat"/>
                 <include name="hcat.py"/>
                 <include name="hcatcfg.py"/>
+                <include name="templeton.cmd"/>
             </fileset>
 
         </copy>