Explorar o código

[doc] Last update

Romain Rigaux %!s(int64=12) %!d(string=hai) anos
pai
achega
28f0c22ee3

+ 1 - 1
apps/beeswax/src/beeswax/templates/watch_wait.mako

@@ -33,7 +33,7 @@ ${layout.menubar(section='query')}
 		<div class="span3">
 			<div class="well sidebar-nav
 			    % if app_name == 'impala':
-			      hive
+			      hide
 			    % endif
 			">
 				<ul class="nav nav-list">

+ 1 - 1
apps/help/src/help/tests.py

@@ -26,7 +26,7 @@ def test_about():
 
   # Test default output
   response = c.get('/help/')
-  assert_true("Welcome to Hue!" in response.content)
+  assert_true("Introducing Hue" in response.content)
 
   # Test default to index.md
   response = c.get("/help/about/")

+ 5 - 5
apps/impala/static/help/index.html

@@ -6,11 +6,11 @@
 <h2><a name="ClouderaImpalaQueryUI-Contents"></a>Contents</h2>
 
 <style type='text/css'>/*<![CDATA[*/
-div.rbtoc1359395594328 {margin-left: 1.5em;padding: 0px;}
-div.rbtoc1359395594328 ul {margin-left: 0px;padding-left: 20px;}
-div.rbtoc1359395594328 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1360778487663 {margin-left: 1.5em;padding: 0px;}
+div.rbtoc1360778487663 ul {margin-left: 0px;padding-left: 20px;}
+div.rbtoc1360778487663 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class='rbtoc1359395594328'>
+/*]]>*/</style><div class='rbtoc1360778487663'>
 <ul>
     <li><a href='#ClouderaImpalaQueryUI-IntroducingClouderaImpalaQueryUI'>Introducing Cloudera Impala Query UI</a></li>
     <li><a href='#ClouderaImpalaQueryUI-ClouderaImpalaQueryUIandInstallationandConfiguration'>Cloudera Impala Query UI and Installation and Configuration</a></li>
@@ -39,7 +39,7 @@ div.rbtoc1359395594328 li {margin-left: 0px;padding-left: 0px;}
 
 <h1><a name="ClouderaImpalaQueryUI-WorkingwithQueries"></a>Working with Queries</h1>
 
-<p>The Query Editor view lets you create queries in the <a href="https://ccp.cloudera.com/display/IMPALA10BETADOC/Language+Reference">Cloudera Impala Query Language</a>, which is similar to Structured Query Language (SQL). You can name and save your queries to use later.   When you submit a query, you can either wait for the query to complete, or return later to find the queries in the <b>History</b> view. You can also request receive an email message after the query is completed.</p>
+<p>The Query Editor view lets you create queries in the <a href="https://ccp.cloudera.com/display/IMPALA10BETADOC/Language+Reference">Cloudera Impala Query Language</a>, which is based on the Hive Standard Query Language (HiveQL). You can name and save your queries to use later.   When you submit a query, you can either wait for the query to complete, or return later to find the queries in the <b>History</b> view.</p>
 
 <h3><a name="ClouderaImpalaQueryUI-CreatingandRunningQueries"></a>Creating and Running Queries</h3>
 

+ 6 - 6
apps/oozie/static/help/index.html

@@ -11,11 +11,11 @@
 <h2><a name="OozieEditorandDashboard-Contents"></a>Contents</h2>
 
 <style type='text/css'>/*<![CDATA[*/
-div.rbtoc1359479446372 {margin-left: 1.5em;padding: 0px;}
-div.rbtoc1359479446372 ul {margin-left: 0px;padding-left: 20px;}
-div.rbtoc1359479446372 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1360779583763 {margin-left: 1.5em;padding: 0px;}
+div.rbtoc1360779583763 ul {margin-left: 0px;padding-left: 20px;}
+div.rbtoc1360779583763 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class='rbtoc1359479446372'>
+/*]]>*/</style><div class='rbtoc1360779583763'>
 <ul>
     <li><a href='#OozieEditorandDashboard-IntroducingOozieEditor%2FDashboard'>Introducing Oozie Editor/Dashboard</a></li>
     <li><a href='#OozieEditorandDashboard-Oozie%26nbsp%3BEditor%2FDashboard%26nbsp%3BInstallationandConfiguration'>Oozie&nbsp;Editor/Dashboard&nbsp;Installation and Configuration</a></li>
