Repository: ambari Updated Branches: refs/heads/branch-1.7.0 32d07e325 -> 8ed04d0cf refs/heads/trunk 3e873a950 -> 73b780206
AMBARI-7763. hive configuration - remove disabling of fs.cache (dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8ed04d0c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8ed04d0c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8ed04d0c Branch: refs/heads/branch-1.7.0 Commit: 8ed04d0cf5a408f626d6d65901df74bb502538ea Parents: 32d07e3 Author: Lisnichenko Dmitro <[email protected]> Authored: Tue Oct 14 20:37:39 2014 +0300 Committer: Lisnichenko Dmitro <[email protected]> Committed: Tue Oct 14 20:37:39 2014 +0300 ---------------------------------------------------------------------- .../HDP/2.2/services/HIVE/configuration/hive-site.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8ed04d0c/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml index 43a470b..1c44b6a 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml @@ -49,4 +49,18 @@ limitations under the License. </description> </property> + <property> + <name>fs.hdfs.impl.disable.cache</name> + <value>false</value> + <deleted>true</deleted> + <description>Disable HDFS filesystem cache.</description> + </property> + + <property> + <name>fs.file.impl.disable.cache</name> + <value>false</value> + <deleted>true</deleted> + <description>Disable local filesystem cache.</description> + </property> + </configuration>
