Explorar o código

HUE-680. [doc] Update all the Help doc of each app

Last pass.
Romain Rigaux %!s(int64=13) %!d(string=hai) anos
pai
achega
022f08475d

+ 66 - 24
apps/jobbrowser/static/help/index.html

@@ -1,6 +1,6 @@
 <h1><a name="JobBrowser-IntroducingHueJobBrowser"></a>Introducing Hue Job Browser</h1>
 
-<p>The Hue Job Browser application enables you to examine the Hadoop MapReduce jobs running on your Hadoop cluster. Job Browser presents the job and tasks in layers. The top layer is a list of jobs, and you can double-click a job to view a list of that job's tasks. You can then view a task's attempts and the properties of each attempt, such as state, start and end time, and output size. To troubleshoot failed jobs, you can also view the logs of each attempt. </p>
+<p>The Hue Job Browser application lets you to examine the Hadoop MapReduce jobs running on your Hadoop cluster. Job Browser presents the job and tasks in layers. The top layer is a list of jobs, and you can link to a list of that job's tasks. You can then view a task's attempts and the properties of each attempt, such as state, start and end time, and output size. To troubleshoot failed jobs, you can also view the logs of each attempt. </p>
 
 
 
@@ -8,11 +8,11 @@
 <h2><a name="JobBrowser-Contents"></a>Contents</h2>
 
 <style type='text/css'>/*<![CDATA[*/
-div.rbtoc1334689029994 {margin-left: 1.5em;padding: 0px;}
-div.rbtoc1334689029994 ul {margin-left: 0px;padding-left: 20px;}
-div.rbtoc1334689029994 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1334716834877 {margin-left: 1.5em;padding: 0px;}
+div.rbtoc1334716834877 ul {margin-left: 0px;padding-left: 20px;}
+div.rbtoc1334716834877 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class='rbtoc1334689029994'>
+/*]]>*/</style><div class='rbtoc1334716834877'>
 <ul>
     <li><a href='#JobBrowser-IntroducingHueJobBrowser'>Introducing Hue Job Browser</a></li>
     <li><a href='#JobBrowser-JobBrowserInstallationandConfiguration'>Job Browser Installation and Configuration</a></li>
@@ -21,22 +21,22 @@ div.rbtoc1334689029994 li {margin-left: 0px;padding-left: 0px;}
     <li><a href='#JobBrowser-ViewingJobInformationandLogs'>Viewing Job Information and Logs</a></li>
     <li><a href='#JobBrowser-ViewingJobOutput'>Viewing Job Output</a></li>
 </ul></div>
-<p><br class="atl-forced-newline" /></p>
 
 <p><a name="JobBrowser-JobBrowserInstallationandConfiguration"></a></p>
 <h1><a name="JobBrowser-JobBrowserInstallationandConfiguration"></a>Job Browser Installation and Configuration</h1>
 
-<p>Job Browser is one of the applications that is installed as part of Hue. For more information about installing Hue, see <a href="https://ccp.cloudera.com/display/CDHDOC/Hue+Installation">Hue Installation</a>.</p>
+<p>Job Browser is one of the applications that is installed as part of Hue. For more information about installing Hue, see <a href="https://ccp.cloudera.com/display/CDHDOC/Hue+Installation">Hue Installation</a>.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></p>
 
 <p><a name="JobBrowser-StartingJobBrowser"></a></p>
 <h1><a name="JobBrowser-StartingJobBrowser"></a>Starting Job Browser</h1>
 
 <p>To start Job Browser, click the <b>Job Browser</b> tab in the navigation bar at the top of the Hue web page. </p>
 
-<p>If there are no jobs running, the <b>Welcome to the Job Browser</b> page opens, with links to the Job Designer and Beeswax. </p>
+<p>If there are no jobs that have been run, the <b>Welcome to the Job Browser</b> page opens, with links to the Job Designer and Beeswax. </p>
 
-<p>If there are jobs running, then the <b>Job Browser List</b> window opens.
-<br class="atl-forced-newline" /></p>
+<p>If there are jobs running, then the Job Browser list appears.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></p>
 
 <p><a name="JobBrowser-FilteringtheJobBrowserList"></a></p>
 <h1><a name="JobBrowser-FilteringtheJobBrowserList"></a>Filtering the Job Browser List</h1>
