Re: Re: ERROR: Uncaught exception java.lang.NoClassDefFoundError: com/ctc/wstx/io/InputBootstrapper

2021-01-25 Thread Christopher
Oh, I think I found the problem. Based on the stack trace, InputBootstrapper is being loaded along with the Hadoop Configuration object (org.apache.hadoop.conf.Configuration), which I found in my class path in hadoop-3.2.2/share/hadoop/client/hadoop-client-api-3.2.2.jar (and verified by unpacking

Re: Re: ERROR: Uncaught exception java.lang.NoClassDefFoundError: com/ctc/wstx/io/InputBootstrapper

2021-01-25 Thread Christopher
I could not reproduce this using the precompiled Hadoop 3.2.2 binary tarball and Accumulo 2.0.1 using fluo-uno to run it on a single node. For fun, I ran: for y in $(for x in $(accumulo classpath | tr ':' ' '); do echo $x; done | grep \\.jar\$); do jar tf $y | grep InputBootstrapper && echo $y ;

Aw: Re: ERROR: Uncaught exception java.lang.NoClassDefFoundError: com/ctc/wstx/io/InputBootstrapper

2021-01-25 Thread sam merrel
This is the Error: is that a full stack trace?   /bin$ ./accumulo init 2021-01-25 11:52:23,927 [start.Main] ERROR: Uncaught exception java.lang.NoClassDefFoundError: com/ctc/wstx/io/InputBootstrapper     at java.lang.Class.getDeclaredConstructors0(Native Method)     at