You are browsing a read-only backup copy of Wikitech. The primary site can be found at wikitech.wikimedia.org
Analytics/Systems/Cluster/Access: Difference between revisions
imported>Elukey |
imported>Elukey |
||
Line 4: | Line 4: | ||
== HTTP Access == | == HTTP Access == | ||
Access to HTTP GUIs in the Analytics Cluster is currently very restricted. You must have shell accounts on analytics nodes. | Access to HTTP GUIs in the Analytics Cluster is currently very restricted. You must have shell accounts on analytics nodes. | ||
Hue (Hadoop User Experience) GUI is available at https://hue.wikimedia.org. Log in using your UNIX shell username and Wikimedia developer account (Wikitech) password. If you already have cluster access, but can't log into Hue, it is likely that your account needs to be manually synced. Ask an Analytics Opsen (ottomata (aotto{{@}}wikimedia.org) or elukey (ltoscano{{@}}wikimedia.org) ) -- or file a Phabricator task -- for help. | Hue (Hadoop User Experience) GUI is available at https://hue.wikimedia.org. Log in using your UNIX shell username and Wikimedia developer account (Wikitech) password. If you already have cluster access, but can't log into Hue, it is likely that your account needs to be manually synced. Ask an Analytics Opsen (ottomata (aotto{{@}}wikimedia.org) or elukey (ltoscano{{@}}wikimedia.org) ) -- or file a Phabricator task -- for help. |
Revision as of 11:27, 15 February 2019
Command line access
You can access the Hadoop and Hive on the the stats machines stat1007 and stat1004. For information on getting access, see Analytics/Data access and production shell access.
HTTP Access
Access to HTTP GUIs in the Analytics Cluster is currently very restricted. You must have shell accounts on analytics nodes.
Hue (Hadoop User Experience) GUI is available at https://hue.wikimedia.org. Log in using your UNIX shell username and Wikimedia developer account (Wikitech) password. If you already have cluster access, but can't log into Hue, it is likely that your account needs to be manually synced. Ask an Analytics Opsen (ottomata (aottowikimedia.org) or elukey (ltoscano
wikimedia.org) ) -- or file a Phabricator task -- for help.
Admin Instructions to sync a Hue account
When a new Hadoop user is added, an admin should give them a Hue account. Once phab:T127850 is resolved, this process should be automatic.
- Log into http://hue.wikimedia.org
- In the upper right, click on your username, and select Manage Users (you will only be able to do this if you are Hue admin. Another admin can make you one.)
- Click 'Add/Sync LDAP User'
- Fill in the form with their UNIX shell username (not their Wikimedia developer account username), deselect both 'Distinguished name' and 'Create home directory', and click 'Add/Sync user'
Done!
ssh tunnel(s)
If you are in the wmf LDAP group (open to every WMF employee/contractor) and you care only about the Yarn Resource Manager UI, you can login directly to yarn.wikimedia.org.
Otherwise, to send HTTP requests to an internal analytics server, use an SSH tunnel. For example:
To access the Hadoop Resourcemanager jobbrowser, try running:
ssh -N bast1002.wikimedia.org -L 8088:analytics1001.eqiad.wmnet:8088
And then navigate to http://localhost:8088/cluster in your browser. The FairScheduler interface will be at http://localhost:8088/cluster/scheduler.
For more information see Proxy access to cluster.