Member since
08-02-2018
2
Posts
0
Kudos Received
0
Solutions
05-28-2019
01:44 AM
@Carol Elliott, 1.Remote server needs to direct its output to our local machine via DISPLAY environment variable. -echo $DISPLAY -> localhost:10.0(With putty, $DISPLAY is automatically set to point at display 10 or above when X-forwarding ) - write in local ssh configuration file : Host remote.host.name ForwardX11 yes 2.We at our end , local machine need to accept the connection after authenticating it -authentication done in two ways -using ssh , which forwards x-connection -making an entry in host mechanism -the magic cookie mechanism Hence ask the remote server to direct its output to you as until they direct it , you cant see the sqoop commands on your display running at remote server.
... View more
08-08-2018
09:58 PM
, 1.add this command yum-config-manager --add-repo http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.4.1.0/ambari.repo 2. yum upgrade ambari-metrics-monitor ambari-metrics-hadoop-sink 3. yum install ambari-metrics-hadoop-sink Ambari-metrics installed
... View more