Skip to content

Commit 5345422

Browse files
authored
Removed the section Hue on HDInsight
Removed the section Hue on HDInsight as it is no more supported.
1 parent 968c419 commit 5345422

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

articles/hdinsight/hdinsight-hadoop-hue-linux.md

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to install Hue on HDInsight clusters and use tunneling to
44
ms.service: hdinsight
55
ms.topic: how-to
66
ms.custom: hdinsightactive,hdiseo17may2017
7-
ms.date: 03/31/2020
7+
ms.date: 11/14/2022
88
---
99

1010
# Install and use Hue on HDInsight Hadoop clusters
@@ -41,42 +41,6 @@ Use the information in the table below for your Script Action. See [Customize HD
4141
|Bash script URI|`https://hdiconfigactions.blob.core.windows.net/linuxhueconfigactionv02/install-hue-uber-v02.sh`|
4242
|Node type(s):|Head|
4343

44-
## Use Hue with HDInsight clusters
45-
46-
You can only have one user account with Hue on regular clusters. For multi-user access, enable [Enterprise Security Package](./domain-joined/hdinsight-security-overview.md) on the cluster. SSH Tunneling is the only way to access Hue on the cluster once it's running. Tunneling via SSH allows the traffic to go directly to the headnode of the cluster where Hue is running. After the cluster has finished provisioning, use the following steps to use Hue on an HDInsight cluster.
47-
48-
> [!NOTE]
49-
> We recommend using Firefox web browser to follow the instructions below.
50-
51-
1. Use the information in [Use SSH Tunneling to access Apache Ambari web UI, ResourceManager, JobHistory, NameNode, Oozie, and other web UI's](hdinsight-linux-ambari-ssh-tunnel.md) to create an SSH tunnel from your client system to the HDInsight cluster, and then configure your Web browser to use the SSH tunnel as a proxy.
52-
53-
1. Use [ssh command](./hdinsight-hadoop-linux-use-ssh-unix.md) to connect to your cluster. Edit the command below by replacing CLUSTERNAME with the name of your cluster, and then enter the command:
54-
55-
```cmd
56-
57-
```
58-
59-
1. Once connected, use the following command to obtain the fully qualified domain name of the primary headnode:
60-
61-
```bash
62-
hostname -f
63-
```
64-
65-
This will return a name similar to the following:
66-
67-
```output
68-
myhdi-nfebtpfdv1nubcidphpap2eq2b.ex.internal.cloudapp.net
69-
```
70-
71-
This is the hostname of the primary headnode where the Hue website is located.
72-
73-
1. Use the browser to open the Hue portal at `http://HOSTNAME:8888`. Replace HOSTNAME with the name you obtained in the previous step.
74-
75-
> [!NOTE]
76-
> When you log in for the first time, you will be prompted to create an account to log in to the Hue portal. The credentials you specify here will be limited to the portal and are not related to the admin or SSH user credentials you specified while provision the cluster.
77-
78-
:::image type="content" source="./media/hdinsight-hadoop-hue-linux/hdinsight-hue-portal-login.png" alt-text="HDInsight hue portal login window":::
79-
8044
### Run a Hive query
8145

8246
1. From the Hue portal, select **Query Editors**, and then select **Hive** to open the Hive editor.
@@ -121,4 +85,4 @@ You can only have one user account with Hue on regular clusters. For multi-user
12185

12286
## Next steps
12387

124-
[Customize HDInsight clusters with Script Actions](hdinsight-hadoop-customize-cluster-linux.md)
88+
[Customize HDInsight clusters with Script Actions](hdinsight-hadoop-customize-cluster-linux.md)

0 commit comments

Comments
 (0)