|
|
-
table not getting created in continuous-ingest test.
Ranjan Sen 2012-10-30, 20:53
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.
Adam Fuchs 2012-10-30, 20:57
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 <[EMAIL PROTECTED]> 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.
Ranjan Sen 2012-10-30, 20:59
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: [EMAIL PROTECTED] To: [EMAIL PROTECTED]
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 <[EMAIL PROTECTED]> 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.
Eric Newton 2012-10-30, 20:59
That is strange. Double check your instance name in continuous-env.sh.
-Eric
On Tue, Oct 30, 2012 at 4:53 PM, Ranjan Sen <[EMAIL PROTECTED]> 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.
Adam Fuchs 2012-10-30, 21:03
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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>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.
Ranjan Sen 2012-10-30, 22:46
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: [EMAIL PROTECTED] To: [EMAIL PROTECTED]
That is strange. Double check your instance name in continuous-env.sh. -Eric
On Tue, Oct 30, 2012 at 4:53 PM, Ranjan Sen <[EMAIL PROTECTED]> 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.
Keith Turner 2012-10-31, 20:29
On Tue, Oct 30, 2012 at 4:57 PM, Adam Fuchs <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 >> >> >> >
|
|