Máster en Ciencia de Datos e Ingeniería de Computadores. Prácticas de BigData y Cloud Computing. Curso 2017-2018.
Manuel J. Parra Royón ([email protected]) & José. M. Benítez Sánchez ([email protected])
The working environment consists of the following structure for each user:
-
3 Clusters:
- betatun.ugr.es
- docker cluster (15 nodes)
- hadoop cluster (15 nodes)
-
betatun.ugr.es
- Max 5 ports for docker containers.
-
docker cluster provides for each user:
- Max 1 Virtual machines (and 1 IPs)
- Max 1 ports redirected from external to internal Virtual Machine network
-
hadoop cluster provides for each user:
- BigData Software: Spark, Scala, SparkR, Hadoop, HDFS
Do you use Windows? Please install SSH Putty.
Do you use Linux or Mac? Fine!, nothing to do: use a Terminal (shell)
ssh manuparra@betatun...
For this course use the next login credential:
- If your CardID number is spanish and similar to 77464888L, your login will be:
ssh CD_77464888@betatun....
- If your CardID number is not spanish or you are using your passport similar to YM5664883L, your login will be:
ssh CD_YM5664883@betatun......
The general rule is:
- Remove your last letter of your CardID number
After login, PLEASE CHANGE your password using command:
passwd
Try to use a strong password mixing: upper, lower, and punctiation
Log in hadoop ugr server with your credentials (the same way):
ssh manuparra@hadoop...
For this course use the next login credential:
- If your CardID number is spanish and similar to 77464888L, your login will be:
ssh CD_77464888@hadoop....
- If your CardID number is not spanish or you are using your passport similar to CD_YM5664883L, your login will be:
ssh CD_YM5664883@hadoop......
The general rule is:
- Remove your last letter of your CardID number
After login, PLEASE CHANGE your password using command:
passwd
Try to use a strong password mixing: upper, lower, and punctiation
What is the infrastructure of the practice?
The complete infraestructure for the practice is the next:
Once connected to betatun, write:
cat puertosdocker.txt
Go to: First steps with Docker Containers
Go to: Exercise with Docker
Go to: First steps with OpenNebula Go to: First steps with OpenStack
Go to: Exercise with OpenNebula and OpenStack
Go to: First steps with HDFS
Go to: First steps with Hadoop