Return-Path: X-Original-To: apmail-storm-user-archive@minotaur.apache.org Delivered-To: apmail-storm-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 673BB10B99 for ; Fri, 7 Feb 2014 16:17:51 +0000 (UTC) Received: (qmail 18296 invoked by uid 500); 7 Feb 2014 16:17:50 -0000 Delivered-To: apmail-storm-user-archive@storm.apache.org Received: (qmail 18224 invoked by uid 500); 7 Feb 2014 16:17:50 -0000 Mailing-List: contact user-help@storm.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@storm.incubator.apache.org Delivered-To: mailing list user@storm.incubator.apache.org Received: (qmail 18216 invoked by uid 99); 7 Feb 2014 16:17:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 16:17:50 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flavio.granato@gmail.com designates 209.85.216.54 as permitted sender) Received: from [209.85.216.54] (HELO mail-qa0-f54.google.com) (209.85.216.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Feb 2014 16:17:42 +0000 Received: by mail-qa0-f54.google.com with SMTP id i13so5505586qae.41 for ; Fri, 07 Feb 2014 08:17:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=g3nwdqfjv1JCS6IJWAcZkvC4Ui6wWw5n1TE0LaAlDRk=; b=fV0q+sgww5nDe3nthXDnoRgwJjSXhzzZ1xqqieMMfSF3Qvicceb5QFpgAnZ+Z7AobA qOAGvaoeYIQTE3hy4v/7juzR/vDBtETLLhCVDYy8bRIV2/RdkPCLQ9h8in/T/4ckLR5H +JmyYfSbpfIZh9D873jrHW2MAegIuPNBSWkxAoCsdFzl8RLi+dmqeWfe4Bq5RTxpw7nG GN6ocr02c+dRhGWNk2gAMc5t46Jm5Xqf4iVaOU+t6uFBFqLXFZAZ21oQDO9QwfC0w9CZ fl9ALEshvGzC3Uv9qQrKeEjoBWOuE07Fcg77x3n4fTXDP13Z0qD8xjOgV1HhjlGUFEZ7 MtXg== X-Received: by 10.140.108.116 with SMTP id i107mr22153212qgf.80.1391789841736; Fri, 07 Feb 2014 08:17:21 -0800 (PST) Received: from [172.16.2.251] ([189.51.4.247]) by mx.google.com with ESMTPSA id j50sm10159744qgf.14.2014.02.07.08.17.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 07 Feb 2014 08:17:20 -0800 (PST) Message-ID: <52F5070E.4080305@gmail.com> Date: Fri, 07 Feb 2014 14:17:18 -0200 From: =?UTF-8?B?RmzDoXZpbyBHcmFuYXRv?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: user@storm.incubator.apache.org Subject: Re: Is there a way to add a custom jar (or directory of jars) to the Storm classpath without copying the jar(s) to Storm lib folder References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org if you using gradle, use the plugin fatJar... :-) On 07-02-2014 14:00, bijoy deb wrote: > Hi, > > My topology jar with all the dependencies is going to be a huge one,so I > am bit hesitant to deploy it using storm. > > Best thing would have been if I could put all the dependent third party > jars to some shared mount that is shared across all the machines in my > cluster. > > Thanks > Bijoy > > > On Fri, Feb 7, 2014 at 8:45 PM, P. Taylor Goetz > wrote: > > Bijoy, > > Out of curiosity, why can’t you bundle your dependencies with the > topology jar? > > If you have to then you can put your topology dependencies in > $STORM_HOME/lib, but you should be careful with replacing Storm’s > core dependencies since it could lead to unpredictable results. > > - Taylor > > On Feb 7, 2014, at 8:48 AM, bijoy deb > wrote: > > > Hi, > > > > Is there any way to add a specific directory to the Storm > classpath rather than copying the required jars to Storm lib > directory.For me,bundling the required jars with the actual topology > jar is not an option? > > > > Can I add a directory (of jars) into the Storm lib rather than > copying the actual jar files there? > > > > > > Thanks > > Bijoy > >