[DISCUSS] Release Sentry incubating version 1.3.0-rc3

2014-05-02 Thread Justin Mclean
Hi,

Looks good re signatures, licence, notice file etc etc

I did notice a couple of very minor issues that can be addressed in later 
releases:
- NOTICE has 2013 rather than 2014
- README.md is plain text not markdown format

But I was unable to get the soirce package to compile. Most likely issue at my 
end - do you have  any idea / advice on what the issue may be?

mvn install -DskipTests

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-antrun-plugin:1.6:run (download-hadoop) on 
project sentry-tests-hive: An Ant BuildException has occured: exec returned: 127

Thanks,
Justin
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [DISCUSS] Release Sentry incubating version 1.3.0-rc3

2014-05-02 Thread karthik ramachandran
Just do you have wget installed on your box?

There is a step in the process which pulls down the Cloudera Hadoop release
using wget, that might be what is failing.


On Fri, May 2, 2014 at 4:45 AM, Justin Mclean wrote:

> Hi,
>
> Looks good re signatures, licence, notice file etc etc
>
> I did notice a couple of very minor issues that can be addressed in later
> releases:
> - NOTICE has 2013 rather than 2014
> - README.md is plain text not markdown format
>
> But I was unable to get the soirce package to compile. Most likely issue
> at my end - do you have  any idea / advice on what the issue may be?
>
> mvn install -DskipTests
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-antrun-plugin:1.6:run (download-hadoop) on
> project sentry-tests-hive: An Ant BuildException has occured: exec
> returned: 127
>
> Thanks,
> Justin
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


-- 
Karthik Ramachandran
Mobile: 412-606-8981


Re: [DISCUSS] Release Sentry incubating version 1.3.0-rc3

2014-05-02 Thread Justin Mclean
Hi,

> Just do you have wget installed on your box?
No I didn't have it installed and that was the issue thanks. I had assumed that 
it wasn't needed if you didn't run the tests perhaps a future README can be 
updated to fix this?

HADOOP-7489 when running the tests on Java 1.7 (on OSX). Again perhaps a mote 
in the README about this might be helpful.

Thanks,
Justin
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org