@@ -50,38 +50,79 @@ div.rbtoc1334689029994 li {margin-left: 0px;padding-left: 0px;}
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
 	<li>To filter by job name, enter the name in the <b>Text Filter</b> query box.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
-	<li>To clear the filters, choose <b>All States</b> from the <b>Filter Jobs</b> menu and delete any text in the <b>User Name Filter</b> and <b>Text Filter</b> query boxes.</li>
+	<li>To clear the filters, choose <b>All States</b> from the <b>Filter Jobs</b> menu and delete any text in the <b>User Name Filter</b> and <b>Text Filter</b> query boxes.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
 </ol>
 
 
 <p><a name="JobBrowser-ViewingJobInformationandLogs"></a></p>
 <h1><a name="JobBrowser-ViewingJobInformationandLogs"></a>Viewing Job Information and Logs</h1>
 
-<p><b>To view job information and logs:</b>  </p>
+<p><b>To view job information for an individual job:</b>  </p>
 
 <ol>
-	<li>In the <b>Job Browser</b> window, double-click the job you want to view.
+	<li>In the <b>Job Browser</b> window, click <b>View</b> at the right of the job you want to view.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" />
-The recent tasks associated with the job is displayed.
+This shows the <b>Job</b> page for the job, with the recent tasks associated with the job are displayed in the <b>Tasks</b> tab. 
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>Click the <b>Metadata</b> tab to view the metadata for this job.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
-	<li>To view the attempts for a task, double-click the task.
+	<li>Click the <b>Counters</b> tab to view the counter metrics for the job.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+</ol>
+
+
+<p><b>To view details about the tasks associated with the job:</b></p>
+
+<ol>
+	<li>In the <b>Job</b> window, click the <b>View All Tasks</b> link at the right just above the <b>Recent Tasks</b> list.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" />
+This lists all the tasks associated with the job. 
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>Click <b>Attempts</b> to the right of a task to view the attempts for that task.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+</ol>
+
+
+
+<p><b>To view information about an individual task:</b> </p>
+
+<ol>
+	<li>in the <b>Job</b> window, click the <b>View</b> link to the right of the task.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" />
 The attempts associated with the task are displayed.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
-	<li>To view information about a task attempt, click the <b>Metadata</b> tab.
+	<li>Click the <b>Metadata</b> tab to view metadata for this task.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" />
+The metadata associated with the task is displayed.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>To view the Hadoop counters for a task, click the <b>Counters</b> tab.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" />
+The counters associated with the task is displayed.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>To return to the <b>Job</b> window for this job, click the job number in the status panel at the left of the window.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /> </li>
+</ol>
+
+
+
+<p><b>To view details about a task attempt:</b></p>
+
+<ol>
+	<li>In the <b>Job Task</b> window, click the <b>View</b> link to the right of the task attempt.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" />
-The metadata associated with the attempt is displayed.
+The metadata associated with the attempt is displayed under the <b>Metadata</b> tab.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
-	<li>To view the Hadoop counters for a task attempt, click the <b>Counters</b> tab.
+	<li>To view the Hadoop counters for the task attempt, click the <b>Counters</b> tab.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" />
 The counters associated with the attempt is displayed.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
-	<li>Click the <b>Logs</b> tab.
+	<li>To view the logs associated with the task attempt, click the <b>Logs</b> tab.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" />
-The logs associated with the task attempt is displayed.
+The logs associated with the task attempt are displayed.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>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.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
-	<li>To return to the list of tasks for the current job, click the job number next to <b>Job</b> near the top of the window.
-<br class="atl-forced-newline" /></li>
 </ol>
 
 
@@ -93,8 +134,9 @@ The logs associated with the task attempt is displayed.
 <ol>
 	<li>In the <b>Job Browser</b> window, double-click the job.
 <br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
-	<li>To view the output of the job, click the link next to <b>Output</b> at the top of the screen.
-<br class="atl-forced-newline" /></li>
+	<li>To view the output of the job, click the link under  <b>Output</b> in the status panel at the left of the window.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" />
+This takes you to the job output directory in the <b>File Browser</b>.</li>
 </ol>
 
 

+ 11 - 6
apps/jobsub/static/help/index.html

@@ -3,17 +3,22 @@
 <p>The Job Designer application enables you to create and submit Hadoop Map/Reduce jobs to the Hadoop cluster. You can include variables with your jobs to enable you and other users to enter values for the variables when they run your job. The Job Designer supports streaming, MapReduce, and Java jobs. </p>
 
 
