You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Varun Sharma <va...@pinterest.com> on 2013/04/25 19:47:01 UTC

hadoop.profile=2.0

Does this build against 2.0.0-alpha and can we make it build against a
later version which has some  improvements to the IPC client (adjustable
timeouts) ?

Re: hadoop.profile=2.0

Posted by Jonathan Hsieh <jo...@cloudera.com>.
should be good, you can also replace 2.0.0-alpha with the 2.0.1-alpha,
2.0.2-alpha or 2.0.3-alpha.  2.0.4-alpha is nearly out as well.  I believe
this may work for 0.23.x as well but I haven't given that  try for a long
while.

Jon.


On Thu, Apr 25, 2013 at 2:30 PM, Varun Sharma <va...@pinterest.com> wrote:

> Thanks !
>
> I see hadoop.version in there for 0.94.3 like this
> So I can use
>
> mvn clean package -Dhadoop.profile=2.0 -Dhadoop.version=2.0.0-alpha - Is
> that correct ?
>
>       <properties>
>         <hadoop.version>2.0.0-alpha</hadoop.version>
>         <slf4j.version>1.6.1</slf4j.version>
>       </properties>
>
>
>
> On Thu, Apr 25, 2013 at 1:50 PM, Jonathan Hsieh <jo...@cloudera.com> wrote:
>
> > You can do it without modifying the pom as well:
> >
> > mvn clean -Dhadoop.profile=2.0 -Dhadoop-two.version=<version> test
> >
> > where version can be something like 2.0.3-alpha
> >
> >
> > On Thu, Apr 25, 2013 at 10:55 AM, Ted Yu <yu...@gmail.com> wrote:
> >
> > > In pom.xml you can see:
> > >     <hadoop-two.version>2.0.2-alpha</hadoop-two.version>
> > >
> > > You can modify the above version locally to build against newer
> release.
> > >
> > > On Fri, Apr 26, 2013 at 1:47 AM, Varun Sharma <va...@pinterest.com>
> > wrote:
> > >
> > > > Does this build against 2.0.0-alpha and can we make it build against
> a
> > > > later version which has some  improvements to the IPC client
> > (adjustable
> > > > timeouts) ?
> > > >
> > >
> >
> >
> >
> > --
> > // Jonathan Hsieh (shay)
> > // Software Engineer, Cloudera
> > // jon@cloudera.com
> >
>



-- 
// Jonathan Hsieh (shay)
// Software Engineer, Cloudera
// jon@cloudera.com

Re: hadoop.profile=2.0

Posted by Varun Sharma <va...@pinterest.com>.
Thanks !

I see hadoop.version in there for 0.94.3 like this
So I can use

mvn clean package -Dhadoop.profile=2.0 -Dhadoop.version=2.0.0-alpha - Is
that correct ?

      <properties>
        <hadoop.version>2.0.0-alpha</hadoop.version>
        <slf4j.version>1.6.1</slf4j.version>
      </properties>



On Thu, Apr 25, 2013 at 1:50 PM, Jonathan Hsieh <jo...@cloudera.com> wrote:

> You can do it without modifying the pom as well:
>
> mvn clean -Dhadoop.profile=2.0 -Dhadoop-two.version=<version> test
>
> where version can be something like 2.0.3-alpha
>
>
> On Thu, Apr 25, 2013 at 10:55 AM, Ted Yu <yu...@gmail.com> wrote:
>
> > In pom.xml you can see:
> >     <hadoop-two.version>2.0.2-alpha</hadoop-two.version>
> >
> > You can modify the above version locally to build against newer release.
> >
> > On Fri, Apr 26, 2013 at 1:47 AM, Varun Sharma <va...@pinterest.com>
> wrote:
> >
> > > Does this build against 2.0.0-alpha and can we make it build against a
> > > later version which has some  improvements to the IPC client
> (adjustable
> > > timeouts) ?
> > >
> >
>
>
>
> --
> // Jonathan Hsieh (shay)
> // Software Engineer, Cloudera
> // jon@cloudera.com
>

Re: hadoop.profile=2.0

Posted by Jonathan Hsieh <jo...@cloudera.com>.
You can do it without modifying the pom as well:

mvn clean -Dhadoop.profile=2.0 -Dhadoop-two.version=<version> test

where version can be something like 2.0.3-alpha


On Thu, Apr 25, 2013 at 10:55 AM, Ted Yu <yu...@gmail.com> wrote:

> In pom.xml you can see:
>     <hadoop-two.version>2.0.2-alpha</hadoop-two.version>
>
> You can modify the above version locally to build against newer release.
>
> On Fri, Apr 26, 2013 at 1:47 AM, Varun Sharma <va...@pinterest.com> wrote:
>
> > Does this build against 2.0.0-alpha and can we make it build against a
> > later version which has some  improvements to the IPC client (adjustable
> > timeouts) ?
> >
>



-- 
// Jonathan Hsieh (shay)
// Software Engineer, Cloudera
// jon@cloudera.com

Re: hadoop.profile=2.0

Posted by Ted Yu <yu...@gmail.com>.
In pom.xml you can see:
    <hadoop-two.version>2.0.2-alpha</hadoop-two.version>

You can modify the above version locally to build against newer release.

On Fri, Apr 26, 2013 at 1:47 AM, Varun Sharma <va...@pinterest.com> wrote:

> Does this build against 2.0.0-alpha and can we make it build against a
> later version which has some  improvements to the IPC client (adjustable
> timeouts) ?
>