You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@accumulo.apache.org by Ranjan Sen <ra...@hotmail.com> on 2012/10/30 21:53:38 UTC

table not getting created in continuous-ingest test.

we are trying to run the continuous ingest program via the $ACCUMULO_HOME/test/system/continuous/start-ingest.sh script. We find that the table 'ci' (default) is not getting created. We turned on the ingest log and find the following message: 
30 20:38:50,746 [zookeeper.ZooSession] DEBUG: Connecting to node0002,node0003,node0004,node0005,node0006 with timeout 30000 with auth
30 20:38:50,924 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321
30 20:38:50,924 [zookeeper.ZooCache] TRACE: putting /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321 in cache
30 20:38:51,013 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321 
30 20:38:51,013 [zookeeper.ZooCache] TRACE: putting /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321  in cache
30 20:38:51,118 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.
30 20:38:51,119 [impl.ServerClient] DEBUG: ClientService request failed null, retrying ... 
org.apache.thrift.transport.TTransportException: Failed to connect to a server
The current hdfs entry for accumulo/instance_id is -rw-r--r--   3 accumulo accumulo          0 2012-10-29 21:51 /accumulo/instance_id/f047ac35-fb66-466c-bb53-58d453900d5b
The ingest .out file in a datanode says (when ingest log was not turned on)30 20:30:57,350 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.
What is causing this problem??Ranjan

 		 	   		  

RE: table not getting created in continuous-ingest test.

Posted by Ranjan Sen <ra...@hotmail.com>.

Thanks Eric. instance name was the problem. 
Date: Tue, 30 Oct 2012 16:59:58 -0400
Subject: Re: table not getting created in continuous-ingest test.
From: eric.newton@gmail.com
To: user@accumulo.apache.org

That is strange.  Double check your instance name in continuous-env.sh.
-Eric

On Tue, Oct 30, 2012 at 4:53 PM, Ranjan Sen <ra...@hotmail.com> wrote:





we are trying to run the continuous ingest program via the $ACCUMULO_HOME/test/system/continuous/start-ingest.sh script. We find that the table 'ci' (default) is not getting created. We turned on the ingest log and find the following message: 

30 20:38:50,746 [zookeeper.ZooSession] DEBUG: Connecting to node0002,node0003,node0004,node0005,node0006 with timeout 30000 with auth
30 20:38:50,924 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321
30 20:38:50,924 [zookeeper.ZooCache] TRACE: putting /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321 in cache
30 20:38:51,013 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321 
30 20:38:51,013 [zookeeper.ZooCache] TRACE: putting /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321  in cache
30 20:38:51,118 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.
30 20:38:51,119 [impl.ServerClient] DEBUG: ClientService request failed null, retrying ... 
org.apache.thrift.transport.TTransportException: Failed to connect to a server
The current hdfs entry for accumulo/instance_id is -rw-r--r--   3 accumulo accumulo          0 2012-10-29 21:51 /accumulo/instance_id/f047ac35-fb66-466c-bb53-58d453900d5b

The ingest .out file in a datanode says (when ingest log was not turned on)30 20:30:57,350 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.

What is causing this problem??Ranjan

 		 	   		  

 		 	   		  

Re: table not getting created in continuous-ingest test.

Posted by Eric Newton <er...@gmail.com>.
That is strange.  Double check your instance name in continuous-env.sh.

-Eric

On Tue, Oct 30, 2012 at 4:53 PM, Ranjan Sen <ra...@hotmail.com> wrote:

>  we are trying to run the continuous ingest program via the
> $ACCUMULO_HOME/test/system/continuous/start-ingest.sh script. We find that
> the table 'ci' (default) is not getting created. We turned on the ingest
> log and find the following message:
>
> 30 20:38:50,746 [zookeeper.ZooSession] DEBUG: Connecting to node0002,node0003,node0004,node0005,node0006 with timeout 30000 with auth
> 30 20:38:50,924 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321
> 30 20:38:50,924 [zookeeper.ZooCache] TRACE: putting /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321 in cache
> 30 20:38:51,013 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321
> 30 20:38:51,013 [zookeeper.ZooCache] TRACE: putting /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321  in cache
> 30 20:38:51,118 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.
> 30 20:38:51,119 [impl.ServerClient] DEBUG: ClientService request failed null, retrying ...
> org.apache.thrift.transport.TTransportException: Failed to connect to a server
>
>
> The current hdfs entry for accumulo/instance_id is
>
> -rw-r--r--   3 accumulo accumulo          0 2012-10-29 21:51 /accumulo/instance_id/f047ac35-fb66-466c-bb53-58d453900d5b
>
>
> The ingest .out file in a datanode says (when ingest log was not turned on)
>
> 30 20:30:57,350 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.
>
>
> What is causing this problem??
>
> Ranjan
>
>
>
>

