Author: travis
Date: Thu Sep  6 15:50:04 2012
New Revision: 1381653

URL: http://svn.apache.org/viewvc?rev=1381653&view=rev
Log:
HCATALOG-397 Removal of unused parameter hadoop.clientside.fs.operations

Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    incubator/hcatalog/trunk/conf/proto-hive-site.xml
    
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml
    incubator/hcatalog/trunk/src/packages/templates/conf/hive-site.xml.template

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1381653&r1=1381652&r2=1381653&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Thu Sep  6 15:50:04 2012
@@ -103,6 +103,8 @@ Trunk (unreleased changes)
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-397 Removal of unused parameter hadoop.clientside.fs.operations 
(khorgath via traviscrawford)
+
   HCAT-483 HCatBaseStorer.getHCatFSFromPigFS fails when Table schema is not 
provided (pengfeng via traviscrawford)
 
   HCAT-477 Drop table API in webhcat client does not respect the "ifExists" 
parameter.

Modified: incubator/hcatalog/trunk/conf/proto-hive-site.xml
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/conf/proto-hive-site.xml?rev=1381653&r1=1381652&r2=1381653&view=diff
==============================================================================
--- incubator/hcatalog/trunk/conf/proto-hive-site.xml (original)
+++ incubator/hcatalog/trunk/conf/proto-hive-site.xml Thu Sep  6 15:50:04 2012
@@ -98,12 +98,6 @@
 </property>
 
 <property>
-  <name>hadoop.clientside.fs.operations</name>
-  <value>true</value>
-  <description>FS operations are owned by client</description>
-</property>
-
-<property>
   <name>hive.metastore.client.socket.timeout</name>
   <value>60</value>
   <description>MetaStore Client socket timeout in seconds</description>

Modified: 
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml?rev=1381653&r1=1381652&r2=1381653&view=diff
==============================================================================
--- 
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml 
(original)
+++ 
incubator/hcatalog/trunk/src/docs/src/documentation/content/xdocs/install.xml 
Thu Sep  6 15:50:04 2012
@@ -204,10 +204,6 @@
             <td>org.apache.hcatalog.cli.HCatSemanticAnalyzerFactory</td>
         </tr>
         <tr>
-            <td>hadoop.clientside.fs.operations</td>
-            <td>true</td>
-        </tr>
-        <tr>
             <td>hive.metastore.warehouse.dir</td>
             <td>The directory can be a URI or an absolute file path. If it is 
an absolute file path, it will be resolved to a URI by the metastore:
             <p>-- If default hdfs was specified in core-site.xml, path 
resolves to HDFS location. </p>

Modified: 
incubator/hcatalog/trunk/src/packages/templates/conf/hive-site.xml.template
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/src/packages/templates/conf/hive-site.xml.template?rev=1381653&r1=1381652&r2=1381653&view=diff
==============================================================================
--- incubator/hcatalog/trunk/src/packages/templates/conf/hive-site.xml.template 
(original)
+++ incubator/hcatalog/trunk/src/packages/templates/conf/hive-site.xml.template 
Thu Sep  6 15:50:04 2012
@@ -92,12 +92,6 @@
 </property>
 
 <property>
-  <name>hadoop.clientside.fs.operations</name>
-  <value>true</value>
-  <description>FS operations are owned by client</description>
-</property>
-
-<property>
   <name>hive.metastore.client.socket.timeout</name>
   <value>60</value>
   <description>MetaStore Client socket timeout in seconds</description>


Reply via email to