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 <liushao...@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 <liushao...@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. >>> >>> >>> >>> >>> >>> >