Re: table not getting created in continuous-ingest test.

Posted by Keith Turner <ke...@deenlo.com>.
On Tue, Oct 30, 2012 at 4:57 PM, Adam Fuchs <af...@apache.org> wrote:
> Try creating the "ci" table using the accumulo shell before you run the
> test. The continuous ingest test is designed to run in parallel with many
> workers, so it doesn't try to create the table itself.
>

I think the test does create the table automatically in 1.4.1 and
later.  Changes were made against ACCUMULO-637, which does not
document this.  I will update the ticket with more info.

> Cheers,
> Adam
>
>
> On Tue, Oct 30, 2012 at 4:53 PM, Ranjan Sen <ra...@hotmail.com> wrote:
>>
>> we are trying to run the continuous ingest program via the
>> $ACCUMULO_HOME/test/system/continuous/start-ingest.sh script. We find that
>> the table 'ci' (default) is not getting created. We turned on the ingest log
>> and find the following message:
>>
>> 30 20:38:50,746 [zookeeper.ZooSession] DEBUG: Connecting to
>> node0002,node0003,node0004,node0005,node0006 with timeout 30000 with auth
>> 30 20:38:50,924 [zookeeper.ZooCache] TRACE: zookeeper contained
>> /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321
>> 30 20:38:50,924 [zookeeper.ZooCache] TRACE: putting
>> /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321 in cache
>> 30 20:38:51,013 [zookeeper.ZooCache] TRACE: zookeeper contained
>> /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321
>> 30 20:38:51,013 [zookeeper.ZooCache] TRACE: putting
>> /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321  in cache
>> 30 20:38:51,118 [impl.ServerClient] WARN : There are no tablet servers:
>> check that zookeeper and accumulo are running.
>> 30 20:38:51,119 [impl.ServerClient] DEBUG: ClientService request failed
>> null, retrying ...
>> org.apache.thrift.transport.TTransportException: Failed to connect to a
>> server
>>
>>
>> The current hdfs entry for accumulo/instance_id is
>>
>> -rw-r--r--   3 accumulo accumulo          0 2012-10-29 21:51
>> /accumulo/instance_id/f047ac35-fb66-466c-bb53-58d453900d5b
>>
>>
>> The ingest .out file in a datanode says (when ingest log was not turned
>> on)
>>
>> 30 20:30:57,350 [impl.ServerClient] WARN : There are no tablet servers:
>> check that zookeeper and accumulo are running.
>>
>>
>> What is causing this problem??
>>
>> Ranjan
>>
>>
>>
>

RE: table not getting created in continuous-ingest test.

Posted by Ranjan Sen <ra...@hotmail.com>.
sorry, forgot to mention before. Yes I can create the 'ci' table from the accumulo shell as well as delete it.ThanksRanjan

Date: Tue, 30 Oct 2012 16:57:14 -0400
Subject: Re: table not getting created in continuous-ingest test.
From: afuchs@apache.org
To: user@accumulo.apache.org

Try creating the "ci" table using the accumulo shell before you run the test. The continuous ingest test is designed to run in parallel with many workers, so it doesn't try to create the table itself.

Cheers,Adam

On Tue, Oct 30, 2012 at 4:53 PM, Ranjan Sen <ra...@hotmail.com> wrote:





we are trying to run the continuous ingest program via the $ACCUMULO_HOME/test/system/continuous/start-ingest.sh script. We find that the table 'ci' (default) is not getting created. We turned on the ingest log and find the following message: 

30 20:38:50,746 [zookeeper.ZooSession] DEBUG: Connecting to node0002,node0003,node0004,node0005,node0006 with timeout 30000 with auth
30 20:38:50,924 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321
30 20:38:50,924 [zookeeper.ZooCache] TRACE: putting /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321 in cache
30 20:38:51,013 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321 
30 20:38:51,013 [zookeeper.ZooCache] TRACE: putting /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321  in cache
30 20:38:51,118 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.
30 20:38:51,119 [impl.ServerClient] DEBUG: ClientService request failed null, retrying ... 
org.apache.thrift.transport.TTransportException: Failed to connect to a server
The current hdfs entry for accumulo/instance_id is -rw-r--r--   3 accumulo accumulo          0 2012-10-29 21:51 /accumulo/instance_id/f047ac35-fb66-466c-bb53-58d453900d5b

