Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "Hbase/MavenPrimer" page has been changed by jgray.
http://wiki.apache.org/hadoop/Hbase/MavenPrimer?action=diff&rev1=11&rev2=12

--------------------------------------------------

  
  You'll definitely want to setup an environment variable ala:
  
- export MAVEN_OPTS="-Xmx512m"
+ {{{export MAVEN_OPTS="-Xmx512m"}}}
  
  as there are a few things within the build that require more than the 
standard JVM memory allows.  
  
@@ -43, +43 @@

  
  From the top-level directory:
  
- mvn -DskipTests package
+ {{{mvn -DskipTests package}}}
  
  you'll find the jars under the 'target' sub-directory of each sub-module, so 
'hbase/core/target/hbase-core-0.20.1.jar' is effectively the original 
'hbase.jar' produced previously.
  
@@ -52, +52 @@

  
  From the top-level directory:
  
- mvn install assembly:assembly
+ {{{mvn install assembly:assembly}}}
  
  In the top-level 'hbase/target' directory you will find a set of tar balls 
and zip files.  the '-bin' contains something akin to the original HBase 
release tar ball.  The -'project' and -'src' are there to provide an archive of 
the entire Maven project as it stood during release, and a slimmer, source-only 
bundle respectively.  
  
@@ -61, +61 @@

  
  sure, just:
  
- cd core
+ {{{cd core}}}<br />
- mvn -DskipTests package
+ {{{mvn -DskipTests package}}}
  
  look in the target sub-directory.
  

Reply via email to