You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by yo...@apache.org on 2016/10/27 23:47:59 UTC

[1/3] incubator-hawq-docs git commit: remove submenu from first level PXF subnav topics

Repository: incubator-hawq-docs
Updated Branches:
  refs/heads/book 39f094d94 -> c63097d47


remove submenu from first level PXF subnav topics


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/339c8b41
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/339c8b41
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/339c8b41

Branch: refs/heads/book
Commit: 339c8b41f6d63e83f4a3ab34bb565c0796b2293d
Parents: 39f094d
Author: Lisa Owen <lo...@pivotal.io>
Authored: Thu Oct 27 14:44:51 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Thu Oct 27 14:44:51 2016 -0700

----------------------------------------------------------------------
 .../source/subnavs/apache-hawq-nav.erb          | 60 ++------------------
 1 file changed, 6 insertions(+), 54 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/339c8b41/master_middleman/source/subnavs/apache-hawq-nav.erb
----------------------------------------------------------------------
diff --git a/master_middleman/source/subnavs/apache-hawq-nav.erb b/master_middleman/source/subnavs/apache-hawq-nav.erb
index 1740f3e..5a5b07d 100644
--- a/master_middleman/source/subnavs/apache-hawq-nav.erb
+++ b/master_middleman/source/subnavs/apache-hawq-nav.erb
@@ -348,62 +348,14 @@
           </li>
           <li class="has_submenu"><a href="/20/pxf/HawqExtensionFrameworkPXF.html">Working with PXF and External Data</a>
             <ul>
-              <li class="has_submenu"><a href="/20/pxf/InstallPXFPlugins.html">Installing PXF Plugins</a>
-                <ul>
-                  <li><a href="/20/pxf/InstallPXFPlugins.html#topic_qsz_wq5_25">Installing the PXF HDFS Plugin</a></li>
-                  <li><a href="/20/pxf/InstallPXFPlugins.html#topic_s1y_1v5_25">Installing the PXF Hive Plugin</a></li>
-                  <li><a href="/20/pxf/InstallPXFPlugins.html#topic_std_cv5_25">Installing the PXF HBase Plugin</a></li>
-                  <li><a href="/20/pxf/InstallPXFPlugins.html#directories_and_logs">Installation and Log File Directories</a></li>
-                </ul>
-              </li>
-              <li class="has_submenu"><a href="/20/pxf/ConfigurePXF.html">Configuring PXF</a>
-                <ul>
-                  <li><a href="/20/pxf/ConfigurePXF.html#settingupthejavaclasspath">Setting up the Java Classpath</a></li>
-                  <li><a href="/20/pxf/ConfigurePXF.html#settingupthejvmcommandlineoptionsforpxfservice">Setting up the JVM Command Line Options for the PXF Service</a></li>
-                  <li><a href="/20/pxf/ConfigurePXF.html#topic_i3f_hvm_ss">Using PXF on a Secure HDFS Cluster</a></li>
-                  <li><a href="/20/pxf/ConfigurePXF.html#credentialsforremoteservices">Credentials for Remote Services</a></li>
-                </ul>
-              </li>
+              <li><a href="/20/pxf/InstallPXFPlugins.html">Installing PXF Plugins</a></li>
+              <li><a href="/20/pxf/ConfigurePXF.html">Configuring PXF</a></li>
               <li><a href="/20/pxf/HDFSFileDataPXF.html">Accessing HDFS File Data</a></li>
               <li><a href="/20/pxf/HivePXF.html">Accessing Hive Data</a></li>
