[jira] [Commented] (AVRO-1765) Update node.js version in docker image

2015-12-04 Thread Hudson (JIRA)

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

Hudson commented on AVRO-1765:
--

SUCCESS: Integrated in AvroJava #557 (See 
[https://builds.apache.org/job/AvroJava/557/])
AVRO-1765: JS: Update node.js in docker to 4.x. (blue: rev 1718013)
* trunk/CHANGES.txt
* trunk/share/docker/Dockerfile


> Update node.js version in docker image
> --
>
> Key: AVRO-1765
> URL: https://issues.apache.org/jira/browse/AVRO-1765
> Project: Avro
>  Issue Type: Task
>  Components: docker, js
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1765.1.patch
>
>
> The docker image includes node.js version 0.10.29, which is too old to run 
> the current set of JS unit tests. The latest stable version is 5.1.0 and the 
> "mature and dependable" version is 4.2.2, so the version in docker (from 
> ubuntu) is quite old. The install instructions for 4.2.2 aren't very 
> difficult:
> {code}
> curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
> sudo apt-get install -y nodejs
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AVRO-1765) Update node.js version in docker image

2015-12-04 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on AVRO-1765:
---

Commit 1718013 from [~b...@cloudera.com] in branch 'avro/trunk'
[ https://svn.apache.org/r1718013 ]

AVRO-1765: JS: Update node.js in docker to 4.x.

> Update node.js version in docker image
> --
>
> Key: AVRO-1765
> URL: https://issues.apache.org/jira/browse/AVRO-1765
> Project: Avro
>  Issue Type: Task
>  Components: docker, js
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1765.1.patch
>
>
> The docker image includes node.js version 0.10.29, which is too old to run 
> the current set of JS unit tests. The latest stable version is 5.1.0 and the 
> "mature and dependable" version is 4.2.2, so the version in docker (from 
> ubuntu) is quite old. The install instructions for 4.2.2 aren't very 
> difficult:
> {code}
> curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
> sudo apt-get install -y nodejs
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AVRO-1765) Update node.js version in docker image

2015-12-04 Thread Tom White (JIRA)

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

Tom White commented on AVRO-1765:
-

+1 looks good to me.

> Update node.js version in docker image
> --
>
> Key: AVRO-1765
> URL: https://issues.apache.org/jira/browse/AVRO-1765
> Project: Avro
>  Issue Type: Task
>  Components: docker, js
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1765.1.patch
>
>
> The docker image includes node.js version 0.10.29, which is too old to run 
> the current set of JS unit tests. The latest stable version is 5.1.0 and the 
> "mature and dependable" version is 4.2.2, so the version in docker (from 
> ubuntu) is quite old. The install instructions for 4.2.2 aren't very 
> difficult:
> {code}
> curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
> sudo apt-get install -y nodejs
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (AVRO-1765) Update node.js version in docker image

2015-12-03 Thread Matthieu Monsch (JIRA)

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

Matthieu Monsch commented on AVRO-1765:
---

Thanks [~rdblue]. I'm not familiar with the process for upgrading the Avro 
docker image but this version of node is good for the JavaScript implementation.

> Update node.js version in docker image
> --
>
> Key: AVRO-1765
> URL: https://issues.apache.org/jira/browse/AVRO-1765
> Project: Avro
>  Issue Type: Task
>  Components: docker, js
>Affects Versions: 1.8.0
>Reporter: Ryan Blue
>Assignee: Ryan Blue
> Fix For: 1.8.0
>
> Attachments: AVRO-1765.1.patch
>
>
> The docker image includes node.js version 0.10.29, which is too old to run 
> the current set of JS unit tests. The latest stable version is 5.1.0 and the 
> "mature and dependable" version is 4.2.2, so the version in docker (from 
> ubuntu) is quite old. The install instructions for 4.2.2 aren't very 
> difficult:
> {code}
> curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
> sudo apt-get install -y nodejs
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)