[GitHub] aurora pull request #25: Fixed typos in README.md

2018-01-18 Thread anatollupacescu
GitHub user anatollupacescu opened a pull request:

https://github.com/apache/aurora/pull/25

Fixed typos in README.md



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/anatollupacescu/aurora anatollupacescu-patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/aurora/pull/25.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #25


commit fa98a27845fd5de3be7fa63c51d6123f9b6a4fcd
Author: Anatolie Lupacescu 
Date:   2018-01-18T11:09:10Z

Fixed typos in README.md




---


[GitHub] aurora pull request #6: Correct python executable name

2017-11-19 Thread brianm
Github user brianm closed the pull request at:

https://github.com/apache/aurora/pull/6


---


[GitHub] aurora pull request #24: Update list of Companies using Aurora

2017-10-16 Thread derekslager
GitHub user derekslager opened a pull request:

https://github.com/apache/aurora/pull/24

Update list of Companies using Aurora

Adding Amperity to the roster of Apache Aurora users.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/derekslager/aurora patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/aurora/pull/24.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #24


commit 5ef4d2b46e37a181995fb37954239878179aa7ef
Author: Derek Slager 
Date:   2017-10-16T22:10:17Z

Update list of Companies using Aurora

Adding Amperity to the roster of Apache Aurora users.




---


[GitHub] aurora pull request #22: Manually configure the private network interface

2016-10-06 Thread ajorgensen
GitHub user ajorgensen opened a pull request:

https://github.com/apache/aurora/pull/22

Manually configure the private network interface

I am not sure of the specifics of why this happens but on vagrant 1.8.6 the 
network interface does not come up correctly and the private_network is 
attached to the `eth0` nat interface rather than the host-only interface. I 
tried a number of different parameters but none of them were able to configure 
the network appropriately. This change manually configures the static ip so 
that it is connected to the correct adapter. Without this change I could not 
access the aurora web interface when running `vagrant up`

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ajorgensen/aurora patch-1

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/aurora/pull/22.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #22


commit 017e69c4555601096d895560c4f62d99d419d723
Author: Andrew Jorgensen 
Date:   2016-10-06T17:46:43Z

Manually configure the private network interface

I am not sure of the specifics of why this happens but on vagrant 1.8.6 the 
network interface does not come up correctly and the private_network is 
attached to the `eth0` nat interface rather than the host-only interface. I 
tried a number of different parameters but none of them were able to configure 
the network appropriately. This change manually configures the static ip so 
that it is connected to the correct adapter. Without this change I could not 
access the aurora web interface.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request #:

2016-09-17 Thread jsirois
Github user jsirois commented on the pull request:


https://github.com/apache/aurora/commit/e67c6a732c00786bc74d63d4fb2b9f5f398c5435#commitcomment-19065417
  
I've got it, tracked in https://issues.apache.org/jira/browse/AURORA-1775
Thanks for pointing this out @TexasRed 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request: Use chmod+x to make termos_runner.pex executa...

2016-03-10 Thread pierrecdn
Github user pierrecdn closed the pull request at:

https://github.com/apache/aurora/pull/21


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request: Use chmod+x to make termos_runner.pex executa...

2016-03-10 Thread jcohen
Github user jcohen commented on the pull request:

https://github.com/apache/aurora/pull/21#issuecomment-194906837
  
Would you mind closing this pull request in favor of sending a patch via 
Apache Reviewboard as per our [contributing 
guidelines](https://github.com/apache/aurora/blob/master/CONTRIBUTING.md#getting-your-reviewboard-account)?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request: Use chmod+x to make termos_runner.pex executa...

2016-03-10 Thread pierrecdn
GitHub user pierrecdn opened a pull request:

https://github.com/apache/aurora/pull/21

Use chmod+x to make termos_runner.pex executable

When using `--executor_environment_variables` without explicitely passing 
LD_LIBRARY_PATH, `sys.executable` returns an empty string resulting in a 
_'[Errno 13] Permission denied'_ error for every launched task.

Moreover, it seems that this feature is coming in 0.30: "Executors no 
longer inherit environment variables from the agent".

This patch partially revert back 07ce21d where chmod_x method was removed 
in favor of using sys.executable.

---

Please let me know if the patch seems consistent and if I should post a 
review on apache.org.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/criteo-forks/aurora criteo

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/aurora/pull/21.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #21


commit 07d71b06245a4a7d5987229fedf8344d1ee0cf78
Author: Pierre Cheynier 
Date:   2016-03-10T11:25:28Z

Use chmod+x to make termos_runner.pex executable

When using `--executor_environment_variables` without explicitely
passing LD_LIBRARY_PATH, `sys.executable` returns an empty string
resulting in a '[Errno 13] Permission denied' error for every launched
task.

Moreover, it seems that this feature is coming in 0.30: "Executors no
longer inherit environment variables from the agent".

This patch partially revert back 07ce21d where chmod_x method was
removed in favor of using sys.executable.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request: Updating documentation

2016-03-03 Thread krish7919
Github user krish7919 commented on the pull request:

https://github.com/apache/aurora/pull/20#issuecomment-191854165
  
How do I discard this patch?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request: Updating documentation

2016-03-03 Thread krish7919
Github user krish7919 closed the pull request at:

https://github.com/apache/aurora/pull/20


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request: Updating documentation

2016-03-03 Thread wfarner
Github user wfarner commented on the pull request:

https://github.com/apache/aurora/pull/20#issuecomment-191852121
  
Mind discarding this in favor of the 
[patch](https://reviews.apache.org/r/44341/) in reviewboard?  The ASF->github 
mirroring is set up such that i don't have write access to the repo and can't 
discard it for you.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request: fix typo in the user guide about Task Updates

2016-01-14 Thread anantvyas
Github user anantvyas closed the pull request at:

https://github.com/apache/aurora/pull/19


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request: fix typo in the user guide about Task Updates

2016-01-14 Thread anantvyas
GitHub user anantvyas opened a pull request:

https://github.com/apache/aurora/pull/19

fix typo in the user guide about Task Updates

adding a missing 'and'

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/anantvyas/aurora master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/aurora/pull/19.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #19


commit b18adc68ef43a797d8b223bbefe48d0671f2c32e
Author: Anant Vyas 
Date:   2016-01-14T19:51:57Z

fix typo in the user guide about Task Updates




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] aurora pull request:

2015-07-21 Thread datakurre
Github user datakurre commented on the pull request:


https://github.com/apache/aurora/commit/e34bf7c69c31438725714c27a2a0cbc75684ec15#commitcomment-12268062
  
@wfarner FYI that adding http_authentication_machenism for scheduler has 
broken the tutorial, causing test_tutorial.sh to fail (scheduler responds with 
401).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---