It's curious that some of the Accumulo jars show up multiple times, but probably not related.
I don't see any plausible HADOOP_CONF_DIR candidates in that list. Given your previous messages, I would expect file:/usr/local/hadoop/etc/hadoop/ if you go to the tserver host and become the user that runs Accumulo, is HADOOP_CONF_DIR exported? Does the hadoop conf dir exist on that host in that location? On Tue, Mar 18, 2014 at 1:19 PM, Benjamin Parrish < [email protected]> wrote: > Updated... > > https://gist.github.com/bdparrish/4141ba4cb1674ff2668a > > > On Tue, Mar 18, 2014 at 1:59 PM, Sean Busbey <[email protected]>wrote: > >> Could you add to your gist the output of >> >> $> $ACCUMULO_HOME/bin/accumulo classpath >> >> on one of the tablet server? >> >> >> On Tue, Mar 18, 2014 at 12:49 PM, Benjamin Parrish < >> [email protected]> wrote: >> >>> There is, but that error that says there isn't is from the Tablet Server >>> logs. That is the correct dirrectory...Hadoop 2.2.0 does not have a conf >>> directory like previously. The core-site.xml, et. al. are in etc/hadoop/*. >>> >>> >>> On Tue, Mar 18, 2014 at 1:42 PM, Billie Rinaldi < >>> [email protected]> wrote: >>> >>>> The accumulo init output looks OK. You're saying that there is no >>>> /accumulo directory in HDFS after that command is run? What does your >>>> accumulo-env.sh file look like? It appears to be using a default value for >>>> the hadoop conf dir ($HADOOP_PREFIX/etc/hadoop); is that value correct for >>>> your setup? >>>> >>>> >>>> On Tue, Mar 18, 2014 at 9:32 AM, Benjamin Parrish < >>>> [email protected]> wrote: >>>> >>>>> Results are located here... >>>>> >>>>> https://gist.github.com/bdparrish/4141ba4cb1674ff2668a >>>>> >>>>> >>>>> On Tue, Mar 18, 2014 at 12:23 PM, Billie Rinaldi < >>>>> [email protected]> wrote: >>>>> >>>>>> On Sun, Mar 16, 2014 at 5:28 PM, Benjamin Parrish < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> I have a couple of issues when trying to use Accumulo on Hadoop 2.2.0 >>>>>>> >>>>>>> 1) I start with accumulo init and everything runs through just fine, >>>>>>> but I can find '/accumulo' using 'hadoop fs -ls /' >>>>>>> >>>>>> >>>>>> If /accumulo doesn't exist, then accumulo init did not complete >>>>>> successfully. (Unless the accumulo directory was set to something else, >>>>>> but that did not appear to be the case in your site configuration file.) >>>>>> Would you happen to have the output of the accumulo init command? >>>>>> >>>>>> >>>>>>> >>>>>>> 2) I try to run 'accumulo shell -u root' and it says that that >>>>>>> Hadoop and ZooKeeper are not started, but if I run 'jps' on the each >>>>>>> cluster node it shows all the necessary processes for both in the JVM. >>>>>>> Is >>>>>>> there something I am missing? >>>>>>> >>>>>>> -- >>>>>>> Benjamin D. Parrish >>>>>>> H: 540-597-7860 >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Benjamin D. Parrish >>>>> H: 540-597-7860 >>>>> >>>> >>>> >>> >>> >>> -- >>> Benjamin D. Parrish >>> H: 540-597-7860 >>> >> >> > > > -- > Benjamin D. Parrish > H: 540-597-7860 >