-              <li class="has_submenu"><a href="/20/pxf/HBasePXF.html">Accessing HBase Data</a>
-                <ul>
-                  <li><a href="/20/pxf/HBasePXF.html#installingthepxfhbaseplugin">Prerequisites</a></li>
-                  <li><a href="/20/pxf/HBasePXF.html#syntax3">Syntax</a></li>
-                  <li><a href="/20/pxf/HBasePXF.html#columnmapping">Column Mapping</a></li>
-                  <li><a href="/20/pxf/HBasePXF.html#rowkey">Row Key</a></li>
-                  <li><a href="/20/pxf/HBasePXF.html#directmapping">Direct Mapping</a></li>
-                  <li><a href="/20/pxf/HBasePXF.html#indirectmappingvialookuptable">Indirect Mapping (via Lookup Table)</a></li>
-                </ul>
-              </li>
-              <li class="has_submenu"><a href="/20/pxf/ReadWritePXF.html">Using Profiles to Read and Write Data</a>
-                <ul>
-                  <li><a href="/20/pxf/ReadWritePXF.html#built-inprofiles">Built-In Profiles</a></li>
-                  <li><a href="/20/pxf/ReadWritePXF.html#addingandupdatingprofiles">Adding and Updating Profiles</a></li>
-                  <li><a href="/20/pxf/ReadWritePXF.html#customprofileexample">Custom Profile Example</a></li>
-                </ul>
-              </li>
-              <li class="has_submenu"><a href="/20/pxf/PXFExternalTableandAPIReference.html">PXF External Tables and API</a>
-                <ul>
-                  <li><a href="/20/pxf/PXFExternalTableandAPIReference.html#creatinganexternaltable">Creating an External Table</a></li>
-                  <li class="has_submenu"><a href="/20/pxf/PXFExternalTableandAPIReference.html#aboutthejavaclassservicesandformats">About the Java Class Services and Formats</a>
-                    <ul>
-                      <li><a href="/20/pxf/PXFExternalTableandAPIReference.html#fragmenter">Fragmenter</a></li>
-                      <li><a href="/20/pxf/PXFExternalTableandAPIReference.html#accessor">Accessor</a></li>
-                      <li><a href="/20/pxf/PXFExternalTableandAPIReference.html#resolver">Resolver</a></li>
-                    </ul>
-                  </li>
-                  <li><a href="/20/pxf/PXFExternalTableandAPIReference.html#aboutcustomprofiles">About Custom Profiles</a></li>
-                  <li><a href="/20/pxf/PXFExternalTableandAPIReference.html#aboutqueryfilterpush-down">About Query Filter Push-Down</a></li>
-                  <li class="has_submenu"><a href="/20/pxf/PXFExternalTableandAPIReference.html#reference">Examples</a>
-                    <ul>
-                      <li><a href="/20/pxf/PXFExternalTableandAPIReference.html#externaltableexamples">External Table Examples</a></li>
-                      <li><a href="/20/pxf/PXFExternalTableandAPIReference.html#pluginexamples">Plugin Examples</a></li>
-                    </ul>
-                  </li>
-                  <li><a href="/20/pxf/PXFExternalTableandAPIReference.html#topic_b44_yw4_c5">Renamed Package Reference</a></li>
-                </ul>
-              </li>
+              <li><a href="/20/pxf/HBasePXF.html">Accessing HBase Data</a></li>
+              <li><a href="/20/pxf/JsonPXF.html">Accessing JSON Data</a></li>
+              <li><a href="/20/pxf/ReadWritePXF.html">Using Profiles to Read and Write Data</a></li>
+              <li><a href="/20/pxf/PXFExternalTableandAPIReference.html">PXF External Tables and API</a></li>
               <li><a href="/20/pxf/TroubleshootingPXF.html">Troubleshooting PXF</a></li>
             </ul>
           </li>


[2/3] incubator-hawq-docs git commit: change names of PXF and Managing Data topics

Posted by yo...@apache.org.
change names of PXF and Managing Data topics


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/e36decf7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/e36decf7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/e36decf7

Branch: refs/heads/book
Commit: e36decf7668cb23879100651413703abd313cd15
Parents: 339c8b4
Author: Lisa Owen <lo...@pivotal.io>
Authored: Thu Oct 27 14:58:37 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Thu Oct 27 14:58:37 2016 -0700

----------------------------------------------------------------------
 master_middleman/source/subnavs/apache-hawq-nav.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/e36decf7/master_middleman/source/subnavs/apache-hawq-nav.erb
