I finally walked through calling the Accumulo tserver command locally on my tserver. It told me that there was no instanceID! Turns out that we got setup with some configuration on our Hadoop cluster that requires all requests to go through a single edgenode. So my tservers could not access hdfs directly. Not sure how to work around that, but I'm working with my Hadoop admins to try to figure out the next step.
Thanks to all for the help. Tejay -----Original Message----- From: David Medinets [mailto:[email protected]] Sent: Wednesday, July 18, 2012 2:29 PM To: [email protected] Subject: Re: EXTERNAL: Re: There are no tablet servers I believe the scripts do this: start-server.sh localhost tserver start-server.sh localhost master start-server.sh localhost gc start-server.sh localhost monitor start-server.sh localhost tracer
