Tag: cloudera bigdata

Docker和Cloudera快速入门:如何运行自己的jar文件?

我安装了Docker容器,并做了下面的步骤: docker pull cloudera/quickstart:latest docker images # note the hash of the image and substitute it below docker run –privileged=true \ –hostname=quickstart.cloudera \ -t -i ${HASH} \ /usr/bin/docker-quickstart 所以,现在我有:Cloudera正在运行。 但是我不能看到任何本地文件,所以如何加载我自己的文件,尤其是jar文件来运行Hadoop?