----------------------------------------------------------------------
diff --git a/master_middleman/source/subnavs/apache-hawq-nav.erb b/master_middleman/source/subnavs/apache-hawq-nav.erb
index 5a5b07d..e0a94ae 100644
--- a/master_middleman/source/subnavs/apache-hawq-nav.erb
+++ b/master_middleman/source/subnavs/apache-hawq-nav.erb
@@ -235,7 +235,7 @@
           </li>
         </ul>
       </li>
-      <li class="has_submenu"><a href="/20/datamgmt/dml.html">Managing Data</a>
+      <li class="has_submenu"><a href="/20/datamgmt/dml.html">Managing Data with HAWQ</a>
         <ul>
           <li><a href="/20/datamgmt/BasicDataOperations.html">Basic Data Operations</a></li>
           <li><a href="/20/datamgmt/about_statistics.html">About Database Statistics</a></li>
@@ -346,7 +346,7 @@
               </li>
             </ul>
           </li>
-          <li class="has_submenu"><a href="/20/pxf/HawqExtensionFrameworkPXF.html">Working with PXF and External Data</a>
+          <li class="has_submenu"><a href="/20/pxf/HawqExtensionFrameworkPXF.html">Using PXF with Unmanaged Data</a>
             <ul>
               <li><a href="/20/pxf/InstallPXFPlugins.html">Installing PXF Plugins</a></li>
               <li><a href="/20/pxf/ConfigurePXF.html">Configuring PXF</a></li>


[3/3] incubator-hawq-docs git commit: move PXF section to first level subnav

Posted by yo...@apache.org.
move PXF section to first level subnav


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/c63097d4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/c63097d4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/c63097d4

Branch: refs/heads/book
Commit: c63097d472251865f6d302c6885f8950dd299206
Parents: e36decf
Author: Lisa Owen <lo...@pivotal.io>
Authored: Thu Oct 27 15:17:48 2016 -0700
Committer: Lisa Owen <lo...@pivotal.io>
Committed: Thu Oct 27 15:17:48 2016 -0700

----------------------------------------------------------------------
 master_middleman/source/subnavs/apache-hawq-nav.erb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/c63097d4/master_middleman/source/subnavs/apache-hawq-nav.erb
----------------------------------------------------------------------
diff --git a/master_middleman/source/subnavs/apache-hawq-nav.erb b/master_middleman/source/subnavs/apache-hawq-nav.erb
index e0a94ae..0e52403 100644
--- a/master_middleman/source/subnavs/apache-hawq-nav.erb
+++ b/master_middleman/source/subnavs/apache-hawq-nav.erb
@@ -346,7 +346,10 @@
               </li>
             </ul>
           </li>
-          <li class="has_submenu"><a href="/20/pxf/HawqExtensionFrameworkPXF.html">Using PXF with Unmanaged Data</a>
+          <li><a href="/20/datamgmt/HAWQInputFormatforMapReduce.html">HAWQ InputFormat for MapReduce</a></li>
+        </ul>
+      </li>
+      <li class="has_submenu"><a href="/20/pxf/HawqExtensionFrameworkPXF.html">Using PXF with Unmanaged Data</a>
             <ul>
               <li><a href="/20/pxf/InstallPXFPlugins.html">Installing PXF Plugins</a></li>
               <li><a href="/20/pxf/ConfigurePXF.html">Configuring PXF</a></li>
@@ -358,9 +361,6 @@
               <li><a href="/20/pxf/PXFExternalTableandAPIReference.html">PXF External Tables and API</a></li>
               <li><a href="/20/pxf/TroubleshootingPXF.html">Troubleshooting PXF</a></li>
             </ul>
-          </li>
-          <li><a href="/20/datamgmt/HAWQInputFormatforMapReduce.html">HAWQ InputFormat for MapReduce</a></li>
-        </ul>
       </li>
       <li class="has_submenu"><a href="/20/query/query.html">Querying Data</a>
         <ul>