You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by Billie Rinaldi <bi...@gmail.com> on 2015/03/10 15:03:24 UTC

native libs in git

Hey Steve, what's going on with the compiled native libs under
bin/windows?  There's an incomplete readme that says they're for Jenkins
testing.  Can we move these to some src/test/resources directory?

Billie

Re: native libs in git

Posted by Billie Rinaldi <bi...@gmail.com>.
I guess the ideal would be to have them in a Docker container used for the
build (I hear this is possible at least on some build servers), or somehow
already installed on the Jenkins machine. Not sure what the state of Docker
on Windows is, though.
On Mar 10, 2015 2:19 PM, "Steve Loughran" <st...@hortonworks.com> wrote:

>
> OK.
> They were there for ASF Jenkins builds,
> https://builds.apache.org/view/H-L/view/Hadoop/job/slider-develop-windows/
>
> That isn't working right now because we were getting odd mini-yarn-cluster
> exceptions about permissions in the localisation dirs; they couldn't set
> the permissions. This apparently surfaces with mounted host HDDs in a VM,
> though builds@apache deny they do this.
>
> It's not in src/test/resources because we don't want them picked up. What
> we could do is move them to a funtest/bin dir, even though they are
> actually needed in the unit tests too (you need the lib dir set up to pick
> up HADOOP.DLL)
>
> On 10/03/2015 07:03, "Billie Rinaldi" <bi...@gmail.com> wrote:
>
> >Hey Steve, what's going on with the compiled native libs under
> >bin/windows?  There's an incomplete readme that says they're for Jenkins
> >testing.  Can we move these to some src/test/resources directory?
> >
> >Billie
>
>

Re: native libs in git

Posted by Steve Loughran <st...@hortonworks.com>.
OK.
They were there for ASF Jenkins builds,
https://builds.apache.org/view/H-L/view/Hadoop/job/slider-develop-windows/

That isn't working right now because we were getting odd mini-yarn-cluster
exceptions about permissions in the localisation dirs; they couldn't set
the permissions. This apparently surfaces with mounted host HDDs in a VM,
though builds@apache deny they do this.

It's not in src/test/resources because we don't want them picked up. What
we could do is move them to a funtest/bin dir, even though they are
actually needed in the unit tests too (you need the lib dir set up to pick
up HADOOP.DLL)

On 10/03/2015 07:03, "Billie Rinaldi" <bi...@gmail.com> wrote:

>Hey Steve, what's going on with the compiled native libs under
>bin/windows?  There's an incomplete readme that says they're for Jenkins
>testing.  Can we move these to some src/test/resources directory?
>
>Billie