You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kh...@apache.org on 2013/08/15 02:06:43 UTC

svn commit: r1514104 - in /hive/trunk/hcatalog/bin: hcat.py hcat_server.py hcatcfg.py

Author: khorgath
Date: Thu Aug 15 00:06:43 2013
New Revision: 1514104

URL: http://svn.apache.org/r1514104
Log:
Update to HIVE-5013 to fix checkstyle complaining with build. (Sushanth Sowmyan)
Originally : HIVE-5013 [HCatalog] Create hcat.py, hcat_server.py to make HCatalog work on Windows (Daniel Dai via Sushanth Sowmyan)

Modified:
    hive/trunk/hcatalog/bin/hcat.py
    hive/trunk/hcatalog/bin/hcat_server.py
    hive/trunk/hcatalog/bin/hcatcfg.py

Modified: hive/trunk/hcatalog/bin/hcat.py
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/bin/hcat.py?rev=1514104&r1=1514103&r2=1514104&view=diff
==============================================================================
--- hive/trunk/hcatalog/bin/hcat.py (original)
+++ hive/trunk/hcatalog/bin/hcat.py Thu Aug 15 00:06:43 2013
@@ -6,13 +6,14 @@
 # "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.
 
 # Resolve our absolute path                                                      
 # resolve links - $0 may be a softlink                                           

Modified: hive/trunk/hcatalog/bin/hcat_server.py
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/bin/hcat_server.py?rev=1514104&r1=1514103&r2=1514104&view=diff
==============================================================================
--- hive/trunk/hcatalog/bin/hcat_server.py (original)
+++ hive/trunk/hcatalog/bin/hcat_server.py Thu Aug 15 00:06:43 2013
@@ -6,13 +6,14 @@
 # "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.
 
 import sys
 import os

Modified: hive/trunk/hcatalog/bin/hcatcfg.py
URL: http://svn.apache.org/viewvc/hive/trunk/hcatalog/bin/hcatcfg.py?rev=1514104&r1=1514103&r2=1514104&view=diff
==============================================================================
--- hive/trunk/hcatalog/bin/hcatcfg.py (original)
+++ hive/trunk/hcatalog/bin/hcatcfg.py Thu Aug 15 00:06:43 2013
@@ -6,13 +6,14 @@
 # "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.
 
 # Resolve our absolute path                                                      
 # resolve links - $0 may be a softlink