Re: Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-20 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/
---

(Updated Jan. 20, 2015, 9:46 nachm.)


Review request for Aurora, Bill Farner and Zameer Manji.


Changes
---

make checkstyle happy


Bugs: AURORA-184
https://issues.apache.org/jira/browse/AURORA-184


Repository: aurora


Description
---

[AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

This is the first step for AURORA-184, that removes the default hostrack limit 
constraints.
The second step that's still missing would be to add s.th. like 
--default-constraints as start parameter to the scheduler. 

AURORA-174 could probably be closed with this?(since the rack limit constraint 
can be configured in the .aurora file)

I can't really estimate the effect of my changes in 
StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look at 
the changes I did there.

Since this is also my first code submit, comments about codestyleother bad 
habbits are very appreciated.


Diffs (updated)
-

  
src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
 01b03508afac37b5a8f0ec5c3da1460695e1ef59 
  
src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
 dc2cb37adf32df0a6e4c7ee2ba776ba9f1f3c2f8 
  src/test/java/org/apache/aurora/scheduler/storage/StorageBackfillTest.java 
7eafe074b686d55ad96018006cf4acfa823513c3 
  
src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java
 ad9126c32893080e128d086ea3bfd7ad23d27b89 

Diff: https://reviews.apache.org/r/30010/diff/


Testing
---

Added test for ConfigurationManager.hasName 
Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
are present
Tested on vagrant devcluster to see if constraints are also gone in real life


Thanks,

Florian Pfeiffer



Re: Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-20 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/#review68785
---


@ReviewBot retry

- Florian Pfeiffer


On Jan. 20, 2015, 9:46 nachm., Florian Pfeiffer wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/30010/
 ---
 
 (Updated Jan. 20, 2015, 9:46 nachm.)
 
 
 Review request for Aurora, Bill Farner and Zameer Manji.
 
 
 Bugs: AURORA-184
 https://issues.apache.org/jira/browse/AURORA-184
 
 
 Repository: aurora
 
 
 Description
 ---
 
 [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints
 
 This is the first step for AURORA-184, that removes the default hostrack 
 limit constraints.
 The second step that's still missing would be to add s.th. like 
 --default-constraints as start parameter to the scheduler. 
 
 AURORA-174 could probably be closed with this?(since the rack limit 
 constraint can be configured in the .aurora file)
 
 I can't really estimate the effect of my changes in 
 StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look 
 at the changes I did there.
 
 Since this is also my first code submit, comments about codestyleother bad 
 habbits are very appreciated.
 
 
 Diffs
 -
 
   
 src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
  01b03508afac37b5a8f0ec5c3da1460695e1ef59 
   
 src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
  dc2cb37adf32df0a6e4c7ee2ba776ba9f1f3c2f8 
   src/test/java/org/apache/aurora/scheduler/storage/StorageBackfillTest.java 
 7eafe074b686d55ad96018006cf4acfa823513c3 
   
 src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java
  ad9126c32893080e128d086ea3bfd7ad23d27b89 
 
 Diff: https://reviews.apache.org/r/30010/diff/
 
 
 Testing
 ---
 
 Added test for ConfigurationManager.hasName 
 Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
 are present
 Tested on vagrant devcluster to see if constraints are also gone in real 
 life
 
 
 Thanks,
 
 Florian Pfeiffer
 




Re: Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-17 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/
---

(Updated Jan. 18, 2015, 4:06 vorm.)


Review request for Aurora and Zameer Manji.


Repository: aurora


Description
---

[AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

This is the first step for AURORA-184, that removes the default hostrack limit 
constraints.
The second step that's still missing would be to add s.th. like 
--default-constraints as start parameter to the scheduler. 

AURORA-174 could probably be closed with this?(since the rack limit constraint 
can be configured in the .aurora file)

I can't really estimate the effect of my changes in 
StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look at 
the changes I did there.

Since this is also my first code submit, comments about codestyleother bad 
habbits are very appreciated.


Diffs
-

  
src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
 01b03508afac37b5a8f0ec5c3da1460695e1ef59 
  
src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
 dc2cb37adf32df0a6e4c7ee2ba776ba9f1f3c2f8 
  src/test/java/org/apache/aurora/scheduler/storage/StorageBackfillTest.java 
7eafe074b686d55ad96018006cf4acfa823513c3 
  
src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java
 ad9126c32893080e128d086ea3bfd7ad23d27b89 

Diff: https://reviews.apache.org/r/30010/diff/


Testing
---

Added test for ConfigurationManager.hasName 
Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
are present
Tested on vagrant devcluster to see if constraints are also gone in real life


Thanks,

Florian Pfeiffer



Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-17 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/
---

Review request for Aurora.


Repository: aurora


Description
---

[AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

This is the first step for AURORA-184, that removes the default hostrack limit 
constraints.
The second step that's still missing would be to add s.th. like 
--default-constraints as start parameter to the scheduler. 

AURORA-174 could probably be closed with this?(since the rack limit constraint 
can be configured in the .aurora file)

I can't really estimate the effect of my changes in 
StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look at 
the changes I did there.

Since this is also my first code submit, comments about codestyleother bad 
habbits are very appreciated.


Diffs
-

  
src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
 01b03508afac37b5a8f0ec5c3da1460695e1ef59 
  
src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
 dc2cb37adf32df0a6e4c7ee2ba776ba9f1f3c2f8 
  src/test/java/org/apache/aurora/scheduler/storage/StorageBackfillTest.java 
7eafe074b686d55ad96018006cf4acfa823513c3 
  
src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java
 ad9126c32893080e128d086ea3bfd7ad23d27b89 

Diff: https://reviews.apache.org/r/30010/diff/


Testing
---

Added test for ConfigurationManager.hasName 
Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
are present
Tested on vagrant devcluster to see if constraints are also gone in real life


Thanks,

Florian Pfeiffer



Re: Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-22 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/
---

(Updated Jan. 23, 2015, 2:55 vorm.)


Review request for Aurora, Bill Farner and Zameer Manji.


Changes
---

Implemented the changes Zameer mentioned


Bugs: AURORA-184
https://issues.apache.org/jira/browse/AURORA-184


Repository: aurora


Description
---

[AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

This is the first step for AURORA-184, that removes the default hostrack limit 
constraints.
The second step that's still missing would be to add s.th. like 
--default-constraints as start parameter to the scheduler. 

AURORA-174 could probably be closed with this?(since the rack limit constraint 
can be configured in the .aurora file)

I can't really estimate the effect of my changes in 
StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look at 
the changes I did there.

Since this is also my first code submit, comments about codestyleother bad 
habbits are very appreciated.


Diffs (updated)
-

  
src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
 01b03508afac37b5a8f0ec5c3da1460695e1ef59 
  
src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
 dc2cb37adf32df0a6e4c7ee2ba776ba9f1f3c2f8 

Diff: https://reviews.apache.org/r/30010/diff/


Testing
---

Added test for ConfigurationManager.hasName 
Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
are present
Tested on vagrant devcluster to see if constraints are also gone in real life


Thanks,

Florian Pfeiffer



Re: Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-20 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/
---

(Updated Jan. 20, 2015, 7:20 nachm.)


Review request for Aurora and Zameer Manji.


Bugs: AURORA-184
https://issues.apache.org/jira/browse/AURORA-184


Repository: aurora


Description
---

[AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

This is the first step for AURORA-184, that removes the default hostrack limit 
constraints.
The second step that's still missing would be to add s.th. like 
--default-constraints as start parameter to the scheduler. 

AURORA-174 could probably be closed with this?(since the rack limit constraint 
can be configured in the .aurora file)

I can't really estimate the effect of my changes in 
StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look at 
the changes I did there.

Since this is also my first code submit, comments about codestyleother bad 
habbits are very appreciated.


Diffs
-

  
src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
 01b03508afac37b5a8f0ec5c3da1460695e1ef59 
  
src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
 dc2cb37adf32df0a6e4c7ee2ba776ba9f1f3c2f8 
  src/test/java/org/apache/aurora/scheduler/storage/StorageBackfillTest.java 
7eafe074b686d55ad96018006cf4acfa823513c3 
  
src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java
 ad9126c32893080e128d086ea3bfd7ad23d27b89 

Diff: https://reviews.apache.org/r/30010/diff/


Testing
---

Added test for ConfigurationManager.hasName 
Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
are present
Tested on vagrant devcluster to see if constraints are also gone in real life


Thanks,

Florian Pfeiffer



Re: Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-20 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/
---

(Updated Jan. 20, 2015, 7:21 p.m.)


Review request for Aurora, Bill Farner and Zameer Manji.


Changes
---

People += wfarner


-wfarner


Bugs: AURORA-184
https://issues.apache.org/jira/browse/AURORA-184


Repository: aurora


Description
---

[AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

This is the first step for AURORA-184, that removes the default hostrack limit 
constraints.
The second step that's still missing would be to add s.th. like 
--default-constraints as start parameter to the scheduler. 

AURORA-174 could probably be closed with this?(since the rack limit constraint 
can be configured in the .aurora file)

I can't really estimate the effect of my changes in 
StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look at 
the changes I did there.

Since this is also my first code submit, comments about codestyleother bad 
habbits are very appreciated.


Diffs
-

  
src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
 01b03508afac37b5a8f0ec5c3da1460695e1ef59 
  
src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
 dc2cb37adf32df0a6e4c7ee2ba776ba9f1f3c2f8 
  src/test/java/org/apache/aurora/scheduler/storage/StorageBackfillTest.java 
7eafe074b686d55ad96018006cf4acfa823513c3 
  
src/test/java/org/apache/aurora/scheduler/thrift/SchedulerThriftInterfaceTest.java
 ad9126c32893080e128d086ea3bfd7ad23d27b89 

Diff: https://reviews.apache.org/r/30010/diff/


Testing
---

Added test for ConfigurationManager.hasName 
Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
are present
Tested on vagrant devcluster to see if constraints are also gone in real life


Thanks,

Florian Pfeiffer



Review Request 30985: Migrating documentation from v1 commands to v2

2015-02-13 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30985/
---

Review request for Aurora.


Bugs: AURORA-1113
https://issues.apache.org/jira/browse/AURORA-1113


Repository: aurora


Description
---

In 0.7.0 the old v1 cli is removed, so a lot of the documentation is outdated. 

I've updated the v1 commands with their v2 counterparts


Diffs
-

  docs/client-commands.md ae752636232f9c354d7011c1c89252e3e747cc9a 
  docs/configuration-reference.md ce59bee302ee2323b65622635b8b51d965dd6507 
  docs/configuration-tutorial.md 48d7e5dc58faf993bc6ead9796af765fbf7627a4 
  docs/hooks.md 65e581d795e27fcc6cd683f563f87ee812462598 
  docs/tutorial.md 7ea36e4ddbe2d57facb86b7dcfc8ff28916de322 
  docs/user-guide.md 154b47010f739593fd727c1888f1e5cefd63e828 

Diff: https://reviews.apache.org/r/30985/diff/


Testing
---


Thanks,

Florian Pfeiffer



Re: Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-26 Thread Florian Pfeiffer


 On Jan. 26, 2015, 11:19 nachm., Bill Farner wrote:
  src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java,
   line 413
  https://reviews.apache.org/r/30010/diff/6/?file=833613#file833613line413
 
  s/public //

Feeling kind of stupid here, I somehow thought this had to be public so that I 
could use it in the ConfigurationManagerTest.


- Florian


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/#review69688
---


On Jan. 27, 2015, 1:08 vorm., Florian Pfeiffer wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/30010/
 ---
 
 (Updated Jan. 27, 2015, 1:08 vorm.)
 
 
 Review request for Aurora, Bill Farner and Zameer Manji.
 
 
 Bugs: AURORA-184
 https://issues.apache.org/jira/browse/AURORA-184
 
 
 Repository: aurora
 
 
 Description
 ---
 
 [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints
 
 This is the first step for AURORA-184, that removes the default hostrack 
 limit constraints.
 The second step that's still missing would be to add s.th. like 
 --default-constraints as start parameter to the scheduler. 
 
 AURORA-174 could probably be closed with this?(since the rack limit 
 constraint can be configured in the .aurora file)
 
 I can't really estimate the effect of my changes in 
 StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look 
 at the changes I did there.
 
 Since this is also my first code submit, comments about codestyleother bad 
 habbits are very appreciated.
 
 
 Diffs
 -
 
   
 src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
  5dfbcf1f6de716502a28f7da33a095968eb8420e 
   
 src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
  92ba45033ada8114349c435316c9681395aea706 
 
 Diff: https://reviews.apache.org/r/30010/diff/
 
 
 Testing
 ---
 
 Added test for ConfigurationManager.hasName 
 Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
 are present
 Tested on vagrant devcluster to see if constraints are also gone in real 
 life
 
 
 Thanks,
 
 Florian Pfeiffer
 




Re: Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-26 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/
---

(Updated Jan. 27, 2015, 1:08 vorm.)


Review request for Aurora, Bill Farner and Zameer Manji.


Bugs: AURORA-184
https://issues.apache.org/jira/browse/AURORA-184


Repository: aurora


Description
---

[AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

This is the first step for AURORA-184, that removes the default hostrack limit 
constraints.
The second step that's still missing would be to add s.th. like 
--default-constraints as start parameter to the scheduler. 

AURORA-174 could probably be closed with this?(since the rack limit constraint 
can be configured in the .aurora file)

I can't really estimate the effect of my changes in 
StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look at 
the changes I did there.

Since this is also my first code submit, comments about codestyleother bad 
habbits are very appreciated.


Diffs (updated)
-

  
src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
 5dfbcf1f6de716502a28f7da33a095968eb8420e 
  
src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
 92ba45033ada8114349c435316c9681395aea706 

Diff: https://reviews.apache.org/r/30010/diff/


Testing
---

Added test for ConfigurationManager.hasName 
Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
are present
Tested on vagrant devcluster to see if constraints are also gone in real life


Thanks,

Florian Pfeiffer



Re: Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-30 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/
---

(Updated Jan. 30, 2015, 7:18 nachm.)


Review request for Aurora, Bill Farner and Zameer Manji.


Changes
---

removed the mentioned(and some more) newlines


Bugs: AURORA-184
https://issues.apache.org/jira/browse/AURORA-184


Repository: aurora


Description
---

[AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

This is the first step for AURORA-184, that removes the default hostrack limit 
constraints.
The second step that's still missing would be to add s.th. like 
--default-constraints as start parameter to the scheduler. 

AURORA-174 could probably be closed with this?(since the rack limit constraint 
can be configured in the .aurora file)

I can't really estimate the effect of my changes in 
StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look at 
the changes I did there.

Since this is also my first code submit, comments about codestyleother bad 
habbits are very appreciated.


Diffs (updated)
-

  
src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
 5dfbcf1f6de716502a28f7da33a095968eb8420e 
  
src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
 92ba45033ada8114349c435316c9681395aea706 

Diff: https://reviews.apache.org/r/30010/diff/


Testing
---

Added test for ConfigurationManager.hasName 
Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
are present
Tested on vagrant devcluster to see if constraints are also gone in real life


Thanks,

Florian Pfeiffer



Re: Review Request 30010: [AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

2015-01-23 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30010/
---

(Updated Jan. 23, 2015, 9:20 vorm.)


Review request for Aurora, Bill Farner and Zameer Manji.


Bugs: AURORA-184
https://issues.apache.org/jira/browse/AURORA-184


Repository: aurora


Description
---

[AURORA-184] Remove hardcoded 'host' and 'rack' limit constraints

This is the first step for AURORA-184, that removes the default hostrack limit 
constraints.
The second step that's still missing would be to add s.th. like 
--default-constraints as start parameter to the scheduler. 

AURORA-174 could probably be closed with this?(since the rack limit constraint 
can be configured in the .aurora file)

I can't really estimate the effect of my changes in 
StorageBackfillTestSchedulerThriftInterfaceTest, please have a closer look at 
the changes I did there.

Since this is also my first code submit, comments about codestyleother bad 
habbits are very appreciated.


Diffs (updated)
-

  
src/main/java/org/apache/aurora/scheduler/configuration/ConfigurationManager.java
 01b03508afac37b5a8f0ec5c3da1460695e1ef59 
  
src/test/java/org/apache/aurora/scheduler/configuration/ConfigurationManagerTest.java
 dc2cb37adf32df0a6e4c7ee2ba776ba9f1f3c2f8 

Diff: https://reviews.apache.org/r/30010/diff/


Testing
---

Added test for ConfigurationManager.hasName 
Added test testNoHostAndRackConstraintsAdded, that checks if the constraints 
are present
Tested on vagrant devcluster to see if constraints are also gone in real life


Thanks,

Florian Pfeiffer



Review Request 29797: added gutefrage.net to 'Companies using Aurora' list

2015-01-11 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29797/
---

Review request for Aurora.


Repository: aurora


Description
---

My first steps with rbt, so I decided to do something very easy ;) 
* added gutefrage.net to 'Companies using Aurora' list


Diffs
-

  README.md fe46b4f071e1cc8923ac52ea461b66456709eb5d 

Diff: https://reviews.apache.org/r/29797/diff/


Testing
---


Thanks,

Florian Pfeiffer



Re: Review Request 29797: added gutefrage.net to 'Companies using Aurora' list

2015-01-12 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29797/
---

(Updated Jan. 12, 2015, 6:59 p.m.)


Review request for Aurora and Bill Farner.


Changes
---

Reviewers += wfarner


-wfarner


Repository: aurora


Description
---

My first steps with rbt, so I decided to do something very easy ;) 
* added gutefrage.net to 'Companies using Aurora' list


Diffs
-

  README.md fe46b4f071e1cc8923ac52ea461b66456709eb5d 

Diff: https://reviews.apache.org/r/29797/diff/


Testing
---


Thanks,

Florian Pfeiffer



Re: Review Request 30985: Migrating documentation from v1 commands to v2

2015-02-13 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30985/
---

(Updated Feb. 13, 2015, 10:18 nachm.)


Review request for Aurora and Joshua Cohen.


Changes
---

thanks for the catch. I've made the changes to the example aurora job update


Bugs: AURORA-1113
https://issues.apache.org/jira/browse/AURORA-1113


Repository: aurora


Description
---

In 0.7.0 the old v1 cli is removed, so a lot of the documentation is outdated. 

I've updated the v1 commands with their v2 counterparts


Diffs (updated)
-

  docs/client-commands.md ae752636232f9c354d7011c1c89252e3e747cc9a 
  docs/configuration-reference.md ce59bee302ee2323b65622635b8b51d965dd6507 
  docs/configuration-tutorial.md 48d7e5dc58faf993bc6ead9796af765fbf7627a4 
  docs/hooks.md 65e581d795e27fcc6cd683f563f87ee812462598 
  docs/tutorial.md 7ea36e4ddbe2d57facb86b7dcfc8ff28916de322 
  docs/user-guide.md 154b47010f739593fd727c1888f1e5cefd63e828 

Diff: https://reviews.apache.org/r/30985/diff/


Testing
---


Thanks,

Florian Pfeiffer



Review Request 32231: AURORA-1189: Adding check to see if java version is below 1.8

2015-03-18 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32231/
---

Review request for Aurora.


Bugs: AURORA-1189
https://issues.apache.org/jira/browse/AURORA-1189


Repository: aurora


Description
---

AURORA-1189: Adding check to see if java version is below 1.8

I think it should be fine to check the java version that naive (comparing the 
char at 3rd posion of java.version) since this check will probably already be 
removed again until java 1.10 comes out.


Diffs
-

  src/main/java/org/apache/aurora/scheduler/app/SchedulerMain.java 
66fb432028c26ea9ed8da475da6c3cbee5e535fc 

Diff: https://reviews.apache.org/r/32231/diff/


Testing
---

* ./gradlew test
* running scheduler on vagrant machine to check if log message appears
* couldn't get the scheduler run properly on java 1.8 to check if the message 
doesn't appear there


Thanks,

Florian Pfeiffer



Re: Review Request 32231: AURORA-1189: Adding check to see if java version is below 1.8

2015-03-18 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32231/#review77007
---


@ReviewBot retry

- Florian Pfeiffer


On März 19, 2015, 3:46 vorm., Florian Pfeiffer wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://reviews.apache.org/r/32231/
 ---
 
 (Updated März 19, 2015, 3:46 vorm.)
 
 
 Review request for Aurora.
 
 
 Bugs: AURORA-1189
 https://issues.apache.org/jira/browse/AURORA-1189
 
 
 Repository: aurora
 
 
 Description
 ---
 
 AURORA-1189: Adding check to see if java version is below 1.8
 
 I think it should be fine to check the java version that naive (comparing the 
 char at 3rd posion of java.version) since this check will probably already be 
 removed again until java 1.10 comes out.
 
 
 Diffs
 -
 
   src/main/java/org/apache/aurora/scheduler/app/SchedulerMain.java 
 66fb432028c26ea9ed8da475da6c3cbee5e535fc 
 
 Diff: https://reviews.apache.org/r/32231/diff/
 
 
 Testing
 ---
 
 * ./gradlew test
 * running scheduler on vagrant machine to check if log message appears
 * couldn't get the scheduler run properly on java 1.8 to check if the message 
 doesn't appear there
 
 
 Thanks,
 
 Florian Pfeiffer
 




Re: Review Request 32231: AURORA-1189: Adding check to see if java version is below 1.8

2015-03-18 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32231/
---

(Updated März 19, 2015, 3:46 vorm.)


Review request for Aurora.


Bugs: AURORA-1189
https://issues.apache.org/jira/browse/AURORA-1189


Repository: aurora


Description
---

AURORA-1189: Adding check to see if java version is below 1.8

I think it should be fine to check the java version that naive (comparing the 
char at 3rd posion of java.version) since this check will probably already be 
removed again until java 1.10 comes out.


Diffs (updated)
-

  src/main/java/org/apache/aurora/scheduler/app/SchedulerMain.java 
66fb432028c26ea9ed8da475da6c3cbee5e535fc 

Diff: https://reviews.apache.org/r/32231/diff/


Testing
---

* ./gradlew test
* running scheduler on vagrant machine to check if log message appears
* couldn't get the scheduler run properly on java 1.8 to check if the message 
doesn't appear there


Thanks,

Florian Pfeiffer



Re: Review Request 32231: AURORA-1189: Adding check to see if java version is below 1.8

2015-03-20 Thread Florian Pfeiffer

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32231/
---

(Updated March 20, 2015, 4:36 p.m.)


Review request for Aurora and Bill Farner.


Changes
---

removed the comment


Bugs: AURORA-1189
https://issues.apache.org/jira/browse/AURORA-1189


Repository: aurora


Description
---

AURORA-1189: Adding check to see if java version is below 1.8

I think it should be fine to check the java version that naive (comparing the 
char at 3rd posion of java.version) since this check will probably already be 
removed again until java 1.10 comes out.


Diffs (updated)
-

  src/main/java/org/apache/aurora/scheduler/app/SchedulerMain.java 
66fb432028c26ea9ed8da475da6c3cbee5e535fc 

Diff: https://reviews.apache.org/r/32231/diff/


Testing
---

* ./gradlew test
* running scheduler on vagrant machine to check if log message appears
* couldn't get the scheduler run properly on java 1.8 to check if the message 
doesn't appear there


Thanks,

Florian Pfeiffer