|
|
-
upgrade from Hadoop 0.21.0 to a newer version??
steven zhuang 2011-08-19, 07:39
I updated my hadoop cluster from 0.20.2 to higher version 0.21.0 because of MAPREDUCE-1286, and now I have problem running a Hbase on it. I saw the 0.21.0 version is marked as "unstable, unsupported, does not include security". My question is that can I upgrade the cluster from 0.21.0 to a newer version say 0.20.203 or future version 0.22? Thanks!
-- best wishes. steven
-
Re: upgrade from Hadoop 0.21.0 to a newer version??
Allen Wittenauer 2011-08-22, 04:08
On Aug 19, 2011, at 12:39 AM, steven zhuang wrote:
> I updated my hadoop cluster from 0.20.2 to higher version > 0.21.0 because of MAPREDUCE-1286, and now I have problem running a Hbase on > it. > I saw the 0.21.0 version is marked as "unstable, unsupported, does > not include security". > My question is that can I upgrade the cluster from 0.21.0 to a newer > version say 0.20.203 or future version 0.22? >
You won't be able to "side-grade" to 0.20.203/204. You should be able to upgrade to 0.22, 0.23, etc. Just be sure to process your edits file *prior* to upgrading. Otherwise it might explode.
-
Re: upgrade from Hadoop 0.21.0 to a newer version??
steven zhuang 2011-08-22, 06:00
thanks Allen, I really wish there wasn't such a version 0.21.0. :)
On Mon, Aug 22, 2011 at 12:08 PM, Allen Wittenauer <[EMAIL PROTECTED]> wrote:
> > On Aug 19, 2011, at 12:39 AM, steven zhuang wrote: > > > I updated my hadoop cluster from 0.20.2 to higher version > > 0.21.0 because of MAPREDUCE-1286, and now I have problem running a Hbase > on > > it. > > I saw the 0.21.0 version is marked as "unstable, unsupported, > does > > not include security". > > My question is that can I upgrade the cluster from 0.21.0 to a > newer > > version say 0.20.203 or future version 0.22? > > > > You won't be able to "side-grade" to 0.20.203/204. You should be > able to upgrade to 0.22, 0.23, etc. Just be sure to process your edits file > *prior* to upgrading. Otherwise it might explode. > > -- best wishes. steven
-
Re: upgrade from Hadoop 0.21.0 to a newer version??
Allen Wittenauer 2011-08-22, 16:21
On Aug 21, 2011, at 11:00 PM, steven zhuang wrote:
> thanks Allen, I really wish there wasn't such a version 0.21.0. :)
It is tricky (lots of config work), but you could always run the two versions in parallel on the same gear, distcp from 0.21 to 0.20.203, then shutdown the 0.21 instance.
|
|