validating user IDs

2012-06-11 Thread Colin McCabe
Hi all, I recently pulled the latest source, and ran a full build. The command line was this: mvn compile -Pnative I was confronted with this: [INFO] Requested user cmccabe has id 500, which is below the minimum allowed 1000 [INFO] FAIL: test-container-executor [INFO]

Re: validating user IDs

2012-06-11 Thread Alejandro Abdelnur
Colin, Would be possible using some kind of cmake config magic to set a macro to the current OS limit? Even if this means detecting the OS version and assuming its default limit. thx On Mon, Jun 11, 2012 at 3:57 PM, Colin McCabe cmcc...@alumni.cmu.eduwrote: Hi all, I recently pulled the

Re: validating user IDs

2012-06-11 Thread Colin McCabe
Sure. We could also find the current user ID and bake that into the test as an acceptable UID. If that makes sense. Colin On Mon, Jun 11, 2012 at 4:12 PM, Alejandro Abdelnur t...@cloudera.com wrote: Colin, Would be possible using some kind of cmake config magic to set a macro to the