@@ -415,10 +415,10 @@ vertical-align: center;
 
 <ol>
 	<li>Type a name, select the workflow, check the Is shared checkbox to share the job, and click <b>Next</b>. If the Coordinator Editor was opened after scheduling a workflow, the workflow will be set.</li>
-	<li>Select how many times the communicator will run for each specified unit, the start and end times of the coordinator, and the timezone of the start and end times, and click <b>Next</b>.</li>
+	<li>Select how many times the communicator will run for each specified unit, the start and end times of the coordinator, the timezone of the start and end times, and click <b>Next</b>. The start and end times must be expressed as UTC times. For example, to run at 10 pm PST, specify a start time of 6 am UTC of the following day (+8 hours) and set the Timezone field to America/Los_Angeles.</li>
 	<li>Click <b>Add</b> to select an input dataset and click <b>Next</b>. If no datasets exist, follow the procedure in <a href="#OozieEditorandDashboard-CreatingaDataset">Creating a Dataset</a>.</li>
 	<li>Click <b>Add</b> to select an output dataset.  Click <b>Save coordinator</b> or click <b>Next</b> to specify advanced settings.</li>
-	<li>To share the coordinator with all users, check the&nbsp;<b>Is shared</b>&nbsp;checkbox.</li>
+	<li>To share the coordinator with all users, check the <b>Is shared</b> checkbox.</li>
 	<li>Fill in parameters to pass to Oozie, properties that determine how long a coordinator will wait before timing out, how many coordinators can run and wait concurrently, and the coordinator execution policy.</li>
 	<li>Click <b>Save coordinator</b>.</li>
 </ol>

+ 6 - 6
apps/shell/src/shell/static/help/index.html

@@ -1,17 +1,17 @@
 <h1><a name="HueShell-IntroducingHueShell"></a>Introducing Hue Shell</h1>
 
-<p>The Hue Shell application provides access to the Pig, HBase, and Sqoop2 command-line shells. The Shell application is designed to have the same look and feel as a Unix terminal. In addition to the shells configured by default, it is possible to include almost any process that exposes a command-line interface as an option in this Hue application.</p>
+<p>The Hue Shell application provides access to the Pig, HBase, and Sqoop 2 command-line shells. The Shell application is designed to have the same look and feel as a Unix terminal. In addition to the shells configured by default, it is possible to include almost any process that exposes a command-line interface as an option in this Hue application.</p>
 
 
 
 <h2><a name="HueShell-Contents"></a>Contents</h2>
 
 <style type='text/css'>/*<![CDATA[*/
-div.rbtoc1359395679628 {margin-left: 1.5em;padding: 0px;}
-div.rbtoc1359395679628 ul {margin-left: 0px;padding-left: 20px;}
-div.rbtoc1359395679628 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1360721308484 {margin-left: 1.5em;padding: 0px;}
+div.rbtoc1360721308484 ul {margin-left: 0px;padding-left: 20px;}
+div.rbtoc1360721308484 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class='rbtoc1359395679628'>
+/*]]>*/</style><div class='rbtoc1360721308484'>
 <ul>
     <li><a href='#HueShell-IntroducingHueShell'>Introducing Hue Shell</a></li>
     <li><a href='#HueShell-HueShellInstallationandConfiguration'>Hue Shell Installation and Configuration</a></li>
@@ -80,7 +80,7 @@ vertical-align: center;
 <ul>
 	<li><a href="http://archive.cloudera.com/cdh4/cdh/4/pig/">Pig</a></li>
 	<li><a href="http://archive.cloudera.com/cdh4/cdh/4/hbase/">HBase</a></li>
-	<li><a href="http://archive.cloudera.com/cdh4/cdh/4/sqoop2/">Sqoop</a></li>
+	<li><a href="http://archive.cloudera.com/cdh4/cdh/4/sqoop2/">Sqoop 2</a></li>
 </ul>