Author: mahadev
Date: Sat May 11 00:21:24 2013
New Revision: 1481239

URL: http://svn.apache.org/r1481239
Log:
AMBARI-2110. Update hive-site.xml, set fs.file.impl.disable.cache=true. 
(mahadev)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HIVE/configuration/hive-site.xml
    
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HIVE/configuration/hive-site.xml

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1481239&r1=1481238&r2=1481239&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Sat May 11 00:21:24 2013
@@ -290,6 +290,9 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-2110. Update hive-site.xml, set fs.file.impl.disable.cache=true.
+ (mahadev)
+
  AMBARI-2070. Changing service directories should popup a confirmation/warning
  dialog upon save. (yusaku)
 

Modified: 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HIVE/configuration/hive-site.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HIVE/configuration/hive-site.xml?rev=1481239&r1=1481238&r2=1481239&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HIVE/configuration/hive-site.xml
 (original)
+++ 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HIVE/configuration/hive-site.xml
 Sat May 11 00:21:24 2013
@@ -135,4 +135,10 @@ limitations under the License.
     <value>true</value>
   </property>
 
+ <property>
+    <name>fs.file.impl.disable.cache</name>
+    <value>true</value>
+  </property>
+
+
 </configuration>

Modified: 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HIVE/configuration/hive-site.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HIVE/configuration/hive-site.xml?rev=1481239&r1=1481238&r2=1481239&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HIVE/configuration/hive-site.xml
 (original)
+++ 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HIVE/configuration/hive-site.xml
 Sat May 11 00:21:24 2013
@@ -135,4 +135,10 @@ limitations under the License.
     <value>true</value>
   </property>
 
+ <property>
+    <name>fs.file.impl.disable.cache</name>
+    <value>true</value>
+  </property>
+
+
 </configuration>


Reply via email to