Jenkins build is back to normal : AuroraBot #726

2015-01-08 Thread Apache Jenkins Server
See

Build failed in Jenkins: AuroraBot #725

2015-01-08 Thread Apache Jenkins Server
See -- [...truncated 2854 lines...] Downloading twitter.common.process-0.3.1.tar.gz Running setup.py (path:

Build failed in Jenkins: AuroraBot #724

2015-01-08 Thread Apache Jenkins Server
See -- [URLTrigger] A change within the response URL invocation (log) Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu) in workspace > git rev-parse --i

Build failed in Jenkins: AuroraBot #723

2015-01-08 Thread Apache Jenkins Server
See -- [URLTrigger] A change within the response URL invocation (log) Building remotely on ubuntu-4 (docker Ubuntu ubuntu4 ubuntu) in workspace > git rev-parse --i

Build failed in Jenkins: AuroraBot #722

2015-01-08 Thread Apache Jenkins Server
See Changes: [wfarner] Simplify client help output and solely use argparse. -- [...truncated 18689 lines...] SUCCESS:

Jenkins build is back to normal : Aurora #815

2015-01-08 Thread Apache Jenkins Server
See

Build failed in Jenkins: Aurora #814

2015-01-08 Thread Apache Jenkins Server
See Changes: [kevints] Add reference to styleguides for Java and Python. -- [...truncated 2828 lines...] Downloading/unpacking twitter.common.collections==0.3.1 (from -r

Re: Getting INVALID_REQUEST for createJob api

2015-01-08 Thread Bill Farner
Unfortunately this is a known wart in /apibeta, and a symptom of why it will never graduate from beta in the current form. The details behind why you see this is that we use Gson to deserialize JSON, which does not support to the JavaBean convention, using getter and setter methods. Thrift, on th

Getting INVALID_REQUEST for createJob api

2015-01-08 Thread Poppy
I am using createJob api to create a job but not able to create a job, getting the following. someone please let me know the correct json message": "Job configuration does not have instanceCount set." My aurora schedule running at -> http://myserver.com:8081/apibeta/createJob Using - Post Content-

Re: Java Styleguide

2015-01-08 Thread Joshua Cohen
https://reviews.apache.org/r/29691/ :) On Thursday, January 8, 2015, Jake Farrell wrote: > We probably should link or add this to our docs so new contributors who are > not watching the dev list currently do not miss this > > -Jake > > On Wed, Jan 7, 2015 at 8:01 PM, Joshua Cohen > > wrote: >

Re: Java Styleguide

2015-01-08 Thread Jake Farrell
We probably should link or add this to our docs so new contributors who are not watching the dev list currently do not miss this -Jake On Wed, Jan 7, 2015 at 8:01 PM, Joshua Cohen wrote: > Hi folks, > > Some recent reviews have been met with stylistic feedback. This is > important as maintainin