-<div class='panelMacro'><table class='noteMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/static/art/help/warning.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Note:</b> A job's input files must be uploaded to the cluster before you can submit the job.</td></tr></table></div>
+<div class='panelMacro'><table class='noteMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/static/art/help/warning.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Note</b><br /><ul>
+	<li>The Job Designer uses Oozie to submit MapReduce jobs.  Therefore, Oozie must be installed and configured before you can use JobDesigner.</li>
+	<li>A job's input files must be uploaded to the cluster before you can submit the job.
+<br class="atl-forced-newline" /></li>
+</ul>
+</td></tr></table></div>
 
 
 <h2><a name="JobDesigner-Contents"></a>Contents</h2>
 
 <style type='text/css'>/*<![CDATA[*/
-div.rbtoc1334688108126 {margin-left: 1.5em;padding: 0px;}
-div.rbtoc1334688108126 ul {margin-left: 0px;padding-left: 20px;}
-div.rbtoc1334688108126 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1334776075479 {margin-left: 1.5em;padding: 0px;}
+div.rbtoc1334776075479 ul {margin-left: 0px;padding-left: 20px;}
+div.rbtoc1334776075479 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style><div class='rbtoc1334688108126'>
+/*]]>*/</style><div class='rbtoc1334776075479'>
 <ul>
     <li><a href='#JobDesigner-IntroducingHueJobDesigner'>Introducing Hue Job Designer</a></li>
     <li><a href='#JobDesigner-JobDesignerInstallationandConfiguration'>Job Designer Installation and Configuration</a></li>
@@ -41,7 +46,7 @@ div.rbtoc1334688108126 li {margin-left: 0px;padding-left: 0px;}
 <p><a name="JobDesigner-JobDesignerInstallationandConfiguration"></a></p>
 <h1><a name="JobDesigner-JobDesignerInstallationandConfiguration"></a>Job Designer Installation and Configuration</h1>
 
-<p>Job Designer is one of the applications that is installed as part of Hue. For more information about installing Hue, see <a href="https://ccp.cloudera.com/display/CDH4B2/Hue+Installation">Hue Installation</a>.</p>
+<p>Job Designer is one of the applications that is installed as part of Hue. For more information about installing Hue, see <a href="https://ccp.cloudera.com/display/CDH4B2/Hue+Installation">Hue Installation</a>.  For information about installing Oozie, see <a href="https://ccp.cloudera.com/display/CDH4B2/Oozie+Installation">Oozie installation</a>.</p>
 
 <p><a name="JobDesigner-StartingJobDesigner"></a></p>
 <h1><a name="JobDesigner-StartingJobDesigner"></a>Starting Job Designer</h1>

+ 319 - 0
apps/useradmin/static/help/index.html

