skip to main content
Administering Hybrid Data Pipeline : Logging in to the Web UI
  

Try Now

Logging in to the Web UI

Logging in to the Web UI is a two step process. First, you must enter the URL of your Hybrid Data Pipeline instance in the address field of a supported browser. Then, you must enter your username and password at the Hybrid Data Pipeline login screen.
A URL includes the Web protocol, a server name, and a port number. For example:
https://MyServer:8443/hdpui
The syntax for this URL can be described as follows.
webprotocol://servername:portnumber
where
webprotocol
is the Web protocol, such as HTTP or HTTPS, used to connect to your Hybrid Data Pipeline instance.
servername
is the name of the machine hosting the Hybrid Data Pipeline service, or the name of the machine hosting the load balancer used to route requests to the Hybrid Data Pipeline service.
portnumber
is the port number of the machine hosting the Hybrid Data Pipeline service, or the port number of the machine hosting the load balancer used to route requests to the Hybrid Data Pipeline service. For a standalone installation, the port number is specified as the Server Access Port during installation. For a load balancer installation, the port number must be either 80 for http or 443 for https. Whenever port 80 or 433 are used, it is not necessary to include the port number in the URL.