You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by liushaohui <li...@xiaomi.com> on 2013/05/03 05:11:37 UTC

how to package hbase-0.97.0-SNAPSHOT.tar.gz from trunk source

hi all:

In hbase 0.94,  we archive the hbase-0.94.3-SNAPSHOT.tar.gz from hbase 
sources using mvn command:

mvn clean package -DskipTests -Dtar

But it doesn't work on hbase trunk.  From the search result, i try this 
cmd in hbase trunk

mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:assembly

The output show:

[INFO] Assemblies have been skipped per configuration of the 
skipAssembly parameter.
....

Any one can help me ? thx.





Re: how to package hbase-0.97.0-SNAPSHOT.tar.gz from trunk source

Posted by Stack <st...@duboce.net>.
The doc has been updated.  I just need to push out the doc to our website.
Will do it in a day or so.  Sorry for inconvenience.
St.Ack


On Thu, May 2, 2013 at 9:05 PM, Ted Yu <yu...@gmail.com> wrote:

> Yeah, looks like the following needs some update:
>
> http://hbase.apache.org/book.html#build.tgz
>
> On Thu, May 2, 2013 at 9:00 PM, liushaohui <li...@xiaomi.com> wrote:
>
> > It works. Thanks, Ted.
> >
> > I think we should record this on the hbase doc.
> >
> >
> >
> > On 05/03/2013 11:45 AM, Ted Yu wrote:
> >
> >> Can you try:
> >> mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:single
> >>
> >> I got:
> >>
> >> $ ls -l hbase-assembly/target/hbase-0.**97.0-SNAPSHOT-bin.tar.gz
> >> -rw-r--r--  1 tyu  staff  62178356 May  2 20:43
> >> hbase-assembly/target/hbase-0.**97.0-SNAPSHOT-bin.tar.gz
> >>
> >> On Thu, May 2, 2013 at 8:11 PM, liushaohui <li...@xiaomi.com>
> wrote:
> >>
> >>  hi all:
> >>>
> >>> In hbase 0.94,  we archive the hbase-0.94.3-SNAPSHOT.tar.gz from hbase
> >>> sources using mvn command:
> >>>
> >>> mvn clean package -DskipTests -Dtar
> >>>
> >>> But it doesn't work on hbase trunk.  From the search result, i try this
> >>> cmd in hbase trunk
> >>>
> >>> mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:assembly
> >>>
> >>> The output show:
> >>>
> >>> [INFO] Assemblies have been skipped per configuration of the
> skipAssembly
> >>> parameter.
> >>> ....
> >>>
> >>> Any one can help me ? thx.
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >
>

Re: how to package hbase-0.97.0-SNAPSHOT.tar.gz from trunk source

Posted by Ted Yu <yu...@gmail.com>.
Yeah, looks like the following needs some update:

http://hbase.apache.org/book.html#build.tgz

On Thu, May 2, 2013 at 9:00 PM, liushaohui <li...@xiaomi.com> wrote:

> It works. Thanks, Ted.
>
> I think we should record this on the hbase doc.
>
>
>
> On 05/03/2013 11:45 AM, Ted Yu wrote:
>
>> Can you try:
>> mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:single
>>
>> I got:
>>
>> $ ls -l hbase-assembly/target/hbase-0.**97.0-SNAPSHOT-bin.tar.gz
>> -rw-r--r--  1 tyu  staff  62178356 May  2 20:43
>> hbase-assembly/target/hbase-0.**97.0-SNAPSHOT-bin.tar.gz
>>
>> On Thu, May 2, 2013 at 8:11 PM, liushaohui <li...@xiaomi.com> wrote:
>>
>>  hi all:
>>>
>>> In hbase 0.94,  we archive the hbase-0.94.3-SNAPSHOT.tar.gz from hbase
>>> sources using mvn command:
>>>
>>> mvn clean package -DskipTests -Dtar
>>>
>>> But it doesn't work on hbase trunk.  From the search result, i try this
>>> cmd in hbase trunk
>>>
>>> mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:assembly
>>>
>>> The output show:
>>>
>>> [INFO] Assemblies have been skipped per configuration of the skipAssembly
>>> parameter.
>>> ....
>>>
>>> Any one can help me ? thx.
>>>
>>>
>>>
>>>
>>>
>>>
>

Re: how to package hbase-0.97.0-SNAPSHOT.tar.gz from trunk source

Posted by liushaohui <li...@xiaomi.com>.
It works. Thanks, Ted.

I think we should record this on the hbase doc.


On 05/03/2013 11:45 AM, Ted Yu wrote:
> Can you try:
> mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:single
>
> I got:
>
> $ ls -l hbase-assembly/target/hbase-0.97.0-SNAPSHOT-bin.tar.gz
> -rw-r--r--  1 tyu  staff  62178356 May  2 20:43
> hbase-assembly/target/hbase-0.97.0-SNAPSHOT-bin.tar.gz
>
> On Thu, May 2, 2013 at 8:11 PM, liushaohui <li...@xiaomi.com> wrote:
>
>> hi all:
>>
>> In hbase 0.94,  we archive the hbase-0.94.3-SNAPSHOT.tar.gz from hbase
>> sources using mvn command:
>>
>> mvn clean package -DskipTests -Dtar
>>
>> But it doesn't work on hbase trunk.  From the search result, i try this
>> cmd in hbase trunk
>>
>> mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:assembly
>>
>> The output show:
>>
>> [INFO] Assemblies have been skipped per configuration of the skipAssembly
>> parameter.
>> ....
>>
>> Any one can help me ? thx.
>>
>>
>>
>>
>>


Re: how to package hbase-0.97.0-SNAPSHOT.tar.gz from trunk source

Posted by Ted Yu <yu...@gmail.com>.
Can you try:
mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:single

I got:

$ ls -l hbase-assembly/target/hbase-0.97.0-SNAPSHOT-bin.tar.gz
-rw-r--r--  1 tyu  staff  62178356 May  2 20:43
hbase-assembly/target/hbase-0.97.0-SNAPSHOT-bin.tar.gz

On Thu, May 2, 2013 at 8:11 PM, liushaohui <li...@xiaomi.com> wrote:

> hi all:
>
> In hbase 0.94,  we archive the hbase-0.94.3-SNAPSHOT.tar.gz from hbase
> sources using mvn command:
>
> mvn clean package -DskipTests -Dtar
>
> But it doesn't work on hbase trunk.  From the search result, i try this
> cmd in hbase trunk
>
> mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:assembly
>
> The output show:
>
> [INFO] Assemblies have been skipped per configuration of the skipAssembly
> parameter.
> ....
>
> Any one can help me ? thx.
>
>
>
>
>