HBASE-7691 A couple docbook updates
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1439261 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
72efa3a4aa
commit
92ce824b42
|
@ -402,7 +402,7 @@ to ensure well-formedness of your document after an edit session.
|
|||
|
||||
<para>Distributed modes require an instance of the <emphasis>Hadoop
|
||||
Distributed File System</emphasis> (HDFS). See the Hadoop <link
|
||||
xlink:href="http://hadoop.apache.org/common/docs/current/api/overview-summary.html#overview_description">
|
||||
xlink:href="http://hadoop.apache.org/common/docs/r1.1.1/api/overview-summary.html#overview_description">
|
||||
requirements and instructions</link> for how to set up a HDFS. Before
|
||||
proceeding, ensure you have an appropriate, working HDFS.</para>
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ mvn clean package -DskipTests
|
|||
<section xml:id="build.tgz">
|
||||
<title>Building the HBase tarball</title>
|
||||
<para>Do the following to build the HBase tarball.
|
||||
Passing the -Drelease will generate javadoc and run the RAT plugin to verify licenses on source.
|
||||
Passing the -Prelease will generate javadoc and run the RAT plugin to verify licenses on source.
|
||||
<programlisting>% MAVEN_OPTS="-Xmx2g" mvn clean site install assembly:assembly -DskipTests -Prelease</programlisting>
|
||||
</para>
|
||||
</section>
|
||||
|
@ -501,11 +501,13 @@ error will be reported when a non-existent test case is specified.
|
|||
|
||||
<section xml:id="hbase.unittests.cmds.test.profiles">
|
||||
<title>Other test invocation permutations</title>
|
||||
<para>Running <programlisting>mvn test -P runSmallTests</programlisting> will execute small tests only, in a single JVM.
|
||||
<para>Running <programlisting>mvn test -P runSmallTests</programlisting> will execute "small" tests only, using a single JVM.
|
||||
</para>
|
||||
<para>Running <programlisting>mvn test -P runMediumTests</programlisting> will execute medium tests in a single JVM.
|
||||
<para>Running <programlisting>mvn test -P runMediumTests</programlisting> will execute "medium" tests only, launching a new JVM for each test-class.
|
||||
</para>
|
||||
<para>Running <programlisting>mvn test -P runLargeTests</programlisting> execute medium tests in a single JVM.
|
||||
<para>Running <programlisting>mvn test -P runLargeTests</programlisting> will execute "large" tests only, launching a new JVM for each test-class.
|
||||
</para>
|
||||
<para>For convenience, you can run <programlisting>mvn test -P runDevTests</programlisting> to execute both small and medium tests, using a single JVM.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in New Issue