The ingest .out file in a datanode says (when ingest log was not turned on)30 20:30:57,350 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.

What is causing this problem??Ranjan

 		 	   		  

 		 	   		  

Re: table not getting created in continuous-ingest test.

Posted by Adam Fuchs <af...@apache.org>.
Sorry, I should read more closely. It looks like the ci process doesn't
think that Accumulo is running. Did you enter the right INSTANCE_NAME and
ZOO_KEEPERS settings in continuous-env.sh? (Eric beat me to this, but I'm
going to send anyway!)
Cheers,
Adam


On Tue, Oct 30, 2012 at 4:57 PM, Adam Fuchs <af...@apache.org> wrote:

> Try creating the "ci" table using the accumulo shell before you run the
> test. The continuous ingest test is designed to run in parallel with many
> workers, so it doesn't try to create the table itself.
>
> Cheers,
> Adam
>
>
> On Tue, Oct 30, 2012 at 4:53 PM, Ranjan Sen <ra...@hotmail.com>wrote:
>
>>  we are trying to run the continuous ingest program via the
>> $ACCUMULO_HOME/test/system/continuous/start-ingest.sh script. We find that
>> the table 'ci' (default) is not getting created. We turned on the ingest
>> log and find the following message:
>>
>> 30 20:38:50,746 [zookeeper.ZooSession] DEBUG: Connecting to node0002,node0003,node0004,node0005,node0006 with timeout 30000 with auth
>> 30 20:38:50,924 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321
>> 30 20:38:50,924 [zookeeper.ZooCache] TRACE: putting /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321 in cache
>> 30 20:38:51,013 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321
>> 30 20:38:51,013 [zookeeper.ZooCache] TRACE: putting /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321  in cache
>> 30 20:38:51,118 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.
>> 30 20:38:51,119 [impl.ServerClient] DEBUG: ClientService request failed null, retrying ...
>> org.apache.thrift.transport.TTransportException: Failed to connect to a server
>>
>>
>> The current hdfs entry for accumulo/instance_id is
>>
>> -rw-r--r--   3 accumulo accumulo          0 2012-10-29 21:51 /accumulo/instance_id/f047ac35-fb66-466c-bb53-58d453900d5b
>>
>>
>> The ingest .out file in a datanode says (when ingest log was not turned on)
>>
>> 30 20:30:57,350 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.
>>
>>
>> What is causing this problem??
>>
>> Ranjan
>>
>>
>>
>>
>

Re: table not getting created in continuous-ingest test.

Posted by Adam Fuchs <af...@apache.org>.
Try creating the "ci" table using the accumulo shell before you run the
test. The continuous ingest test is designed to run in parallel with many
workers, so it doesn't try to create the table itself.

Cheers,
Adam


On Tue, Oct 30, 2012 at 4:53 PM, Ranjan Sen <ra...@hotmail.com> wrote:

>  we are trying to run the continuous ingest program via the
> $ACCUMULO_HOME/test/system/continuous/start-ingest.sh script. We find that
> the table 'ci' (default) is not getting created. We turned on the ingest
> log and find the following message:
>
> 30 20:38:50,746 [zookeeper.ZooSession] DEBUG: Connecting to node0002,node0003,node0004,node0005,node0006 with timeout 30000 with auth
> 30 20:38:50,924 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321
> 30 20:38:50,924 [zookeeper.ZooCache] TRACE: putting /accumulo/instances/instance c64a50eb-ce2e-4a3b-9ddc-ea4421085321 in cache
> 30 20:38:51,013 [zookeeper.ZooCache] TRACE: zookeeper contained /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321
> 30 20:38:51,013 [zookeeper.ZooCache] TRACE: putting /accumulo/c64a50eb-ce2e-4a3b-9ddc-ea4421085321  in cache
> 30 20:38:51,118 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.
> 30 20:38:51,119 [impl.ServerClient] DEBUG: ClientService request failed null, retrying ...
> org.apache.thrift.transport.TTransportException: Failed to connect to a server
>
>
> The current hdfs entry for accumulo/instance_id is
>
> -rw-r--r--   3 accumulo accumulo          0 2012-10-29 21:51 /accumulo/instance_id/f047ac35-fb66-466c-bb53-58d453900d5b
>
>
> The ingest .out file in a datanode says (when ingest log was not turned on)
>
> 30 20:30:57,350 [impl.ServerClient] WARN : There are no tablet servers: check that zookeeper and accumulo are running.
>
>
> What is causing this problem??
>
> Ranjan
>
>
>
>