|
|
Francis Liu 2012-07-30, 18:23
Hi,
I noticed there are 0.23 builds on jenkins. I was wondering what state it is in? And who are working on it? Is there an umbrella Jira to get HBase working on 0.23?
-Francis
-
Re: HBase on Hadoop 0.23
Jonathan Hsieh 2012-07-30, 18:32
I'm going to update these to hadoop 2.0 builds once we get the hbase + hadoop 2.0 builds passing. There are 2 issues (that I'm working on) that are likely the last always failing unit tests against hadoop 2.0.
Jon.
On Mon, Jul 30, 2012 at 11:23 AM, Francis Liu <[EMAIL PROTECTED]> wrote: > Hi, > > I noticed there are 0.23 builds on jenkins. I was wondering what state it is > in? And who are working on it? Is there an umbrella Jira to get HBase > working on 0.23? > > -Francis > >
-- // Jonathan Hsieh (shay) // Software Engineer, Cloudera // [EMAIL PROTECTED]
-
Re: HBase on Hadoop 0.23
Francis Liu 2012-07-30, 20:49
Will I be able to run HBase-hadoop_2.0 built binaries on hadoop 0.23? We're looking into deploying HBase on hadoop_0.23 on our clusters. Can I get the Jira numbers for the two issues?
-Francis
On 7/30/12 11:32 AM, "Jonathan Hsieh" <[EMAIL PROTECTED]> wrote:
>I'm going to update these to hadoop 2.0 builds once we get the hbase + >hadoop 2.0 builds passing. There are 2 issues (that I'm working on) >that are likely the last always failing unit tests against hadoop 2.0. > >Jon. > >On Mon, Jul 30, 2012 at 11:23 AM, Francis Liu <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I noticed there are 0.23 builds on jenkins. I was wondering what state >>it is >> in? And who are working on it? Is there an umbrella Jira to get HBase >> working on 0.23? >> >> -Francis >> >> > > > >-- >// Jonathan Hsieh (shay) >// Software Engineer, Cloudera >// [EMAIL PROTECTED]
-
Re: HBase on Hadoop 0.23
Jonathan Hsieh 2012-07-30, 23:33
Francis,
HBASE-6305 HBASE-6330.
I've found that I needed to recompile hbase 0.94.1 rc1 against hadoop 2.x and hadoop 0.23 -- they were source-code compatible but there are binary incompatibilities.
I believe 0.92 doesn't have a 2.0 build profile currently, but I know we added it to the 0.94 branch.
Jon. On Mon, Jul 30, 2012 at 1:49 PM, Francis Liu <[EMAIL PROTECTED]> wrote: > Will I be able to run HBase-hadoop_2.0 built binaries on hadoop 0.23? > We're looking into deploying HBase on hadoop_0.23 on our clusters. Can I > get the Jira numbers for the two issues? > > -Francis > > > > On 7/30/12 11:32 AM, "Jonathan Hsieh" <[EMAIL PROTECTED]> wrote: > >>I'm going to update these to hadoop 2.0 builds once we get the hbase + >>hadoop 2.0 builds passing. There are 2 issues (that I'm working on) >>that are likely the last always failing unit tests against hadoop 2.0. >> >>Jon. >> >>On Mon, Jul 30, 2012 at 11:23 AM, Francis Liu <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> I noticed there are 0.23 builds on jenkins. I was wondering what state >>>it is >>> in? And who are working on it? Is there an umbrella Jira to get HBase >>> working on 0.23? >>> >>> -Francis >>> >>> >> >> >> >>-- >>// Jonathan Hsieh (shay) >>// Software Engineer, Cloudera >>// [EMAIL PROTECTED] > >
-- // Jonathan Hsieh (shay) // Software Engineer, Cloudera // [EMAIL PROTECTED]
-
Re: HBase on Hadoop 0.23
Francis Liu 2012-07-31, 00:57
I see, thanks for valuable info. Given that source recompilation is needed, can we keep the 0.23 profile for now?
-Francis
On 7/30/12 4:33 PM, "Jonathan Hsieh" <[EMAIL PROTECTED]> wrote:
>Francis, > >HBASE-6305 >HBASE-6330. > >I've found that I needed to recompile hbase 0.94.1 rc1 against hadoop >2.x and hadoop 0.23 -- they were source-code compatible but there are >binary incompatibilities. > >I believe 0.92 doesn't have a 2.0 build profile currently, but I know >we added it to the 0.94 branch. > >Jon. > > >On Mon, Jul 30, 2012 at 1:49 PM, Francis Liu <[EMAIL PROTECTED]> wrote: >> Will I be able to run HBase-hadoop_2.0 built binaries on hadoop 0.23? >> We're looking into deploying HBase on hadoop_0.23 on our clusters. Can I >> get the Jira numbers for the two issues? >> >> -Francis >> >> >> >> On 7/30/12 11:32 AM, "Jonathan Hsieh" <[EMAIL PROTECTED]> wrote: >> >>>I'm going to update these to hadoop 2.0 builds once we get the hbase + >>>hadoop 2.0 builds passing. There are 2 issues (that I'm working on) >>>that are likely the last always failing unit tests against hadoop 2.0. >>> >>>Jon. >>> >>>On Mon, Jul 30, 2012 at 11:23 AM, Francis Liu <[EMAIL PROTECTED]> wrote: >>>> Hi, >>>> >>>> I noticed there are 0.23 builds on jenkins. I was wondering what state >>>>it is >>>> in? And who are working on it? Is there an umbrella Jira to get HBase >>>> working on 0.23? >>>> >>>> -Francis >>>> >>>> >>> >>> >>> >>>-- >>>// Jonathan Hsieh (shay) >>>// Software Engineer, Cloudera >>>// [EMAIL PROTECTED] >> >> > > > >-- >// Jonathan Hsieh (shay) >// Software Engineer, Cloudera >// [EMAIL PROTECTED]
-
Re: HBase on Hadoop 0.23
Jonathan Hsieh 2012-07-31, 01:37
Sure. I started a poll last week and I need to close it out.
Jon.
On Mon, Jul 30, 2012 at 5:57 PM, Francis Liu <[EMAIL PROTECTED]> wrote: > I see, thanks for valuable info. Given that source recompilation is > needed, can we keep the 0.23 profile for now? > > -Francis > > On 7/30/12 4:33 PM, "Jonathan Hsieh" <[EMAIL PROTECTED]> wrote: > >>Francis, >> >>HBASE-6305 >>HBASE-6330. >> >>I've found that I needed to recompile hbase 0.94.1 rc1 against hadoop >>2.x and hadoop 0.23 -- they were source-code compatible but there are >>binary incompatibilities. >> >>I believe 0.92 doesn't have a 2.0 build profile currently, but I know >>we added it to the 0.94 branch. >> >>Jon. >> >> >>On Mon, Jul 30, 2012 at 1:49 PM, Francis Liu <[EMAIL PROTECTED]> wrote: >>> Will I be able to run HBase-hadoop_2.0 built binaries on hadoop 0.23? >>> We're looking into deploying HBase on hadoop_0.23 on our clusters. Can I >>> get the Jira numbers for the two issues? >>> >>> -Francis >>> >>> >>> >>> On 7/30/12 11:32 AM, "Jonathan Hsieh" <[EMAIL PROTECTED]> wrote: >>> >>>>I'm going to update these to hadoop 2.0 builds once we get the hbase + >>>>hadoop 2.0 builds passing. There are 2 issues (that I'm working on) >>>>that are likely the last always failing unit tests against hadoop 2.0. >>>> >>>>Jon. >>>> >>>>On Mon, Jul 30, 2012 at 11:23 AM, Francis Liu <[EMAIL PROTECTED]> wrote: >>>>> Hi, >>>>> >>>>> I noticed there are 0.23 builds on jenkins. I was wondering what state >>>>>it is >>>>> in? And who are working on it? Is there an umbrella Jira to get HBase >>>>> working on 0.23? >>>>> >>>>> -Francis >>>>> >>>>> >>>> >>>> >>>> >>>>-- >>>>// Jonathan Hsieh (shay) >>>>// Software Engineer, Cloudera >>>>// [EMAIL PROTECTED] >>> >>> >> >> >> >>-- >>// Jonathan Hsieh (shay) >>// Software Engineer, Cloudera >>// [EMAIL PROTECTED] > >
-- // Jonathan Hsieh (shay) // Software Engineer, Cloudera // [EMAIL PROTECTED]
-
Re: HBase on Hadoop 0.23
Francis Liu 2012-07-31, 18:26
Great, thanks Jon.
-Francis
On 7/30/12 6:37 PM, "Jonathan Hsieh" <[EMAIL PROTECTED]> wrote:
>Sure. I started a poll last week and I need to close it out. > >Jon. > >On Mon, Jul 30, 2012 at 5:57 PM, Francis Liu <[EMAIL PROTECTED]> wrote: >> I see, thanks for valuable info. Given that source recompilation is >> needed, can we keep the 0.23 profile for now? >> >> -Francis >> >> On 7/30/12 4:33 PM, "Jonathan Hsieh" <[EMAIL PROTECTED]> wrote: >> >>>Francis, >>> >>>HBASE-6305 >>>HBASE-6330. >>> >>>I've found that I needed to recompile hbase 0.94.1 rc1 against hadoop >>>2.x and hadoop 0.23 -- they were source-code compatible but there are >>>binary incompatibilities. >>> >>>I believe 0.92 doesn't have a 2.0 build profile currently, but I know >>>we added it to the 0.94 branch. >>> >>>Jon. >>> >>> >>>On Mon, Jul 30, 2012 at 1:49 PM, Francis Liu <[EMAIL PROTECTED]> wrote: >>>> Will I be able to run HBase-hadoop_2.0 built binaries on hadoop 0.23? >>>> We're looking into deploying HBase on hadoop_0.23 on our clusters. >>>>Can I >>>> get the Jira numbers for the two issues? >>>> >>>> -Francis >>>> >>>> >>>> >>>> On 7/30/12 11:32 AM, "Jonathan Hsieh" <[EMAIL PROTECTED]> wrote: >>>> >>>>>I'm going to update these to hadoop 2.0 builds once we get the hbase + >>>>>hadoop 2.0 builds passing. There are 2 issues (that I'm working on) >>>>>that are likely the last always failing unit tests against hadoop 2.0. >>>>> >>>>>Jon. >>>>> >>>>>On Mon, Jul 30, 2012 at 11:23 AM, Francis Liu <[EMAIL PROTECTED]> >>>>>wrote: >>>>>> Hi, >>>>>> >>>>>> I noticed there are 0.23 builds on jenkins. I was wondering what >>>>>>state >>>>>>it is >>>>>> in? And who are working on it? Is there an umbrella Jira to get >>>>>>HBase >>>>>> working on 0.23? >>>>>> >>>>>> -Francis >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>>-- >>>>>// Jonathan Hsieh (shay) >>>>>// Software Engineer, Cloudera >>>>>// [EMAIL PROTECTED] >>>> >>>> >>> >>> >>> >>>-- >>>// Jonathan Hsieh (shay) >>>// Software Engineer, Cloudera >>>// [EMAIL PROTECTED] >> >> > > > >-- >// Jonathan Hsieh (shay) >// Software Engineer, Cloudera >// [EMAIL PROTECTED]
|
|