|
|
-
re-deploy custom iterator
Bob.Thorman@... 2012-07-27, 17:15
I have a jar file with some custom iterator that I include in the accumulo-site.xml configuration under the general.classpaths property. The only way I've been able to re-deploy that jar file during development and testing is to restart accumulo. Is that the only way? Bob Thorman Engineering Fellow L-3 Communications, ComCept 1700 Science Place Rockwall, TX 75032 (972) 772-7501 work [EMAIL PROTECTED] [EMAIL PROTECTED]
-
Re: re-deploy custom iterator
Marc Parisi 2012-07-27, 17:24
Bob, the jars will be dynamically reloaded if you put them into lib/ext. remove the jar from the general classpath, then only put it into /lib/ext and yous should be able to redeploy
On Fri, Jul 27, 2012 at 1:15 PM, <[EMAIL PROTECTED]> wrote:
> I have a jar file with some custom iterator that I include in the > accumulo-site.xml configuration under the general.classpaths property. > The only way I've been able to re-deploy that jar file during > development and testing is to restart accumulo. Is that the only way? > > > Bob Thorman > Engineering Fellow > L-3 Communications, ComCept > 1700 Science Place > Rockwall, TX 75032 > (972) 772-7501 work > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > >
-
Re: re-deploy custom iterator
John Vines 2012-07-28, 23:54
I believe you will have to restart after removing it from lib and placing it in lib/ext though.
John
On Fri, Jul 27, 2012 at 1:25 PM, Marc Parisi <[EMAIL PROTECTED]> wrote:
> Bob, the jars will be dynamically reloaded if you put them into lib/ext. > remove the jar from the general classpath, then only put it into /lib/ext > and yous should be able to redeploy > > > On Fri, Jul 27, 2012 at 1:15 PM, <[EMAIL PROTECTED]> wrote: > >> I have a jar file with some custom iterator that I include in the >> accumulo-site.xml configuration under the general.classpaths property. >> The only way I've been able to re-deploy that jar file during >> development and testing is to restart accumulo. Is that the only way? >> >> >> Bob Thorman >> Engineering Fellow >> L-3 Communications, ComCept >> 1700 Science Place >> Rockwall, TX 75032 >> (972) 772-7501 work >> [EMAIL PROTECTED] >> [EMAIL PROTECTED] >> >> >> >
-
Re: re-deploy custom iterator
Marc P. 2012-07-29, 15:31
Yes, +1 Because that bit me before :(
On Sat, Jul 28, 2012 at 7:54 PM, John Vines <[EMAIL PROTECTED]> wrote: > I believe you will have to restart after removing it from lib and placing it > in lib/ext though. > > John > > On Fri, Jul 27, 2012 at 1:25 PM, Marc Parisi <[EMAIL PROTECTED]> wrote: >> >> Bob, the jars will be dynamically reloaded if you put them into lib/ext. >> remove the jar from the general classpath, then only put it into /lib/ext >> and yous should be able to redeploy >> >> >> On Fri, Jul 27, 2012 at 1:15 PM, <[EMAIL PROTECTED]> wrote: >>> >>> I have a jar file with some custom iterator that I include in the >>> accumulo-site.xml configuration under the general.classpaths property. >>> The only way I've been able to re-deploy that jar file during >>> development and testing is to restart accumulo. Is that the only way? >>> >>> >>> Bob Thorman >>> Engineering Fellow >>> L-3 Communications, ComCept >>> 1700 Science Place >>> Rockwall, TX 75032 >>> (972) 772-7501 work >>> [EMAIL PROTECTED] >>> [EMAIL PROTECTED] >>> >>> >> >
|
|