Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-11 Thread Josh Elser
--- *From: *"craig w" mailto:codecr...@gmail.com>> *To: *user@accumulo.apache.org <mailto:user@accumulo.apache.org> *Sent: *Friday, August 8, 2014 9:13:02 AM *Subject: *Re: accumulo 1.6 and HDFS n

Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-11 Thread craig w
he following: >>>> >>>> Update to the latest version of Accumulo 1.6.1-SNAPSHOT >>>> set instance.dfs.uri to: hdfs://mycluster >>>> set instance.volumes to: hdfs://mycluster >>>> set instance.volumes.replacements to: hdfs://somehostname:9000/accumulo

Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-11 Thread craig w
gt;>> set instance.dfs.uri to: hdfs://mycluster >>> set instance.volumes to: hdfs://mycluster >>> set instance.volumes.replacements to: hdfs://somehostname:9000/accumulo >>> hdfs://mycluster/accumulo >>> >>> ---

Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-08 Thread Keith Turner
accumulo >> hdfs://mycluster/accumulo >> >> -- >> *From: *"craig w" >> *To: *user@accumulo.apache.org >> *Sent: *Friday, August 8, 2014 9:13:02 AM >> *Subject: *Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA &g

Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-08 Thread craig w
> hdfs://mycluster/accumulo > > -- > *From: *"craig w" > *To: *user@accumulo.apache.org > *Sent: *Friday, August 8, 2014 9:13:02 AM > *Subject: *Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA > > > In $HADOOP_CONF_DIR/core-site.xml I used to have: > &g

Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-08 Thread dlmarion
M Subject: Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA In $HADOOP_CONF_DIR/core-site.xml I used to have: fs.default.name hdfs://somehostname:9000 When going to HDFS HA, I removed that property and have: fs.defaultFS hdfs://mycluster In the accumulo-site.xml I

Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-08 Thread craig w
In $HADOOP_CONF_DIR/core-site.xml I used to have: fs.default.name hdfs://somehostname:9000 When going to HDFS HA, I removed that property and have: fs.defaultFS hdfs://mycluster In the accumulo-site.xml I don't have instance.volumes or instance.dfs.uri. On Tue, Aug 5, 2014 at 1:41

Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-05 Thread Keith Turner
Did your HDFS URI change and are errors you are seeing connecting to the old HDFS URI? If so, you may need to configure instance.volumes.replacements to replace the old URI in Accumulo metadata. On Tue, Aug 5, 2014 at 1:06 PM, craig w wrote: > I've setup an Accumulo 1.6 cluster with Hadoop 2.4

Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-05 Thread Josh Elser
I think I did this once, but it was a while back (around when Hadoop 2.2.0 came out). Some gotchas that I remember: * Make sure that HADOOP_CONF_DIR is set appropriately and added to the Accumulo classpath (HADOOP_CONF_DIR test&set in accumulo-env.sh and general.classpaths in accumulo-site.xm

Re: accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-05 Thread Mike Drob
Hi Craig! Part of the HA transition is described at https://issues.apache.org/jira/browse/ACCUMULO-2793 although you'll have to read through the comments to get the actual steps. I don't have a concise summary of what needs to be done because I haven't had a chance to try it myself. Mike On Tue

accumulo 1.6 and HDFS non-HA conversion to HDFS HA

2014-08-05 Thread craig w
I've setup an Accumulo 1.6 cluster with Hadoop 2.4.0 (with a secondary namenode). I wanted to convert the secondary namenode to be a standby (hence HDFS HA). After getting HDFS HA up and making sure the hadoop configuration files were accessible by Accumulo, I started up Accumulo. I noticed some r