Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Once you have created your XSEDE account, have set up DUO authentication, and have verified that you can connect to the SSO (single sign on hub https://portal.xsede.org/single-sign-on-hub)

Then follow the instructions to start the module
 
 
  https://portal.xsede.org/psc-bridges
 

With the augmented instructions that follow.  These are the steps your students most likely will follow as well.  Stay tuned for official instructions.  Let me know if you do not get an account set up and
  active by Monday, and we will set up another time.

  To start a hadoop session with a persistent hdfs requires three simple
  steps:
 
  # 1. start an interactive job with at least 3 nodes
  interact -N 3
  # 2. load the hadoop module when the job starts
  module load hadoop
  # IMPORTANT: do NOT run start-hadoop.sh as the module suggests.
  # 3. instead, run this:
  /opt/packages/hadoop-testing/persist-start.sh
  # end commands

  • No labels