|
|
-
Re: what's this version 'version = 1.0.4-SNAPSHOT' ?
Xibin Liu 2013-01-28, 10:29
I downloaded the stable version of hadoop, which is a tar.gz file, when I compile libhdfs with 'ant compile-contrib -Dlibhdfs=1 -Dfusedfs=1' the version upgraded automatically, but I don't want it upgrade automatically, is there any way to disable this?
2013/1/28 Nitin Pawar <[EMAIL PROTECTED]>
> can you give me which location you checked out the codebase from ? > > > > > On Mon, Jan 28, 2013 at 12:31 PM, Xibin Liu <[EMAIL PROTECTED]>wrote: > >> Could you please give me more detail about change the dependency version >> in pom? I don't really know what's pom and how to configure it, thanks! >> >> >> 2013/1/28 Nitin Pawar <[EMAIL PROTECTED]> >> >>> any snapshot version is dev version >>> >>> you can change the dependency version to just 1.0.4 in the pom and it >>> will just build 1.0.4 >>> >>> >>> On Mon, Jan 28, 2013 at 12:06 PM, Xibin Liu <[EMAIL PROTECTED]>wrote: >>> >>>> hi, >>>> After I compiled libhdfs, the version of hadoop become 1.0.4-SNAPSHOT, >>>> is this a stable version or a dev version? Can I use this version on >>>> production? If this version is not for production, how can I configure to >>>> generate a stable version? >>>> >>>> -- >>>> Thanks & Regards >>>> Xibin Liu >>>> >>>> >>> >>> >>> -- >>> Nitin Pawar >>> >> >> >> >> -- >> Thanks & Regards >> Xibin Liu >> >> > > > -- > Nitin Pawar >
-- Thanks & Regards Xibin Liu
+
Xibin Liu 2013-01-28, 10:29
-
Re: what's this version 'version = 1.0.4-SNAPSHOT' ?
Harsh J 2013-01-28, 11:08
Hi,
This is a minor annoyance, cause we ship the release tarball with the build files still carrying -SNAPSHOT suffix. Your version is still 1.0.4 after build and isn't 'upgraded' as you've pointed out. You can probably pass a -Dversion=1.0.4 to get around this as well.
On Mon, Jan 28, 2013 at 3:59 PM, Xibin Liu <[EMAIL PROTECTED]> wrote: > I downloaded the stable version of hadoop, which is a tar.gz file, when I > compile libhdfs with 'ant compile-contrib -Dlibhdfs=1 -Dfusedfs=1' the > version upgraded automatically, but I don't want it upgrade automatically, > is there any way to disable this? > > > 2013/1/28 Nitin Pawar <[EMAIL PROTECTED]> >> >> can you give me which location you checked out the codebase from ? >> >> >> >> >> On Mon, Jan 28, 2013 at 12:31 PM, Xibin Liu <[EMAIL PROTECTED]> >> wrote: >>> >>> Could you please give me more detail about change the dependency version >>> in pom? I don't really know what's pom and how to configure it, thanks! >>> >>> >>> 2013/1/28 Nitin Pawar <[EMAIL PROTECTED]> >>>> >>>> any snapshot version is dev version >>>> >>>> you can change the dependency version to just 1.0.4 in the pom and it >>>> will just build 1.0.4 >>>> >>>> >>>> On Mon, Jan 28, 2013 at 12:06 PM, Xibin Liu <[EMAIL PROTECTED]> >>>> wrote: >>>>> >>>>> hi, >>>>> After I compiled libhdfs, the version of hadoop become 1.0.4-SNAPSHOT, >>>>> is this a stable version or a dev version? Can I use this version on >>>>> production? If this version is not for production, how can I configure to >>>>> generate a stable version? >>>>> >>>>> -- >>>>> Thanks & Regards >>>>> Xibin Liu >>>>> >>>> >>>> >>>> >>>> -- >>>> Nitin Pawar >>> >>> >>> >>> >>> -- >>> Thanks & Regards >>> Xibin Liu >>> >> >> >> >> -- >> Nitin Pawar > > > > > -- > Thanks & Regards > Xibin Liu >
-- Harsh J
+
Harsh J 2013-01-28, 11:08
-
Re: what's this version 'version = 1.0.4-SNAPSHOT' ?
Xibin Liu 2013-01-29, 02:18
I get it, thanks for you help!
2013/1/28 Harsh J <[EMAIL PROTECTED]>
> Hi, > > This is a minor annoyance, cause we ship the release tarball with the > build files still carrying -SNAPSHOT suffix. Your version is still > 1.0.4 after build and isn't 'upgraded' as you've pointed out. You can > probably pass a -Dversion=1.0.4 to get around this as well. > > On Mon, Jan 28, 2013 at 3:59 PM, Xibin Liu <[EMAIL PROTECTED]> wrote: > > I downloaded the stable version of hadoop, which is a tar.gz file, when I > > compile libhdfs with 'ant compile-contrib -Dlibhdfs=1 -Dfusedfs=1' the > > version upgraded automatically, but I don't want it upgrade > automatically, > > is there any way to disable this? > > > > > > 2013/1/28 Nitin Pawar <[EMAIL PROTECTED]> > >> > >> can you give me which location you checked out the codebase from ? > >> > >> > >> > >> > >> On Mon, Jan 28, 2013 at 12:31 PM, Xibin Liu <[EMAIL PROTECTED]> > >> wrote: > >>> > >>> Could you please give me more detail about change the dependency > version > >>> in pom? I don't really know what's pom and how to configure it, thanks! > >>> > >>> > >>> 2013/1/28 Nitin Pawar <[EMAIL PROTECTED]> > >>>> > >>>> any snapshot version is dev version > >>>> > >>>> you can change the dependency version to just 1.0.4 in the pom and it > >>>> will just build 1.0.4 > >>>> > >>>> > >>>> On Mon, Jan 28, 2013 at 12:06 PM, Xibin Liu <[EMAIL PROTECTED]> > >>>> wrote: > >>>>> > >>>>> hi, > >>>>> After I compiled libhdfs, the version of hadoop become > 1.0.4-SNAPSHOT, > >>>>> is this a stable version or a dev version? Can I use this version on > >>>>> production? If this version is not for production, how can I > configure to > >>>>> generate a stable version? > >>>>> > >>>>> -- > >>>>> Thanks & Regards > >>>>> Xibin Liu > >>>>> > >>>> > >>>> > >>>> > >>>> -- > >>>> Nitin Pawar > >>> > >>> > >>> > >>> > >>> -- > >>> Thanks & Regards > >>> Xibin Liu > >>> > >> > >> > >> > >> -- > >> Nitin Pawar > > > > > > > > > > -- > > Thanks & Regards > > Xibin Liu > > > > > > -- > Harsh J >
-- Thanks & Regards Xibin Liu
+
Xibin Liu 2013-01-29, 02:18
|
|