Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-08-13 Thread o haya
n I get the output of the catch to output somewhere? Thanks, Jim On Mon, 7/31/17, o haya wrote: Subject: Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner To: user@accumulo.apache.org, "o haya" Date: Mo

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-08-01 Thread Josh Elser
hat? And can I get the output of the catch to output somewhere? Thanks, Jim On Mon, 7/31/17, o haya wrote: Subject: Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner To: user@accumulo.apache.org, "o haya" Date

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread o haya
31/17, o haya wrote: Subject: Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner To: user@accumulo.apache.org, "o haya" Date: Monday, July 31, 2017, 2:04 PM Hi, Ok, I checked and there are .err and .trc files.  The .err files are empty, but I do see the stdout

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread o haya
On Mon, 7/31/17, o haya wrote: Subject: Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner To: user@accumulo.apache.org Date: Monday, July 31, 2017, 12:17 PM Josh and Ivan, I don't have access to my test environment now, bu

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread o haya
lla wrote: Subject: Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner To: user@accumulo.apache.org Date: Monday, July 31, 2017, 11:55 AM I would expect that all output going to stdout/stderr is being captured in the tserver*.out or tserver*.err files (or master equival

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread ivan bella
ug output in the Accumulo console/stdout or in any of the Accumulo logs. Is there a way that I can have the debug output from my JAR show up somewhere? That might help...Thanks,JimOn Mon, 7/31/17, Michael Wall wrote:Subject: Re: Modifying Visibilit

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread Josh Elser
or errors, but I am not seeing the output from my JARs, so those errors are hidden, but the not found errors I am seeing is the "visible" output. On Mon, 7/31/17, ivan bella wrote: Subject: Re: Modifying VisibilityEvaluator - Problem w

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread o haya
the output from my JARs, so those errors are hidden, but the not found errors I am seeing is the "visible" output. On Mon, 7/31/17, ivan bella wrote: Subject: Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner T

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread ivan bella
oday.Thanks,JimOn Mon, 7/31/17, ivan bella wrote:Subject: Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner To: user@accumulo.apache.org, "o haya" Date: Monday, July 31, 2017, 8:33 AMJim, Putting the jars in the lib/ext directory is a perfectly acceptable mechanism. M

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread o haya
put the JARs in lib/ext AND added them to the accumulo-site.xml :(... I gave up last night and shut all down and will try again later today. Thanks, Jim On Mon, 7/31/17, ivan bella wrote: Subject: Re: Modifying VisibilityEvaluator - Problem wit

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread o haya
Subject: Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner To: user@accumulo.apache.org, "o haya" Date: Monday, July 31, 2017, 8:34 AM You can use the classpath command to help troubleshoot as well $ACCUMULO_HOME/bin/accumulo classpath On Mon, Jul 31,

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread Michael Wall
You can use the classpath command to help troubleshoot as well $ACCUMULO_HOME/bin/accumulo classpath On Mon, Jul 31, 2017 at 8:33 AM ivan bella wrote: > Jim, > Putting the jars in the lib/ext directory is a perfectly acceptable > mechanism. Make sure your jars are in place on all of your tserve

Re: Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-31 Thread ivan bella
Jim, Putting the jars in the lib/ext directory is a perfectly acceptable mechanism. Make sure your jars are in place on all of your tservers before you start them up. Perhaps this class is being found but is failing to initialize itself which can lead to a ClassNoDefError.Ivan> On July 31, 201

Modifying VisibilityEvaluator - Problem with Classpath for scanner

2017-07-30 Thread o haya
Hi, I am trying to make some modifications to the Accumulo VisibilityModifier, but when I add my code, and try to run a scan on a table, I am getting ClassNoDefError for a class that my modified code uses. So far, what I have been trying to add my JARs to the classpath is to put the JARs in th