Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 38c1ab8b6 -> ae800009c


AMBARI-8219. Ambari: HS2 query Alter index fails throwing 
java.lang.NumberFormatException: For input string: (mahadev)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ae800009
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ae800009
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ae800009

Branch: refs/heads/branch-1.7.0
Commit: ae800009cc7a7f041a9abbfcff42719f871f1836
Parents: 38c1ab8
Author: Mahadev Konar <maha...@apache.org>
Authored: Fri Nov 7 15:15:47 2014 -0800
Committer: Mahadev Konar <maha...@apache.org>
Committed: Fri Nov 7 15:15:52 2014 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HIVE/configuration/hive-site.xml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ae800009/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 3909d98..12b4612 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
@@ -243,7 +243,7 @@ limitations under the License.
 
   <property>
     <name>hive.exec.max.created.files</name>
-    <value>100000L</value>
+    <value>100000</value>
     <description>Maximum number of HDFS files created by all mappers/reducers 
in a MapReduce job.</description>
   </property>
 

Reply via email to