Docker安装pyspark及验证

通过打好的包安装
下载后的配置好的文件的目录结构如下,文件下载地址:
链接:https://pan.baidu.com/s/1i8yO2X25TZ0ofSEXPmIq-g 密码:akfq

├── apt.conf
├── build_network.sh
├── build.sh
├── config
│ ├── apt.conf
│ ├── core-site.xml
│ ├── hadoop-env.sh
│ ├── hdfs-site.xml
│ ├── hive-site.xml
│ ├── init_hive.sh
│ ├── init_mysql.sh
│ ├── mapred-site.xml
│ ├── master
│ ├── masters
│ ├── nohup.out
│ ├── pip.conf
│ ├── profile
│ ├── restart_containers.sh
│ ├── restart-hadoop.sh
│ ├── slaves
│ ├── spark-defaults.conf
│ ├── spark-env.sh
│ ├── ssh_config
│ ├── start_containers.sh
│ ├── start-hadoop.sh
│ ├── stop_containers.sh
│ └── yarn-site.xml
├── Dockerfile

1、下载docker包


版权声明:本文为lck5602原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。