All public logs

Combined display of all available logs of BPopp Sanctuary. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:28, 29 January 2024 Bpopp talk contribs created page Spark/Hadoop Cluster (Created page with "To allow the spark user to ssh to itself and also the workers, you need ssh passwordless to be enabled. This can be done by logging into the spark user and doing: <pre>ssh-keygen -t rsa -P ""</pre> Once the key has been generated, it will be in /home/spark/.ssh/id_rsa (by default). Copy it to the authorized hosts file (to allow spark to ssh to itself): <pre>cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys</pre> Or, for each worker, do something like: <pre>ssh-copy-i...")