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 9DA19200BB3 for ; Wed, 19 Oct 2016 05:19:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9BF97160B02; Wed, 19 Oct 2016 03:19:08 +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 D22E6160AFC for ; Wed, 19 Oct 2016 05:19:07 +0200 (CEST) Received: (qmail 14248 invoked by uid 500); 19 Oct 2016 03:19:07 -0000 Mailing-List: contact commits-help@eagle.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@eagle.incubator.apache.org Delivered-To: mailing list commits@eagle.incubator.apache.org Received: (qmail 14175 invoked by uid 99); 19 Oct 2016 03:19:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Oct 2016 03:19:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 41FC4C0DAF for ; Wed, 19 Oct 2016 03:19:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.219 X-Spam-Level: X-Spam-Status: No, score=-6.219 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ASI_CZWMHsyy for ; Wed, 19 Oct 2016 03:19:05 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 84D825FC33 for ; Wed, 19 Oct 2016 03:19:02 +0000 (UTC) Received: (qmail 13658 invoked by uid 99); 19 Oct 2016 03:19:01 -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; Wed, 19 Oct 2016 03:19:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 437BEF159D; Wed, 19 Oct 2016 03:19:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: qingwzhao@apache.org To: commits@eagle.incubator.apache.org Date: Wed, 19 Oct 2016 03:19:15 -0000 Message-Id: In-Reply-To: <6d3efa645f734184b21f4bdb62298628@git.apache.org> References: <6d3efa645f734184b21f4bdb62298628@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [16/28] incubator-eagle git commit: EAGLE-346: ClassNotFoundException ClassNotFoundException thrown out when topology is executing archived-at: Wed, 19 Oct 2016 03:19:08 -0000 EAGLE-346: ClassNotFoundException ClassNotFoundException thrown out when topology is executing Author: @qingwen Reviewer: @yonzhang Closes: #244 Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/3823c019 Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/3823c019 Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/3823c019 Branch: refs/heads/master Commit: 3823c019c8993608085989b27edbd67539ba4acb Parents: 2eb5d53 Author: yonzhang Authored: Fri Jun 17 11:04:08 2016 -0700 Committer: yonzhang Committed: Fri Jun 17 11:04:08 2016 -0700 ---------------------------------------------------------------------- eagle-assembly/src/assembly/eagle-bin.xml | 1 + eagle-security/eagle-security-oozie-web/pom.xml | 2 +- pom.xml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/3823c019/eagle-assembly/src/assembly/eagle-bin.xml ---------------------------------------------------------------------- diff --git a/eagle-assembly/src/assembly/eagle-bin.xml b/eagle-assembly/src/assembly/eagle-bin.xml index c4a8e10..aecc327 100644 --- a/eagle-assembly/src/assembly/eagle-bin.xml +++ b/eagle-assembly/src/assembly/eagle-bin.xml @@ -174,6 +174,7 @@ WEB-INF/lib/jsp-api-*.jar + WEB-INF/lib/slf4j-simple-*.jar WEB-INF/lib/slf4j-log4j12-*.jar WEB-INF/lib/*-tests.jar WEB-INF/lib/hadoop-mapreduce-*.jar http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/3823c019/eagle-security/eagle-security-oozie-web/pom.xml ---------------------------------------------------------------------- diff --git a/eagle-security/eagle-security-oozie-web/pom.xml b/eagle-security/eagle-security-oozie-web/pom.xml index ac11b7c..3cbac74 100644 --- a/eagle-security/eagle-security-oozie-web/pom.xml +++ b/eagle-security/eagle-security-oozie-web/pom.xml @@ -67,7 +67,7 @@ org.apache.oozie oozie-client - 4.1.0 + ${oozie.version} org.powermock http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/3823c019/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 49c2971..4f967f0 100755 --- a/pom.xml +++ b/pom.xml @@ -164,6 +164,7 @@ 2.6.0.2.2.5.1-3 0.98.4.2.2.5.1-3-hadoop2 1.2.1 + 4.1.0 1.2.0-mapr-1510 2.7.0-mapr-1506