Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Myriad 136 wip #64

Closed
wants to merge 5 commits into from
Closed

Myriad 136 wip #64

wants to merge 5 commits into from

Conversation

DarinJ
Copy link
Contributor

@DarinJ DarinJ commented Apr 18, 2016

Work in progress, but thought it was time to get comments. If you'd like to try it out the documentation in docker/myriad-etc should suffice.

darinj and others added 3 commits April 12, 2016 02:07
…2.7.1

[Myriad 190] - Tests fail on Hadoop 2.6.2+

Corrects behavior for hadoop 2.7.1+ and hadoop 2.6.2+.

Added support to specify hadoopVer from command line as follows:
```
./gradlew -PhadoopVer=X.Y.Z build
```
where `X.Y.Z` is the hadoop version.

JIRA:
  [Myriad-171] https://issues.apache.org/jira/browse/MYRIAD-171
  [Myriad-190] https://issues.apache.org/jira/browse/MYRIAD-190

Pull Request:
  Closes apache#63

Author:
  darinj darinj@apache.org
…ify a ContainerInfo in the yaml file as follows:

```
containerInfo:
 type: DOCKER
 dockerInfo:
   image: mesos/myriad
   parameters:
     -
       key: volume-driver
       value: keywhiz
     -
       key: volume
       value: all-my-secrets:/etc/secrets
 volumes:
   -
     hostPath: /srv/data1/hadoop-yarn
     containerPath: /data1/hadoop-yarn
     mode: RW
   -
     hostPath: /srv/data2/hadoop-yarn
     containerPath: /data2/hadoop-yarn
     mode: RW
```
Currently only host networking works.
darinj added 2 commits April 18, 2016 09:39
…hen going to do each refactor as individual commits on seperate branches.
@DarinJ
Copy link
Contributor Author

DarinJ commented May 2, 2016

Went through and cleaned up some digressions on a different branch. Closing this PR in favor of a new branch.

@DarinJ DarinJ closed this May 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant