Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C48B7200CF1 for ; Mon, 28 Aug 2017 17:42:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C2F09164FC3; Mon, 28 Aug 2017 15:42:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E3D4F164FC0 for ; Mon, 28 Aug 2017 17:42:09 +0200 (CEST) Received: (qmail 3403 invoked by uid 500); 28 Aug 2017 15:42:09 -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 3394 invoked by uid 99); 28 Aug 2017 15:42:09 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2017 15:42:09 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 027F5E0AF6; Mon, 28 Aug 2017 15:42:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aonishuk@apache.org To: commits@ambari.apache.org Message-Id: <615e0dd086904da894355923f8ab26bf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-21829. Sqoop: hive import fails with exception 'java.io.IOException:java.lang.RuntimeException: native-lzo library not available' for LZO compression codec (aonishuk) Date: Mon, 28 Aug 2017 15:42:09 +0000 (UTC) archived-at: Mon, 28 Aug 2017 15:42:11 -0000 Repository: ambari Updated Branches: refs/heads/branch-2.6 80aa50b66 -> 0f12e0458 AMBARI-21829. Sqoop: hive import fails with exception 'java.io.IOException:java.lang.RuntimeException: native-lzo library not available' for LZO compression codec (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0f12e045 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0f12e045 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0f12e045 Branch: refs/heads/branch-2.6 Commit: 0f12e045886d9fad1b7faa5eef35b991f608f054 Parents: 80aa50b Author: Andrew Onishuk Authored: Mon Aug 28 18:41:02 2017 +0300 Committer: Andrew Onishuk Committed: Mon Aug 28 18:41:02 2017 +0300 ---------------------------------------------------------------------- .../stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml | 3 ++- .../resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/0f12e045/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml index fa15665..4b53c7c 100644 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml @@ -37,7 +37,7 @@ hadoop-env - + @@ -108,6 +108,7 @@ mapred-site + http://git-wip-us.apache.org/repos/asf/ambari/blob/0f12e045/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml b/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml index aae183b..29fcac0 100644 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml @@ -125,7 +125,7 @@ hadoop-env - + @@ -197,6 +197,7 @@ mapred-site +