You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by yeshwanth kumar <ye...@gmail.com> on 2014/04/30 17:20:27 UTC

Running hbase 0.94 version on hadoop 2.2

hi,


is hbase 0.94.x versions compatible with hadoop 2.2
i checked the apache hbase website there it mentioned as NT(not tested)


thanks,
yeshwanth.

Re: Running hbase 0.94 version on hadoop 2.2

Posted by yeshwanth kumar <ye...@gmail.com>.
i used the same build command

mvn clean install assembly:single -Dhadoop.profile=2.0 -DskipTests

but it is giving

   1. [mkdir] Created dir:
   /var/lib/hadoop-hdfs/hbase-0.94.18/target/nativelib
   2.      [exec] tar: hadoop-snappy-nativelibs.tar: Cannot open: No such
   file or directory
   3.      [exec] tar: Error is not recoverable: exiting now
   4.      [exec] Result: 2




On Thu, May 1, 2014 at 9:36 PM, Ted Yu <yu...@gmail.com> wrote:

> Since the profile is hadoop-2.0, you should be using the following on the
> command line (see http://hbase.apache.org/book.html#d248e523):
>
> -Dhadoop.profile=2.0
>
>
>
> On Thu, May 1, 2014 at 9:02 AM, yeshwanth kumar <yeshwanth43@gmail.com
> >wrote:
>
> > hi ted,
> >
> > here are the changes <http://pastebin.com/CJp2Z9iX>i made to hbase pom
> >
> > while building it is giving hadoop-snappy native jar cannot get from
> > repository,
> > i am trying to build the hadoop-snappy jar
> >
> >
> > On Thu, May 1, 2014 at 7:06 PM, Ted Yu <yu...@gmail.com> wrote:
> >
> > > Can you pastebin the changes you made to hbase ?
> > >
> > > Thanks
> > >
> > > On May 1, 2014, at 3:55 AM, yeshwanth kumar <ye...@gmail.com>
> > wrote:
> > >
> > > > hi ted,
> > > > i am trying to build hbase 0.94.18
> > > > i followed the procedure i edited the pom.xml with changing protobuf
> > > > version to 2.5.0 and hadoop version to 2.2.0
> > > > but i cannot the build the hbase.
> > > >
> > > > here's the complete log <http://pastebin.com/7bQ5TBZe>
> > > >
> > > >
> > > > thanks,
> > > > yeshwanth
> > > >
> > > >
> > > > On Wed, Apr 30, 2014 at 10:42 PM, yeshwanth kumar <
> > yeshwanth43@gmail.com
> > > >wrote:
> > > >
> > > >> thanks for the info ted.
> > > >>
> > > >>
> > > >> On Wed, Apr 30, 2014 at 9:22 PM, Ted Yu <yu...@gmail.com>
> wrote:
> > > >>
> > > >>> After rebuilding 0.94, you can deploy the artifacts onto hadoop 2.2
> > > >>> cluster.
> > > >>>
> > > >>> See HBASE-11076
> > > >>>
> > > >>> Cheers
> > > >>>
> > > >>>
> > > >>> On Wed, Apr 30, 2014 at 8:20 AM, yeshwanth kumar <
> > > yeshwanth43@gmail.com
> > > >>>> wrote:
> > > >>>
> > > >>>> hi,
> > > >>>>
> > > >>>>
> > > >>>> is hbase 0.94.x versions compatible with hadoop 2.2
> > > >>>> i checked the apache hbase website there it mentioned as NT(not
> > > tested)
> > > >>>>
> > > >>>>
> > > >>>> thanks,
> > > >>>> yeshwanth.
> > > >>
> > > >>
> > >
> >
>

Re: Running hbase 0.94 version on hadoop 2.2

Posted by Ted Yu <yu...@gmail.com>.
Since the profile is hadoop-2.0, you should be using the following on the
command line (see http://hbase.apache.org/book.html#d248e523):

-Dhadoop.profile=2.0



On Thu, May 1, 2014 at 9:02 AM, yeshwanth kumar <ye...@gmail.com>wrote:

> hi ted,
>
> here are the changes <http://pastebin.com/CJp2Z9iX>i made to hbase pom
>
> while building it is giving hadoop-snappy native jar cannot get from
> repository,
> i am trying to build the hadoop-snappy jar
>
>
> On Thu, May 1, 2014 at 7:06 PM, Ted Yu <yu...@gmail.com> wrote:
>
> > Can you pastebin the changes you made to hbase ?
> >
> > Thanks
> >
> > On May 1, 2014, at 3:55 AM, yeshwanth kumar <ye...@gmail.com>
> wrote:
> >
> > > hi ted,
> > > i am trying to build hbase 0.94.18
> > > i followed the procedure i edited the pom.xml with changing protobuf
> > > version to 2.5.0 and hadoop version to 2.2.0
> > > but i cannot the build the hbase.
> > >
> > > here's the complete log <http://pastebin.com/7bQ5TBZe>
> > >
> > >
> > > thanks,
> > > yeshwanth
> > >
> > >
> > > On Wed, Apr 30, 2014 at 10:42 PM, yeshwanth kumar <
> yeshwanth43@gmail.com
> > >wrote:
> > >
> > >> thanks for the info ted.
> > >>
> > >>
> > >> On Wed, Apr 30, 2014 at 9:22 PM, Ted Yu <yu...@gmail.com> wrote:
> > >>
> > >>> After rebuilding 0.94, you can deploy the artifacts onto hadoop 2.2
> > >>> cluster.
> > >>>
> > >>> See HBASE-11076
> > >>>
> > >>> Cheers
> > >>>
> > >>>
> > >>> On Wed, Apr 30, 2014 at 8:20 AM, yeshwanth kumar <
> > yeshwanth43@gmail.com
> > >>>> wrote:
> > >>>
> > >>>> hi,
> > >>>>
> > >>>>
> > >>>> is hbase 0.94.x versions compatible with hadoop 2.2
> > >>>> i checked the apache hbase website there it mentioned as NT(not
> > tested)
> > >>>>
> > >>>>
> > >>>> thanks,
> > >>>> yeshwanth.
> > >>
> > >>
> >
>

Re: Running hbase 0.94 version on hadoop 2.2

Posted by yeshwanth kumar <ye...@gmail.com>.
hi ted,

here are the changes <http://pastebin.com/CJp2Z9iX>i made to hbase pom

while building it is giving hadoop-snappy native jar cannot get from
repository,
i am trying to build the hadoop-snappy jar


On Thu, May 1, 2014 at 7:06 PM, Ted Yu <yu...@gmail.com> wrote:

> Can you pastebin the changes you made to hbase ?
>
> Thanks
>
> On May 1, 2014, at 3:55 AM, yeshwanth kumar <ye...@gmail.com> wrote:
>
> > hi ted,
> > i am trying to build hbase 0.94.18
> > i followed the procedure i edited the pom.xml with changing protobuf
> > version to 2.5.0 and hadoop version to 2.2.0
> > but i cannot the build the hbase.
> >
> > here's the complete log <http://pastebin.com/7bQ5TBZe>
> >
> >
> > thanks,
> > yeshwanth
> >
> >
> > On Wed, Apr 30, 2014 at 10:42 PM, yeshwanth kumar <yeshwanth43@gmail.com
> >wrote:
> >
> >> thanks for the info ted.
> >>
> >>
> >> On Wed, Apr 30, 2014 at 9:22 PM, Ted Yu <yu...@gmail.com> wrote:
> >>
> >>> After rebuilding 0.94, you can deploy the artifacts onto hadoop 2.2
> >>> cluster.
> >>>
> >>> See HBASE-11076
> >>>
> >>> Cheers
> >>>
> >>>
> >>> On Wed, Apr 30, 2014 at 8:20 AM, yeshwanth kumar <
> yeshwanth43@gmail.com
> >>>> wrote:
> >>>
> >>>> hi,
> >>>>
> >>>>
> >>>> is hbase 0.94.x versions compatible with hadoop 2.2
> >>>> i checked the apache hbase website there it mentioned as NT(not
> tested)
> >>>>
> >>>>
> >>>> thanks,
> >>>> yeshwanth.
> >>
> >>
>

Re: Running hbase 0.94 version on hadoop 2.2

Posted by Ted Yu <yu...@gmail.com>.
Can you pastebin the changes you made to hbase ?

Thanks

On May 1, 2014, at 3:55 AM, yeshwanth kumar <ye...@gmail.com> wrote:

> hi ted,
> i am trying to build hbase 0.94.18
> i followed the procedure i edited the pom.xml with changing protobuf
> version to 2.5.0 and hadoop version to 2.2.0
> but i cannot the build the hbase.
> 
> here's the complete log <http://pastebin.com/7bQ5TBZe>
> 
> 
> thanks,
> yeshwanth
> 
> 
> On Wed, Apr 30, 2014 at 10:42 PM, yeshwanth kumar <ye...@gmail.com>wrote:
> 
>> thanks for the info ted.
>> 
>> 
>> On Wed, Apr 30, 2014 at 9:22 PM, Ted Yu <yu...@gmail.com> wrote:
>> 
>>> After rebuilding 0.94, you can deploy the artifacts onto hadoop 2.2
>>> cluster.
>>> 
>>> See HBASE-11076
>>> 
>>> Cheers
>>> 
>>> 
>>> On Wed, Apr 30, 2014 at 8:20 AM, yeshwanth kumar <yeshwanth43@gmail.com
>>>> wrote:
>>> 
>>>> hi,
>>>> 
>>>> 
>>>> is hbase 0.94.x versions compatible with hadoop 2.2
>>>> i checked the apache hbase website there it mentioned as NT(not tested)
>>>> 
>>>> 
>>>> thanks,
>>>> yeshwanth.
>> 
>> 

Re: Running hbase 0.94 version on hadoop 2.2

Posted by yeshwanth kumar <ye...@gmail.com>.
thanks ted, lukas

that thread worked.


On Thu, May 1, 2014 at 9:47 PM, Lukáš Drbal <lu...@gmail.com> wrote:

> Hi yeshwanth,
>
> take a look on my thread from this week -
>
> http://apache-hbase.679495.n3.nabble.com/HBase-0-94-on-hadoop-2-2-0-2-4-0-td4058517.html
>
>
> L.
>
>
> 2014-05-01 12:55 GMT+02:00 yeshwanth kumar <ye...@gmail.com>:
>
> > hi ted,
> > i am trying to build hbase 0.94.18
> > i followed the procedure i edited the pom.xml with changing protobuf
> > version to 2.5.0 and hadoop version to 2.2.0
> > but i cannot the build the hbase.
> >
> > here's the complete log <http://pastebin.com/7bQ5TBZe>
> >
> >
> > thanks,
> > yeshwanth
> >
> >
> > On Wed, Apr 30, 2014 at 10:42 PM, yeshwanth kumar <yeshwanth43@gmail.com
> > >wrote:
> >
> > > thanks for the info ted.
> > >
> > >
> > > On Wed, Apr 30, 2014 at 9:22 PM, Ted Yu <yu...@gmail.com> wrote:
> > >
> > >> After rebuilding 0.94, you can deploy the artifacts onto hadoop 2.2
> > >> cluster.
> > >>
> > >> See HBASE-11076
> > >>
> > >> Cheers
> > >>
> > >>
> > >> On Wed, Apr 30, 2014 at 8:20 AM, yeshwanth kumar <
> yeshwanth43@gmail.com
> > >> >wrote:
> > >>
> > >> > hi,
> > >> >
> > >> >
> > >> > is hbase 0.94.x versions compatible with hadoop 2.2
> > >> > i checked the apache hbase website there it mentioned as NT(not
> > tested)
> > >> >
> > >> >
> > >> > thanks,
> > >> > yeshwanth.
> > >> >
> > >>
> > >
> > >
> >
>
>
>
> --
> Save The World - http://www.worldcommunitygrid.org/
> http://www.worldcommunitygrid.org/stat/viewMemberInfo.do?userName=LesTR
>
> LesTR
>

Re: Running hbase 0.94 version on hadoop 2.2

Posted by Lukáš Drbal <lu...@gmail.com>.
Hi yeshwanth,

take a look on my thread from this week -
http://apache-hbase.679495.n3.nabble.com/HBase-0-94-on-hadoop-2-2-0-2-4-0-td4058517.html


L.


2014-05-01 12:55 GMT+02:00 yeshwanth kumar <ye...@gmail.com>:

> hi ted,
> i am trying to build hbase 0.94.18
> i followed the procedure i edited the pom.xml with changing protobuf
> version to 2.5.0 and hadoop version to 2.2.0
> but i cannot the build the hbase.
>
> here's the complete log <http://pastebin.com/7bQ5TBZe>
>
>
> thanks,
> yeshwanth
>
>
> On Wed, Apr 30, 2014 at 10:42 PM, yeshwanth kumar <yeshwanth43@gmail.com
> >wrote:
>
> > thanks for the info ted.
> >
> >
> > On Wed, Apr 30, 2014 at 9:22 PM, Ted Yu <yu...@gmail.com> wrote:
> >
> >> After rebuilding 0.94, you can deploy the artifacts onto hadoop 2.2
> >> cluster.
> >>
> >> See HBASE-11076
> >>
> >> Cheers
> >>
> >>
> >> On Wed, Apr 30, 2014 at 8:20 AM, yeshwanth kumar <yeshwanth43@gmail.com
> >> >wrote:
> >>
> >> > hi,
> >> >
> >> >
> >> > is hbase 0.94.x versions compatible with hadoop 2.2
> >> > i checked the apache hbase website there it mentioned as NT(not
> tested)
> >> >
> >> >
> >> > thanks,
> >> > yeshwanth.
> >> >
> >>
> >
> >
>



-- 
Save The World - http://www.worldcommunitygrid.org/
http://www.worldcommunitygrid.org/stat/viewMemberInfo.do?userName=LesTR

LesTR

Re: Running hbase 0.94 version on hadoop 2.2

Posted by yeshwanth kumar <ye...@gmail.com>.
hi ted,
i am trying to build hbase 0.94.18
i followed the procedure i edited the pom.xml with changing protobuf
version to 2.5.0 and hadoop version to 2.2.0
but i cannot the build the hbase.

here's the complete log <http://pastebin.com/7bQ5TBZe>


thanks,
yeshwanth


On Wed, Apr 30, 2014 at 10:42 PM, yeshwanth kumar <ye...@gmail.com>wrote:

> thanks for the info ted.
>
>
> On Wed, Apr 30, 2014 at 9:22 PM, Ted Yu <yu...@gmail.com> wrote:
>
>> After rebuilding 0.94, you can deploy the artifacts onto hadoop 2.2
>> cluster.
>>
>> See HBASE-11076
>>
>> Cheers
>>
>>
>> On Wed, Apr 30, 2014 at 8:20 AM, yeshwanth kumar <yeshwanth43@gmail.com
>> >wrote:
>>
>> > hi,
>> >
>> >
>> > is hbase 0.94.x versions compatible with hadoop 2.2
>> > i checked the apache hbase website there it mentioned as NT(not tested)
>> >
>> >
>> > thanks,
>> > yeshwanth.
>> >
>>
>
>

Re: Running hbase 0.94 version on hadoop 2.2

Posted by yeshwanth kumar <ye...@gmail.com>.
thanks for the info ted.


On Wed, Apr 30, 2014 at 9:22 PM, Ted Yu <yu...@gmail.com> wrote:

> After rebuilding 0.94, you can deploy the artifacts onto hadoop 2.2
> cluster.
>
> See HBASE-11076
>
> Cheers
>
>
> On Wed, Apr 30, 2014 at 8:20 AM, yeshwanth kumar <yeshwanth43@gmail.com
> >wrote:
>
> > hi,
> >
> >
> > is hbase 0.94.x versions compatible with hadoop 2.2
> > i checked the apache hbase website there it mentioned as NT(not tested)
> >
> >
> > thanks,
> > yeshwanth.
> >
>

Re: Running hbase 0.94 version on hadoop 2.2

Posted by Ted Yu <yu...@gmail.com>.
After rebuilding 0.94, you can deploy the artifacts onto hadoop 2.2 cluster.

See HBASE-11076

Cheers


On Wed, Apr 30, 2014 at 8:20 AM, yeshwanth kumar <ye...@gmail.com>wrote:

> hi,
>
>
> is hbase 0.94.x versions compatible with hadoop 2.2
> i checked the apache hbase website there it mentioned as NT(not tested)
>
>
> thanks,
> yeshwanth.
>