[ 
https://issues.apache.org/jira/browse/YARN-8873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663141#comment-16663141
 ] 

Weiwei Yang edited comment on YARN-8873 at 10/25/18 3:12 AM:
-------------------------------------------------------------

The error [~anu] pointed out in the trunk-commit job seems irrelevant, I saw 
similar problems in

[https://builds.apache.org/job/Hadoop-trunk-Commit/15307/consoleText]

[https://builds.apache.org/job/Hadoop-trunk-Commit/15306/consoleText]

Looks like this job is executed on a jenkins slave machine without using a 
docker image. From some other log (successful ones) I can see:
{noformat}
Sending build context to Docker daemon 13.82kB
...
---> c5ed970306a4 Step 13/31 : RUN mkdir -p /opt/protobuf-src && curl -L -s -S 
https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz
 -o /opt/protobuf.tar.gz && tar xzf /opt/protobuf.tar.gz --strip-components 1 
-C /opt/protobuf-src && cd /opt/protobuf-src && ./configure 
--prefix=/opt/protobuf && make install && cd /root && rm -rf /opt/protobuf-src
{noformat}
that will make sure the build env has correct version of protobuf 2.5.0. 
However on the jenkins slave {color:#d04437}*H19*{color}, it seems to the 
installed protoc version is 2.6.1, that's why pre-commit jobs were all failing 
on this slave. 


was (Author: cheersyang):
The error [~anu] pointed out in the trunk-commit job seems irrelevant, I saw 
similar problems in

[https://builds.apache.org/job/Hadoop-trunk-Commit/15307/consoleText]

[https://builds.apache.org/job/Hadoop-trunk-Commit/15306/consoleText]

Looks like this job is executed on a jenkins slave machine without using a 
docker image. From some other log (successful ones) I can see:

{noformat}

Sending build context to Docker daemon 13.82kB

...

---> c5ed970306a4 Step 13/31 : RUN mkdir -p /opt/protobuf-src && curl -L -s -S 
https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz
 -o /opt/protobuf.tar.gz && tar xzf /opt/protobuf.tar.gz --strip-components 1 
-C /opt/protobuf-src && cd /opt/protobuf-src && ./configure 
--prefix=/opt/protobuf && make install && cd /root && rm -rf /opt/protobuf-src

{noformat}

that will make sure the build env has correct version of protobuf 2.5.0. 
However on the jenkins slave {color:#d04437}*H19*{color}, it seems to the 
installed protoc version is 2.6.1, that's why pre-commit jobs were all failing 
on this slave. 

> [YARN-8811] Add CSI java-based client library
> ---------------------------------------------
>
>                 Key: YARN-8873
>                 URL: https://issues.apache.org/jira/browse/YARN-8873
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Weiwei Yang
>            Assignee: Weiwei Yang
>            Priority: Major
>             Fix For: 3.3.0
>
>         Attachments: YARN-8873.001.patch, YARN-8873.002.patch, 
> YARN-8873.003.patch, YARN-8873.004.patch, YARN-8873.005.patch, 
> YARN-8873.006.patch
>
>
> Build a java-based client to talk to CSI drivers, through CSI gRPC services.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to