You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Rémy SAISSY (JIRA)" <ji...@apache.org> on 2015/05/25 23:31:17 UTC

[jira] [Created] (HADOOP-12032) start-build-env.sh produces docker env with no hadoop sources on MacOS with WMWare Fusion

Rémy SAISSY created HADOOP-12032:
------------------------------------

             Summary: start-build-env.sh produces docker env with no hadoop sources on MacOS with WMWare Fusion
                 Key: HADOOP-12032
                 URL: https://issues.apache.org/jira/browse/HADOOP-12032
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
            Reporter: Rémy SAISSY


On MacOSX, the start-build-env.sh script builds a docker build environment but the hadoop directory is empty.
The hadoop_env_checks.sh script executes properly.

Steps to reproduce:
 - Create a docker machine with Fusion backend: 
docker-machine create -d vmwarefusion --vmwarefusion-memory-size 12288 --vmwarefusion-disk-size 40000 --vmwarefusion-boot2docker-url https://github.com/cloudnativeapps/boot2docker/releases/download/v1.6.0-vmw/boot2docker-1.6.0-vmw.iso dev

 - Load the docker env:
     eval $(docker-machine env dev)

 - Run the start-build-env.sh script
   ./start-build-env.sh

The Hadoop directory is empty.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)