DISCUSSION : Create a Base Docker Image

2016-11-01 Thread suraj acharya
Hi, I wanted to discuss whether it will be a good idea to create a base docker image and then check that out every time we wish to use docker. The main reason behind the request is that the initial startup time to build a docker time will go down significantly ( from the present 20 ish minutes).

[GitHub] avro pull request #149: AVRO-1944: Fixed invalid toString in records with du...

2016-11-01 Thread nielsbasjes
Github user nielsbasjes closed the pull request at: https://github.com/apache/avro/pull/149 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (AVRO-1944) Invalid toString results

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626615#comment-15626615 ] ASF GitHub Bot commented on AVRO-1944: -- Github user nielsbasjes closed the pull request at:

[jira] [Updated] (AVRO-1944) Invalid toString results

2016-11-01 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes updated AVRO-1944: --- Resolution: Fixed Status: Resolved (was: Patch Available) > Invalid toString results >

[jira] [Commented] (AVRO-1944) Invalid toString results

2016-11-01 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626611#comment-15626611 ] ASF subversion and git services commented on AVRO-1944: --- Commit

[jira] [Updated] (AVRO-1887) set up precommit checks via Apache Yetus

2016-11-01 Thread Suraj Acharya (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suraj Acharya updated AVRO-1887: Attachment: AVRO-1887-2.patch > set up precommit checks via Apache Yetus >

[jira] [Commented] (AVRO-1887) set up precommit checks via Apache Yetus

2016-11-01 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626140#comment-15626140 ] Sean Busbey commented on AVRO-1887: --- looks good. I'll play with this a bit before committing. One small

Re: backporting a fix to avro 1.7

2016-11-01 Thread radai
we (linkedin) are doing this as part of a migration path from 1.4 (where a lot of our code currently is) to 1.7. migrating everything to 1.8 is not an option right now, and while eventually we will end up with our own internal fork of 1.7, i was at least hoping to base it on a new release. On