You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by jm...@apache.org on 2017/02/15 16:21:03 UTC

svn commit: r1783120 - in /phoenix/site: publish/ publish/language/ source/src/site/markdown/

Author: jmahonin
Date: Wed Feb 15 16:21:03 2017
New Revision: 1783120

URL: http://svn.apache.org/viewvc?rev=1783120&view=rev
Log:
- Fix up spark docs to be a bit more clear about client JAR
- Add 'phoenix.mapreduce.split.by.stats' to tuning page

Modified:
    phoenix/site/publish/language/datatypes.html
    phoenix/site/publish/language/functions.html
    phoenix/site/publish/language/index.html
    phoenix/site/publish/phoenix_spark.html
    phoenix/site/publish/tuning.html
    phoenix/site/source/src/site/markdown/phoenix_spark.md
    phoenix/site/source/src/site/markdown/tuning.md

Modified: phoenix/site/publish/language/datatypes.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/datatypes.html?rev=1783120&r1=1783119&r2=1783120&view=diff
==============================================================================
--- phoenix/site/publish/language/datatypes.html (original)
+++ phoenix/site/publish/language/datatypes.html Wed Feb 15 16:21:03 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-06
+ Generated by Apache Maven Doxia at 2017-02-15
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/functions.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/functions.html?rev=1783120&r1=1783119&r2=1783120&view=diff
==============================================================================
--- phoenix/site/publish/language/functions.html (original)
+++ phoenix/site/publish/language/functions.html Wed Feb 15 16:21:03 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-06
+ Generated by Apache Maven Doxia at 2017-02-15
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/language/index.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/language/index.html?rev=1783120&r1=1783119&r2=1783120&view=diff
==============================================================================
--- phoenix/site/publish/language/index.html (original)
+++ phoenix/site/publish/language/index.html Wed Feb 15 16:21:03 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-06
+ Generated by Apache Maven Doxia at 2017-02-15
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">

Modified: phoenix/site/publish/phoenix_spark.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/phoenix_spark.html?rev=1783120&r1=1783119&r2=1783120&view=diff
==============================================================================
--- phoenix/site/publish/phoenix_spark.html (original)
+++ phoenix/site/publish/phoenix_spark.html Wed Feb 15 16:21:03 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-06
+ Generated by Apache Maven Doxia at 2017-02-15
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -176,7 +176,7 @@
   <div class="section"> 
    <h4 id="Spark_setup">Spark setup</h4> 
    <ol style="list-style-type: decimal"> 
-    <li>To ensure that all requisite Phoenix / HBase platform dependencies are available on the classpath for the Spark executors and drivers, set both ‘<i>spark.executor.extraClassPath</i>’ and ‘<i>spark.driver.extraClassPath</i>’ in spark-defaults.conf to include the ‘phoenix-<i><tt>&lt;version&gt;</tt></i>-client-<b>spark</b>.jar’ Note that for Phoenix versions <tt>&lt;</tt> 4.7.0, you must use the ‘phoenix-<i><tt>&lt;version&gt;</tt></i>-client.jar’</li> 
+    <li>To ensure that all requisite Phoenix / HBase platform dependencies are available on the classpath for the Spark executors and drivers, set both ‘<i>spark.executor.extraClassPath</i>’ and ‘<i>spark.driver.extraClassPath</i>’ in spark-defaults.conf to include the ‘phoenix-<i><tt>&lt;version&gt;</tt></i>-client.jar’ Note that for Phoenix versions 4.7 and 4.8 you must use the ‘phoenix-<i><tt>&lt;version&gt;</tt></i>-client-spark.jar’</li> 
     <li>Add the following dependency to your build:</li> 
    </ol> 
    <div class="source"> 

