Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA4E017B31 for ; Fri, 7 Nov 2014 23:16:19 +0000 (UTC) Received: (qmail 3192 invoked by uid 500); 7 Nov 2014 23:16:19 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 3164 invoked by uid 500); 7 Nov 2014 23:16:19 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 3153 invoked by uid 99); 7 Nov 2014 23:16:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 23:16:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5A88999E149; Fri, 7 Nov 2014 23:16:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mahadev@apache.org To: commits@ambari.apache.org Message-Id: <4836ea6b410442fe88e7decb92f8ae72@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-8219. Ambari: HS2 query Alter index fails throwing java.lang.NumberFormatException: For input string: (mahadev) Date: Fri, 7 Nov 2014 23:16:19 +0000 (UTC) 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 Authored: Fri Nov 7 15:15:47 2014 -0800 Committer: Mahadev Konar 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. hive.exec.max.created.files - 100000L + 100000 Maximum number of HDFS files created by all mappers/reducers in a MapReduce job.