[GitHub] SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows OpenWhisk to run actions on Apache Hadoop clusters.

2019-02-19 Thread GitBox
SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows 
OpenWhisk to run actions on Apache Hadoop clusters.
URL: 
https://github.com/apache/incubator-openwhisk/pull/4129#issuecomment-465397998
 
 
   @rabbah I believe I addressed everything you requested, but I am happy to 
make further improvements.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows OpenWhisk to run actions on Apache Hadoop clusters.

2019-02-15 Thread GitBox
SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows 
OpenWhisk to run actions on Apache Hadoop clusters.
URL: 
https://github.com/apache/incubator-openwhisk/pull/4129#issuecomment-464202282
 
 
   Rebasing


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows OpenWhisk to run actions on Apache Hadoop clusters.

2019-01-09 Thread GitBox
SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows 
OpenWhisk to run actions on Apache Hadoop clusters.
URL: 
https://github.com/apache/incubator-openwhisk/pull/4129#issuecomment-452841485
 
 
   Here is a YARN sandbox that will simplify testing. It is a ~5GB docker image 
that contains YARN pre-installed and pre-configured. Just run this container 
and configure the invoker for a YARN RM at localhost:8088. 
   
https://community.hortonworks.com/articles/232540/docker-on-yarn-sandbox.html.
   
   Additionally, the following project has this pull request pre-configured 
with a single command quickstart. The relevant YARN configurations are 
commented out in the docker-whisk-controller.env file. 
   https://github.com/SamHjelmfelt/OpenWhisk-YarnDeployment. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows OpenWhisk to run actions on Apache Hadoop clusters.

2018-12-14 Thread GitBox
SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows 
OpenWhisk to run actions on Apache Hadoop clusters.
URL: 
https://github.com/apache/incubator-openwhisk/pull/4129#issuecomment-447425036
 
 
   The test coverage is missing some of the error handling and all the 
Kerberos/SPNEGO code. Is it possible to test Kerberos/SPNEGO with TravisCI?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows OpenWhisk to run actions on Apache Hadoop clusters.

2018-12-13 Thread GitBox
SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows 
OpenWhisk to run actions on Apache Hadoop clusters.
URL: 
https://github.com/apache/incubator-openwhisk/pull/4129#issuecomment-447100832
 
 
   @rabbah Thanks for the feedback. I refactored the solution to use an Actor 
instead of synchronized blocks.
   
   The TravisCI build errored due to:
   No output has been received in the last 10m0s, this potentially indicates a 
stalled build or something wrong with the build itself.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows OpenWhisk to run actions on Apache Hadoop clusters.

2018-11-20 Thread GitBox
SamHjelmfelt commented on issue #4129: Adding YARNContainerFactory. This allows 
OpenWhisk to run actions on Apache Hadoop clusters.
URL: 
https://github.com/apache/incubator-openwhisk/pull/4129#issuecomment-440477208
 
 
   For anyone wanting to test this out, here is a quick guide for enabling 
Docker on YARN:
   
https://community.hortonworks.com/articles/226331/dockerized-yarn-services-quickstart.html
   
   It was tested with HDP 3.0.1 from Hortonworks. Available here:
   https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.1/index.html
   
   The steps are similar with a base Apache Hadoop installation (version 3.1.1 
or higher).


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services