Modified: phoenix/site/publish/tuning.html
URL: http://svn.apache.org/viewvc/phoenix/site/publish/tuning.html?rev=1783120&r1=1783119&r2=1783120&view=diff
==============================================================================
--- phoenix/site/publish/tuning.html (original)
+++ phoenix/site/publish/tuning.html Wed Feb 15 16:21:03 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2017-02-06
+ Generated by Apache Maven Doxia at 2017-02-15
  Rendered using Reflow Maven Skin 1.1.0 (http://andriusvelykis.github.io/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -415,6 +415,11 @@
    <td style="text-align: left;"> Determines whether or not transactions are enabled in Phoenix. A table may not be declared as transactional if transactions are disabled. Default is false. This is a client side parameter. Available starting from Phoenix 4.7.</td> 
    <td>false</td> 
   </tr> 
+  <tr class="b"> 
+   <td><small>phoenix.mapreduce.split.by.stats</small></td> 
+   <td style="text-align: left;">Determines whether to use the splits determined by stastics for MapReduce input splits. Default is true. This is a server side parameter. Available starting from Phoenix 4.10. Set to false to enable behavior from previous versions.</td> 
+   <td>true</td> 
+  </tr> 
  </tbody> 
 </table> 
 <br />

Modified: phoenix/site/source/src/site/markdown/phoenix_spark.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/phoenix_spark.md?rev=1783120&r1=1783119&r2=1783120&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/phoenix_spark.md (original)
+++ phoenix/site/source/src/site/markdown/phoenix_spark.md Wed Feb 15 16:21:03 2017
@@ -26,8 +26,8 @@ The choice of which method to use to acc
 
 1. To ensure that all requisite Phoenix / HBase platform dependencies are available on the classpath 
 for the Spark executors and drivers, set both '_spark.executor.extraClassPath_' and 
-'_spark.driver.extraClassPath_' in spark-defaults.conf to include the 'phoenix-_`<version>`_-client-**spark**.jar'
-Note that for Phoenix versions `<` 4.7.0, you must use the 'phoenix-_`<version>`_-client.jar'
+'_spark.driver.extraClassPath_' in spark-defaults.conf to include the 'phoenix-_`<version>`_-client.jar'
+Note that for Phoenix versions 4.7 and 4.8 you must use the 'phoenix-_`<version>`_-client-spark.jar'
 2. Add the following dependency to your build:
 
 ```

Modified: phoenix/site/source/src/site/markdown/tuning.md
URL: http://svn.apache.org/viewvc/phoenix/site/source/src/site/markdown/tuning.md?rev=1783120&r1=1783119&r2=1783120&view=diff
==============================================================================
--- phoenix/site/source/src/site/markdown/tuning.md (original)
+++ phoenix/site/source/src/site/markdown/tuning.md Wed Feb 15 16:21:03 2017
@@ -142,5 +142,6 @@ overridden at connection
 <tr><td><small>phoenix.table.default.store.nulls</small></td><td style="text-align: left;">The default value of the STORE_NULLS flag used for table creation which determines whether or not null values should be explicitly stored in HBase. Default is false. This is a client side parameter. Available starting from Phoenix 4.3.</td><td>false</td></tr>
 <tr><td><small>phoenix.table.istransactional.default</small></td><td style="text-align: left;">The default value of the TRANSACTIONAL flag used for table creation which determines whether or not a table is transactional . Default is false. This is a client side parameter. Available starting from Phoenix 4.7.</td><td>false</td></tr>
 <tr><td><small>phoenix.transactions.enabled</small></td><td style="text-align: left;"> Determines whether or not transactions are enabled in Phoenix. A table may not be declared as transactional if transactions are disabled. Default is false. This is a client side parameter. Available starting from Phoenix 4.7.</td><td>false</td></tr>
+<tr><td><small>phoenix.mapreduce.split.by.stats</small></td><td style="text-align: left;">Determines whether to use the splits determined by stastics for MapReduce input splits. Default is true. This is a server side parameter. Available starting from Phoenix 4.10. Set to false to enable behavior from previous versions.</td><td>true</td></tr>
 </tbody></table>
 <br />