瀏覽代碼

HUE-7833 [doc] Smaller font for the tables

Some misc improvements too.
Romain Rigaux 8 年之前
父節點
當前提交
ad4b99e
共有 2 個文件被更改,包括 33 次插入21 次删除
  1. 1 0
      docs/docbook.css
  2. 32 21
      docs/user-guide/user-guide.md

+ 1 - 0
docs/docbook.css

@@ -116,6 +116,7 @@ table {
 }
 }
 
 
 table {
 table {
+	font-size: 11px;
   border: 1px solid #e5e5e5;
   border: 1px solid #e5e5e5;
   border-collapse: separate;
   border-collapse: separate;
   *border-collapse: collapse;
   *border-collapse: collapse;

+ 32 - 21
docs/user-guide/user-guide.md

@@ -434,19 +434,8 @@ configuration file to false.
 ![image](images/note.jpg) **Note**: The [Job Browser](#impala-queries) integrates nicely with the Impala Query Editor.
 ![image](images/note.jpg) **Note**: The [Job Browser](#impala-queries) integrates nicely with the Impala Query Editor.
 
 
 ### MySQL
 ### MySQL
-### SparkSQL
 ### Oracle
 ### Oracle
-### Phoenix
-### Presto
-### Drill
-### Kylin
-
-Apache Kylin is an open-source online analytical processing (OLAP) engine.
-See how to configure the [Kylin Query Editor](http://gethue.com/using-hue-to-interact-with-apache-kylin/).
-
-### PostgreSQL
-### Redshift
-### BigQuery
+### KSQL / Kafka SQL
 ### Solr SQL
 ### Solr SQL
 
 
 With Solr 5+, query collections like we would query a regular Hive or Impala table.
 With Solr 5+, query collections like we would query a regular Hive or Impala table.
@@ -461,8 +450,19 @@ As Solr SQL is pretty recent, there are some caveats, notably Solr lacks support
 
 
 which prevents a SQL UX experience comparable to the standard other databases (but we track it in [HUE-3686](https://issues.cloudera.org/browse/HUE-3686)).
 which prevents a SQL UX experience comparable to the standard other databases (but we track it in [HUE-3686](https://issues.cloudera.org/browse/HUE-3686)).
 
 
+### Presto
+### PostgreSQL
+### Redshift
+### BigQuery
+### AWS Athena
+### Spark SQL
+### Phoenix
+### Kylin
+Apache Kylin is an open-source online analytical processing (OLAP) engine.
+See how to configure the [Kylin Query Editor](http://gethue.com/using-hue-to-interact-with-apache-kylin/).
+
 ### Others
 ### Others
-Extend [connectors](../sdk/sdk.html#sql).
+Extend with JDBC or your own [connectors](../sdk/sdk.html#sql).
 
 
 ## Jobs
 ## Jobs
 
 
@@ -536,7 +536,7 @@ A Shell job design consists of a shell command.
 
 
 <table>
 <table>
 <tr><td>Command</td><td>The shell command.</td></tr>
 <tr><td>Command</td><td>The shell command.</td></tr>
-<tr><td></td>Capture output<td>Indicate whether to capture the output of the command.</td></tr>
+<tr><td>Capture output</td><td>Indicate whether to capture the output of the command.</td></tr>
 </table>
 </table>
 
 
 [Read more about it here](http://gethue.com/use-the-shell-action-in-oozie/).
 [Read more about it here](http://gethue.com/use-the-shell-action-in-oozie/).
@@ -605,7 +605,7 @@ Read more about extending [connectors](../sdk/sdk.html#spark-livy).
 
 
 
 
 # Dashboards
 # Dashboards
-Dashboards are an interactive way to explore your data quickly and easily. No programming is required and the analysis is done by drag & drops and clicks. They support Solr and SQL.
+Dashboards are an interactive way to explore your data quickly and easily. No programming is required and the analysis is done by drag & drops and clicks.
 
 
 Read more about [Dashboards](http://gethue.com/search-dashboards/).
 Read more about [Dashboards](http://gethue.com/search-dashboards/).
 
 
@@ -613,12 +613,15 @@ Read more about [Dashboards](http://gethue.com/search-dashboards/).
 
 
 Simply drag & drop widgets that are interconnected together. This is great for exploring new datasets or monitoring without having to type.
 Simply drag & drop widgets that are interconnected together. This is great for exploring new datasets or monitoring without having to type.
 
 
+### Solr
+### SQL
+
 ## Reports
 ## Reports
 
 
 This is work in progress but dashboards will soon offer a classic reporting option.
 This is work in progress but dashboards will soon offer a classic reporting option.
 
 
 ## SDK
 ## SDK
-Read more about extending [connectors](../sdk/sdk.html#sql).
+Read more about extending [connectors](../sdk/sdk.html#dashboard).
 
 
 
 
 # Browsers
 # Browsers
@@ -920,9 +923,9 @@ column.
 4.  To return to the list of tasks for the current job, click the task
 4.  To return to the list of tasks for the current job, click the task
     number in the status panel at the left of the window.
     number in the status panel at the left of the window.
 
 
-## Types
-### YARN (Spark, MapReduce)
-### Impala Queries
+### Types
+#### YARN (Spark, MapReduce)
+#### Impala Queries
 
 
 There are three ways to access the new browser:
 There are three ways to access the new browser:
 
 
@@ -942,8 +945,13 @@ Query capabilities
 Read more about it on [Browsing Impala Query Execution within the SQL Editor
 Read more about it on [Browsing Impala Query Execution within the SQL Editor
 ](http://gethue.com/browsing-impala-query-execution-within-the-sql-editor/).
 ](http://gethue.com/browsing-impala-query-execution-within-the-sql-editor/).
 
 
-### Workflow / Schedules (Oozie)
-### Livy / Spark
+#### Workflow / Schedules (Oozie)
+
+List submitted workflows, schedules and bundles.
+
+#### Livy / Spark
+
+List Livy sessions and submitted statements.
 
 
 # Scheduler
 # Scheduler
 The application lets you build workflows and then schedule them to run regularly automatically.
 The application lets you build workflows and then schedule them to run regularly automatically.
@@ -1397,6 +1405,9 @@ and specify the correct hostnames and ports:
           ## rest_url=http://localhost:9998
           ## rest_url=http://localhost:9998
 </pre>
 </pre>
 
 
+## Git
+
+A basic read only version is done [HUE-951](https://issues.cloudera.org/browse/HUE-951).
 
 
    </div>
    </div>
 </div>
 </div>