@@ -0,0 +1,319 @@
+<h1><a name="UserAdmin-IntroducingUserAdmin"></a>Introducing User Admin</h1>
+
+<p>The User Admin application lets an administrator add, delete, and manage Hue user accounts and groups, and configure group permissions. The permissions allow users, based on their group membership, to launch Hue applications and use application features.  You can add users and groups individually, or import them from an LDAP directory. </p>
+
+
+
+<h2><a name="UserAdmin-Contents"></a>Contents</h2>
+
+<style type='text/css'>/*<![CDATA[*/
+div.rbtoc1334785142657 {margin-left: 1.5em;padding: 0px;}
+div.rbtoc1334785142657 ul {margin-left: 0px;padding-left: 20px;}
+div.rbtoc1334785142657 li {margin-left: 0px;padding-left: 0px;}
+
+/*]]>*/</style><div class='rbtoc1334785142657'>
+<ul>
+    <li><a href='#UserAdmin-IntroducingUserAdmin'>Introducing User Admin</a></li>
+    <li><a href='#UserAdmin-StartingUserAdmin'>Starting User Admin</a></li>
+    <li><a href='#UserAdmin-WorkingwithUserAccounts'>Working with User Accounts</a></li>
+<ul>
+    <li><a href='#UserAdmin-AddingaUserAccount'>Adding a User Account</a></li>
+    <li><a href='#UserAdmin-DeletingaUserAccount'>Deleting a User Account</a></li>
+    <li><a href='#UserAdmin-EditingaUserAccount'>Editing a User Account</a></li>
+    <li><a href='#UserAdmin-ImportingUsersfromanLDAPDirectory'>Importing Users from an LDAP Directory</a></li>
+    <li><a href='#UserAdmin-SyncingUsersandGroupswithanLDAPdirectory'>Syncing Users and Groups with an LDAP directory</a></li>
+</ul>
+    <li><a href='#UserAdmin-WorkingwithGroups'>Working with Groups</a></li>
+<ul>
+    <li><a href='#UserAdmin-AddingaGroup'>Adding a Group</a></li>
+    <li><a href='#UserAdmin-AddingUserstoaGroup'>Adding Users to a Group</a></li>
+    <li><a href='#UserAdmin-DeletingaGroup'>Deleting a Group</a></li>
+    <li><a href='#UserAdmin-EditingaGroup'>Editing a Group</a></li>
+    <li><a href='#UserAdmin-ImportingGroupsfromanLDAPDirectory'>Importing Groups from an LDAP Directory</a></li>
+</ul>
+    <li><a href='#UserAdmin-ManagingApplicationPermissions'>Managing Application Permissions</a></li>
+</ul></div>
+<p><br class="atl-forced-newline" /> <br class="atl-forced-newline" /></p>
+<h1><a name="UserAdmin-StartingUserAdmin"></a>Starting User Admin</h1>
+
+<p><b>To start User Admin:</b></p>
+
+<ul>
+	<li>Click the <b>User Admin</b> tab in the navigation bar at the top of the Hue browser page.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+</ul>
+
+
+<h1><a name="UserAdmin-WorkingwithUserAccounts"></a>Working with User Accounts</h1>
+
+<p>The Hue User Admin application provides two levels of user privileges:</p>
+<ul>
+	<li>Superusers &#8212; have permissions to perform administrative functions &#8211; add and delete users, add and delete groups, assign permissions to groups. The first user who logs into Hue after its initial installation becomes the first superuser. That superuser can then create more superusers and user accounts. Later, the superuser can also change any existing user account into a superuser. A superuser can also import users and groups from an LDAP server.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>Users &#8212; can log in to Hue and run Hue applications, subject to the permissions provided by the Hue groups to which they belong.</li>
+</ul>
+
+
+<div class='panelMacro'><table class='noteMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/static/art/help/warning.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Note:</b> To do the management tasks described in this chapter, you must log into Hue using a superuser account. Users who don't have superuser permissions can only change their name, e-mail address, and password.</td></tr></table></div>
+
+<h2><a name="UserAdmin-AddingaUserAccount"></a>Adding a User Account</h2>
+
+<p><b>To add a user account:</b>
+<br class="atl-forced-newline" /></p>
+<ol>
+	<li>In the <b>User Admin</b> page, click <b>Add User</b>.
+<br class="atl-forced-newline" />
+<br class="atl-forced-newline" /></li>
+	<li>In the <b>Add User</b> dialog box, add information about the user.
+<br class="atl-forced-newline" />
+<br class="atl-forced-newline" />
+The following table describes the options in the <b>Add User</b> dialog box.
+
+<style type="text/css">
+td {
+border: #dddddd solid 1px;
+height: 45px;
+padding: 5px 10px;
+vertical-align: top;
+}
+th {
+border: #dddddd solid 1px;
+height: 50px;
+padding: 5px 10px;
+vertical-align: center;
+}
+</style>
+
+
+<div class='table-wrap'>
+<table class='confluenceTable'><tbody>
+<tr>
+<th class='confluenceTh'> <b>User Account Option</b> </th>
+<th class='confluenceTh'>  <b>Description</b>  </th>
+</tr>
+<tr>
+<td class='confluenceTd'> <b>Username</b> </td>
+<td class='confluenceTd'> Specify a user name that contains only letters, numbers, and underscores; blank spaces are not allowed and the name cannot begin with a number. The user name is used to log into Hue and in file permissions and job submissions. This is a required field. </td>
+</tr>
+<tr>
+<td class='confluenceTd'> <b>First name</b> and<br/>
+ <b>Last name</b> </td>
+<td class='confluenceTd'> Specify the user's first and last name. </td>
+</tr>
+<tr>
+<td class='confluenceTd'> <b>E-mail address</b> </td>
+<td class='confluenceTd'> Specify the user's e-mail address. The e-mail address is used by the Job Designer and Beeswax applications to send users an e-mail message after certain actions have occurred. The Job Designer sends an e-mail message after a user's job has completed. Beeswax sends a message after a query has completed. If an e-mail address is not specified, the application will not attempt to email the user. </td>
+</tr>
+<tr>
+<td class='confluenceTd'> <b>Active</b> </td>
+<td class='confluenceTd'> Select this option to enable this user account and allow the user to log in. Deselect this option to disable an account without deleting it. </td>
+</tr>
+<tr>
+<td class='confluenceTd'> <b>Superuser&nbsp;status</b> </td>
+<td class='confluenceTd'> Select this option to assign superuser privileges to the user. </td>
+</tr>
+<tr>
+<td class='confluenceTd'> <b>Password</b> </td>
+<td class='confluenceTd'> Specify a password for the user. This is a required field. </td>
+</tr>
+</tbody></table>
+</div>
+
+<p><br class="atl-forced-newline" /></p></li>
+	<li>Click <b>Save</b> to save the information you specified and close the <b>Add User</b> dialog box.
+<br class="atl-forced-newline" /></li>
+</ol>
+
+
+
+<h2><a name="UserAdmin-DeletingaUserAccount"></a>Deleting a User Account</h2>
+
+<p><b>To delete a user account:</b>
+<br class="atl-forced-newline" /></p>
+<ol>
+	<li>Select <b>Delete</b> in the row with the user name.
+<br class="atl-forced-newline" />
+<br class="atl-forced-newline" /></li>
+	<li>Click <b>Ok</b> to confirm.
+<br class="atl-forced-newline" /></li>
+</ol>
+
+
+<h2><a name="UserAdmin-EditingaUserAccount"></a>Editing a User Account</h2>
+
+<p><b>To edit a user account:</b>
+<br class="atl-forced-newline" /></p>
+<ol>
+	<li>Double-click the user account you want to edit in the <b>Hue Users</b> list, or Select <b>Edit</b> in the row with the user name.
+<br class="atl-forced-newline" />
+<br class="atl-forced-newline" /></li>
+	<li>Make the changes to the user account and then click <b>Save</b>.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+</ol>
+
+
+<h2><a name="UserAdmin-ImportingUsersfromanLDAPDirectory"></a>Importing Users from an LDAP Directory</h2>
+
+<div class='panelMacro'><table class='noteMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/static/art/help/warning.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td><b>Note</b> The LDAP functionality has not been completely implemented in the UI in the CDH4 Beta version of Hue 2.0.0.</td></tr></table></div>
+
+<p>Hue must be configured to use an external LDAP directory (OpenLDAP or Active Directory).  See <a href="https://ccp.cloudera.com/display/CDH4B2/Hue+Installation">Hue Installation</a>.</p>
+
+<p>To add a user from an external LDAP directory:</p>
+
+<ol>
+	<li>Click <b>Add/sync LDAP user</b>.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>In the <b>Add or Sync a LDAP user</b> dialog, type the user name in the <b>Username</b> field.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" />
+	<ul>
+		<li>Check the <b>Distinguished Name</b> checkbox to use a full distinguished name for the user.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" />
+This imports the user's first and last name, username, and email, but does not store the user password. 
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+		<li>If the user already exists in the User Admin, this will sync the user information in User Admin with what is currently in the LDAP directory.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	</ul>
+	</li>
+</ol>
+
+
+<h2><a name="UserAdmin-SyncingUsersandGroupswithanLDAPdirectory"></a>Syncing Users and Groups with an LDAP directory</h2>
+
+<p>You can sync the Hue user database with the current state of the LDAP directory using the <b>Sync LDAP users/groups</b> function.  This will update the user/group information for the already imported users and groups. It does not import any new users or groups. </p>
+<ol>
+	<li>Click <b>Sync LDAP users/groups</b>.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>In the <b>Sync LDAP users and groups</b> dialog, click <b>Sync</b> to perform the sync.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+</ol>
+
+
+
+<h1><a name="UserAdmin-WorkingwithGroups"></a>Working with Groups</h1>
+
+<p>Superusers can add groups, delete the groups they have created, configure group permissions, and assign users to group memberships. </p>
+
+
+
+<h2><a name="UserAdmin-AddingaGroup"></a>Adding a Group</h2>
+
+<p>You can add groups, and delete the groups you've added. You can also import groups from an LDAP directory.  </p>
+
+<p><b>To add a group:</b>
+<br class="atl-forced-newline" /></p>
+<ol>
+	<li>In the <b>User Admin</b> window, click <b>Groups</b> and then click <b>Add Group</b>.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>In the <b>Add Group</b> dialog box, specify a name for the group. Group names can only be letters, numbers, and underscores; blank spaces are not allowed.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>To add users to the group, check the names in the list provided or check <b>Select All</b>.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>Click <b>Save</b> to save the information you specified and close the <b>Add Group</b> dialog box.</li>
+</ol>
+
+
+<h2><a name="UserAdmin-AddingUserstoaGroup"></a>Adding Users to a Group</h2>
+
+
+
+<ol>
+	<li>In the <b>User Admin</b> window, click <b>Groups</b>.
+<br class="atl-forced-newline" />
+<br class="atl-forced-newline" /></li>
+	<li>In the <b>Groups</b> list, click the <b>Edit</b> button.
+<br class="atl-forced-newline" />
+<br class="atl-forced-newline" /></li>
+	<li>To add users to the group, check the names in the list provided or check <b>Select All</b>.
+<br class="atl-forced-newline" />
+<br class="atl-forced-newline" /></li>
+</ol>
+
+
+
+<h2><a name="UserAdmin-DeletingaGroup"></a>Deleting a Group</h2>
+
+
+
+<p><b>To delete a group:</b>
+<br class="atl-forced-newline" /></p>
+<ol>
+	<li>Click <b>Groups</b> to view the <b>Groups</b> list.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>Click the <b>Delete</b> button to the right of the group you want to delete.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" />
+#click <b>Yes</b> to confirm.
+<br class="atl-forced-newline" /></li>
+</ol>
+
+
+<h2><a name="UserAdmin-EditingaGroup"></a>Editing a Group</h2>
+
+<p>You can add and remove users, and create subgroups for groups created manually in Authorization Manager.  </p>
+
+
+<p><b>To edit a group:</b>
+<br class="atl-forced-newline" /></p>
+<ol>
+	<li>Click <b>Groups</b> to view the <b>Groups</b> list.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>Click the <b>Edit</b> button to the right of the group you want to modify.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>Make the changes for the group and then click <b>Save</b>.
+<br class="atl-forced-newline" /></li>
+</ol>
+
+
+<h2><a name="UserAdmin-ImportingGroupsfromanLDAPDirectory"></a>Importing Groups from an LDAP Directory</h2>
+
+<p>To add a group from an external LDAP directory:</p>
+
+<ol>
+	<li>From the <b>Groups</b> tab, Click <b>Add/sync LDAP user</b>.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>In the <b>Add or Sync a LDAP group</b> dialog, type the group name in the <b>Name</b> field.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" />
+	<ul>
+		<li>Check the <b>Distinguished Name</b> checkbox to use a full distinguished name.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+		<li>Check <b>Import new members</b> to also import the members of the group. or the group.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	</ul>
+	</li>
+</ol>
+
+
+
+
+<h1><a name="UserAdmin-ManagingApplicationPermissions"></a>Managing Application Permissions</h1>
+
+<p>Permissions for Hue applications are granted to groups, with users gaining permissions based on their group membership. Superusers can assign or remove permissions from groups, including groups imported from LDAP.  </p>
+
+<p><a name="UserAdmin-AssigningPermissions"></a></p>
+
+<p>Group permissions define the applications within Hue that group members are allowed to launch, and the features they can use.</p>
+
+<p><b>To assign or change Hue application permissions:</b></p>
+
+<ol>
+	<li>Click <b>Permissions</b>.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>Click the <b>Edit</b> button next to the application for which you want to assign permissions.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>Select the Groups you want to have permission for the application.  You can check <b>Select All</b> to select all groups.
+<br class="atl-forced-newline" /> <br class="atl-forced-newline" /></li>
+	<li>Click <b>Save</b>.<br/>
+The new groups will appear in the Groups column in the <b>Hue Permissions</b> list. </li>
+</ol>
+
+
+
+
+
+
+				    
+                    			    </td>
+		    </tr>
+	    </table>
+	    
+    </body>
+</html>