Re: Avro 1.7.8 soon?

2014-11-18 Thread Ryan Blue
java, that I'd like to get in if there is time. I think it would be great to start getting support in for the work we've done in the spec lately. rb -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Json encoding and decoding when using Avro in .NET

2014-12-19 Thread Ryan Blue
sdk.codeplex.com/wikipage?title=Avro%20Library https://hadoopsdk.codeplex.com/license rb -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Patches requiring review for submission

2015-02-02 Thread Ryan Blue
last year (remove Date), but the last patch is from June. Do you want to update the patch? rb -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Need review/merges for couple of pull requests

2015-03-25 Thread Ryan Blue
rowse/AVRO-1554 UUID support in Avro 4) https://issues.apache.org/jira/browse/AVRO-1568 Allow Java polymorphism in Avro for third-party code 5) https://issues.apache.org/jira/browse/AVRO-1562 Add support for types extending Maps/Collections Thanks Sachin -- Ryan Blue Software Engineer Clo

Working with github pull requests

2015-03-31 Thread Ryan Blue
nate remote so I can fetch all of the PRs at once and cherry pick into my git-svn branch. That works pretty well and removes the problem of remembering to add files that are in a patch but not added to git or svn. Hopefully that's helpful to others. Thanks, rb -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Need review/merges for couple of pull requests

2015-05-27 Thread Ryan Blue
f someone could help a fellow engineer in getting his patch accepted. It would encourage more participation as well as help people wanting to use Avro for circular references. Regards SG -- Ryan Blue Software Engineer Cloudera, Inc. diff --git a/lang/java/avro/src/main/java/org/apache/avro/gene

Re: Need review/merges for couple of pull requests

2015-05-28 Thread Ryan Blue
ot;, "type" : [ "null", "long", "Parent" ] } ], "logicalType" : "reference", "ref-field-name" : "parent" } } ], "logicalType" : "referenceable", "id-field-name" :

Re: Next Avro release

2015-07-06 Thread Ryan Blue
1.7.8 issues are here: http://s.apache.org/5ShO Thanks, Tom -- Best regards / Met vriendelijke groeten, Niels Basjes -- Sean -- Ryan Blue Software Engineer Cloudera, Inc.

Re: [VOTE] Avro release 1.8.0 (rc0)

2015-08-14 Thread Ryan Blue
KEYS file here: https://dist.apache.org/repos/dist/release/avro/KEYS The Maven staging repository is at: https://repository.apache.org/content/repositories/orgapacheavro-1002 Please download, verify, and test. Thanks in advance for voting! Cheers, Tom -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Encrypting only some of the fields.

2015-08-20 Thread Ryan Blue
rs and put that in a normal AVRO file as bytes. But before I start coding; Has anyone ever thought about what the 'right' approach is to do this in AVRO? Has anyone build something I can have a look at? -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Fwd: Interested in Contributing to Apache Avro

2015-08-25 Thread Ryan Blue
my understanding of the project. Thanks and i will like to hear from the members of the organisation. Regards Alangi Derick Ndimnain -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Avro PHP RPC support ?

2015-09-24 Thread Ryan Blue
e.com/Avro-PHP-RPC-support-tp4033088.html Sent from the Avro - Developers mailing list archive at Nabble.com. -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Compiling a schema leaves the schema file open

2015-10-02 Thread Ryan Blue
ned and perhaps unnoticed. Please advice what do I need to do to proceed with my contribution. https://issues.apache.org/jira/browse/AVRO-1715 Thank you, Pavel -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Syntax-directed editor for Avro IDL

2015-10-19 Thread Ryan Blue
on Xtext if you are interested? Also is there any language specification (in for example EBNF) for the Avro IDL? I only found https://avro.apache.org/docs/current/idl.html and some pages on the wiki. Damiaan -- Ryan Blue Software Engineer Cloudera, Inc.

Python Avro implementations

2015-10-28 Thread Ryan Blue
ts. Does that sound reasonable? rb [1]: https://github.com/tebeka/fastavro -- Ryan Blue Software Engineer Cloudera, Inc.

Re: want to contribute

2015-10-29 Thread Ryan Blue
how to install your code-base and how to get started to your organization. Thanking you, Aaditya Thakkar. -- Ryan Blue Software Engineer Cloudera, Inc.

Re: want to contribute / Re: Getting Started / Re: Guidance for getting started

2015-10-29 Thread Ryan Blue
Sourabh, Aaska, and Aaditya, I didn't see the other two requests when I sent this original, but you can all three use it. Are you all in the same course at DA-IICT? rb On 10/29/2015 09:31 AM, Ryan Blue wrote: Hi Aaditya, The mailing list is a great place to start to see what's g

Release and code management

2015-10-29 Thread Ryan Blue
ly, using semver for each language and fixing format compatibility at version 1. Thoughts and discussion? rb -- Ryan Blue

[DISCUSS] Release and code management

2015-10-29 Thread Ryan Blue
we track which format versions are supported by given language versions? On Thu, Oct 29, 2015 at 12:18 PM, Ryan Blue wrote: Hi everyone, Right now we keep all of the language implementations in SVN together and release everything in a single source release, which I think is getting a little awkwa

Re: [DISCUSS] Release and code management

2015-10-29 Thread Ryan Blue
On 10/29/2015 11:28 AM, Sean Busbey wrote: On Oct 29, 2015 1:19 PM, "Ryan Blue" wrote: Where would the language interop tests live if we don't break them out? (We already have interop tests, in case that was lost in my original email.) We could either keep them where th

Re: [DISCUSS] Release and code management

2015-10-30 Thread Ryan Blue
this will make doing releases that much more complicated, time-consuming, and error-prone. Note that you could separate release trains while remaining in a single repo. I'd certainly prefer that than separating into many smaller repos. -- Philip On Thu, Oct 29, 2015 at 11:31 AM Ryan Blue

Re: Python Avro implementations

2015-11-05 Thread Ryan Blue
current fastavro codebase with it. However I have a hunch we won't be 100% backward compatible and will need some phase-out period (of course - I might be wrong :) On Thu, Oct 29, 2015 at 3:23 PM, Sean Busbey wrote: sounds great to me. On Wed, Oct 28, 2015 at 1:14 PM, Ryan Blue wrote: Hi

Re: [DISCUSS] Release and code management

2015-11-05 Thread Ryan Blue
in August 2013. I don't think more release overhead would be that big of a problem, and would be well worth keeping the languages that are well maintained released and up-to-date. rb On 10/30/2015 09:37 AM, Ryan Blue wrote: I think Sean is right that we could continue to release seve

Re: [DISCUSS] Release and code management

2015-11-05 Thread Ryan Blue
mply change the version number and re-release? -- Philip -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Python Avro implementations

2015-11-10 Thread Ryan Blue
Hey everyone, Sorry it took so long, I forgot I had promised to open an issue for this. It is here: https://issues.apache.org/jira/browse/AVRO-1756 Next step is to get a patch together! rb On 11/05/2015 09:06 AM, Ryan Blue wrote: Thanks, Miki! This sounds great. I'll open up an iss

Re: [DISCUSS] Release and code management

2015-11-12 Thread Ryan Blue
get those worked out then I'd like to make a release (of all components). The source tarball is nearly ready and a few implementations have updated license docs in the binary artifacts. We have a couple days work to go. I'm +1 on moving to git. Cheers, Tom On Thu, Nov 5, 2015 at 1

Re: [DISCUSS] Release and code management

2015-11-16 Thread Ryan Blue
ndicate the supported Avro specifcation. I think this makes sense. Right now, while we have only one version of the file format, do we need to include the format version in all version numbers? We could put off that step when we have more than one format version to worry about. rb -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Can somebody look at: https://issues.apache.org/jira/browse/AVRO-1723

2015-12-09 Thread Ryan Blue
PM, Zoltan Farkas wrote: This is quite a nice improvement to the avro IDL, and the amount of code is small. thank you —Z -- Ryan Blue Software Engineer Cloudera, Inc.

[DISCUSS] Migrate to Java 7

2015-12-14 Thread Ryan Blue
I just noticed that our tests are still compiling and running with Java 6. Java 7 is already end-of-life (public patches at least), so I think it is reasonable to start migrating. Is everyone okay with updating the builds and dropping support for Java 6? rb -- Ryan Blue

Re: [VOTE] Avro release 1.8.0 (rc1)

2015-12-16 Thread Ryan Blue
rify, and test. This is the first release that has been built using Docker, so please pay extra attention to the languages you are interested in. Thanks in advance for voting! Cheers, Tom -- Ryan Blue Software Engineer Cloudera, Inc.

Re: [DISCUSS] Migrate to Java 7

2015-12-18 Thread Ryan Blue
, yet generate bytecode at the Java 7 level. Niels On Fri, Dec 18, 2015 at 1:25 PM, Niels Basjes wrote: +1 On 18 Dec 2015 12:33, "Tom White" wrote: +1 Tom On Tue, Dec 15, 2015 at 1:08 AM, Ryan Blue wrote: I just noticed that our tests are still compiling and running with Java

Re: [DISCUSS][JAVA] Generating toBytes/fromBytes methods?

2015-12-21 Thread Ryan Blue
out.close(); return out.toByteArray(); } catch (RuntimeException rex) { throw new IOException(rex.getMessage()); } } } -- Ryan Blue Software Engineer Cloudera, Inc.

Re: [DISCUSS][JAVA] Generating toBytes/fromBytes methods?

2016-01-11 Thread Ryan Blue
sible; even though the schemas are different. What do you think of this direction? Niels On Mon, Dec 21, 2015 at 11:30 PM, Ryan Blue wrote: Niels, This sounds like a good idea to me to have methods like this. I've had to write those methods several times! The idea is also related

Re: [jira] [Commented] (AVRO-1781) Schema.parse is not thread safe

2016-01-13 Thread Ryan Blue
WeakIdentityHashMap? Are there other caches that might be improved with Guava? For example, GenericDatumReader's RESOLVER_CACHE might avoid ThreadLocal. Doug On Wed, Jan 13, 2016 at 10:18 AM, Ryan Blue (JIRA) wrote: [ https://issues.apache.org/jira/browse/AVRO-1781

Re: Schema evolution

2016-01-19 Thread Ryan Blue
ples because I couldn't find any example codes where it appends new records to an existing parquet file using Avro as well as any examples of how to change the schema and write new records based on new schema to that file. Thanks Lloyd -- Ryan Blue Software Engineer Cloudera, Inc.

Re: [VOTE] Avro release 1.8.0 (rc3)

2016-01-25 Thread Ryan Blue
please pay extra attention to the languages you are interested in. Thanks in advance for voting! Cheers, Tom -- Ryan Blue Software Engineer Cloudera, Inc.

Re: A proposal on the Documentation of the C API

2016-01-25 Thread Ryan Blue
as a GSOC Project for this year?. I will really like to work on this API and contribute to it as much as I can. Thanks and Cheers -- Ryan Blue Software Engineer Cloudera, Inc.

[VOTE] Move Avro to git

2016-02-01 Thread Ryan Blue
avro-dev/201511.mbox/%3C563B954C.2050503%40cloudera.com%3E -- Ryan Blue

Re: Avro schema doesn't honor backward compatibilty

2016-02-02 Thread Ryan Blue
at org.apache.avro.io.parsing.Parser.advance(Parser.java:88) ~[avro-1.7.4.jar:1.7.4] at org.apache.avro.io.ResolvingDecoder.readIndex(ResolvingDecoder.java:206) ~[avro-1.7.4.jar:1.7.4] at org.apache.avro.generic.GenericDatumReader.read(GenericDatumReader.java:152) ~[avro-1.7.4.jar:1.7.4] at org.apache.avro.generic.GenericDatumReader.readRecord(GenericDatumReader.java:177) ~[avro-1.7.4.jar:1.7.4] at org.apache.avro.generic.GenericDatumReader.read(GenericDatumReader.java:148) ~[avro-1.7.4.jar:1.7.4] at org.apache.avro.generic.GenericDatumReader.read(GenericDatumReader.java:139) ~[avro-1.7.4.jar:1.7.4] at com.appdynamics.blitz.shared.util.X.parseBinaryPayload(BlitzAvroSharedUtil.java:38) ~[blitz-shared.jar:na] What i understood from this <https://martin.kleppmann.com/2012/12/05/schema-evolution-in-avro-protocol-buffers-thrift.html> document that this should have been backward compatible but somehow that doesn't seem to be the case. Any idea what i am doing wrong? -- Ryan Blue Software Engineer Cloudera, Inc.

Re: List of Bugs

2016-02-02 Thread Ryan Blue
edTab=com.atlassian.jira.jira-projects-plugin:issues-panel How do I know which one to pick and not focus on something that someone else is working on ? -- Ryan Blue Software Engineer Cloudera, Inc.

Re: Avro schema doesn't honor backward compatibilty

2016-02-02 Thread Ryan Blue
se let me know if i didn't understand your email correctly or their is something i missed. -raghu On Tue, Feb 2, 2016 at 9:19 AM, Ryan Blue wrote: Hi Raghvendra, It looks like the problem is that you're using the new schema in place of the schema that the data was written with. You sho

Re: [VOTE] Move Avro to git

2016-02-04 Thread Ryan Blue
+1 On 02/03/2016 09:55 AM, Nges B wrote: +1 On 2/3/16, Sean Busbey wrote: +1 (non-binding) On Mon, Feb 1, 2016 at 2:02 PM, Ryan Blue wrote: Hi everyone, A couple months ago, on the "Release and code management" discussion thread [1], I suggested moving Avro to git. Everyone w

[RESULT] [VOTE] Move Avro to git

2016-02-04 Thread Ryan Blue
The vote to move to git passes with 11 +1 votes and no -1 or +0 votes. I'll file an infra ticket shortly to start the move. Thanks, everyone! rb On 02/01/2016 12:02 PM, Ryan Blue wrote: Hi everyone, A couple months ago, on the "Release and code management" discussion thread [

Moved to git!

2016-02-04 Thread Ryan Blue
[1]: https://issues.apache.org/jira/browse/AVRO-1794 -- Ryan Blue

Re: AVRO-1723 - can we implement this? patch is available, feature branch is available...

2016-02-12 Thread Ryan Blue
owse/AVRO-1723>. Could you help us get AVRO-1667 <https://issues.apache.org/jira/browse/AVRO-1667> in first by putting together a clean patch with it? rb On Fri, Feb 12, 2016 at 8:44 AM, Zoltan Farkas wrote: > let me know > > thank you > > —Z -- Ryan Blue Software Engineer Netflix

Re: A proposal on the Documentation of the C API

2016-02-26 Thread Ryan Blue
/16, Nges B wrote: > > Thanks you rb. > > I see loads of resources that I can start looking at. > > Hoping that they will help me. > > Thanks > > > > On 1/25/16, Ryan Blue wrote: > >> Nges, > >> > >> The existing documentation is publish

Re: NullPointerException from Json.ObjectWriter

2016-03-04 Thread Ryan Blue
> My beginners guess is that the source of the problem is a call of > asToken() in org.codehaus.jackson.JsonNode, which is abstract. > > > Regards, > Thomas > > > [0] > https://issues.apache.org/jira/browse/avro/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel > [1] https://github.com/tomlurge/converTor > [2] > https://github.com/tomlurge/converTor/blob/master/src/converTor/WriterObject.java -- Ryan Blue Software Engineer Netflix

Re: AVRO-1723 - can we implement this? patch is available, feature branch is available...

2016-03-06 Thread Ryan Blue
Zoltan Farkas > wrote: > >> > >> Done, you have now a patch attached to the JIRA + a reference to a > feature branch. > >> > >> let me know if you need anything else > >> > >> thank you > >> > >> —Z > >> > >

Re: Avro union compatibility mode enhancement proposal

2016-03-19 Thread Ryan Blue
gt;provide a patch in JIRA and dive into the details right there? >2. The base version of this evolution is 1.7.7, is it eligible to >contribution evaluation anyway? > > Thanks in advance, looking forward to hearing from you and giving you more > details. > > Kind Regards, > -- > *Yacine Benabderrahmane* > Architect > *OCTO Technology* > <http://www.octo.com> > --- > Tel : +33 6 10 88 25 98 > 50 avenue des Champs Elysées > 75008 PARIS > www.octo.com > -- Ryan Blue Software Engineer Netflix

Re: Handling empty string in avro file

2016-03-22 Thread Ryan Blue
ot;" > }] > } > > Since integer value is empty in source, by above one comes as null as > defined i tried give "type" : int as well and comes as NULL. > > Is there any way where i can get the empty string as it is in source. > Because in my landing hive table should contain both NULL and emptystring > and it has a different meaning for us . Your help would be appreciable. > > Thank you > > Regards, > Jegan > -- Ryan Blue Software Engineer Netflix

Re: [DISCUSS] timing for a 1.8.1 release?

2016-04-12 Thread Ryan Blue
or 1.8.1? > > -- > busbey > -- Ryan Blue Software Engineer Netflix

Re: [DISCUSS] timing for a 1.8.1 release?

2016-04-12 Thread Ryan Blue
t; > > On Apr 12, 2016, at 12:12 PM, Ryan Blue > wrote: > > > > +1 for a 1.8.1 release! I'd really like to get them out more regularly. > > > > On Tue, Apr 12, 2016 at 9:07 AM, Sean Busbey > wrote: > > > >> Hi folks! > >> > >>

Fwd: Avro union compatibility mode enhancement proposal

2016-04-12 Thread Ryan Blue
on without getting an error > >> - breaks the backward compatibility feature: the new reader is not > >> able to read an old version containing unknown types of the union > without > >> getting an error > >> > >> By the way, what do you exactly me

Draft board report

2016-04-12 Thread Ryan Blue
last 3 months): - 635 emails sent to list (541 in previous quarter) - u...@avro.apache.org: - 605 subscribers (up 7 in the last 3 months): - 107 emails sent to list (70 in previous quarter) ## JIRA activity: - 45 JIRA tickets created in the last 3 months - 26 JIRA tickets closed

Re: Avro union compatibility mode enhancement proposal

2016-04-16 Thread Ryan Blue
help fix another common writer evolution issue, we could also add a > similar catch-all for `enum`s (optional, to be explicitly specified in the > schema). > -Matthieu > > > > > On Apr 12, 2016, at 2:41 PM, Ryan Blue > wrote: > > > > Yacine, > > > &g

[DISCUSS] Quarterly release goal

2016-04-16 Thread Ryan Blue
ect more contributor-friendly. For example, we usually have good participation getting ready for releases so it's a good excuse to get some reviews done in addition to getting committed fixes out the door. Thoughts and comments? rb -- Ryan Blue

Re: Avro union compatibility mode enhancement proposal

2016-04-16 Thread Ryan Blue
orm”, > > “symbols”: [“UNSUPPORTED”, “ANDROID”, “IOS”], > > “onUnknown”: “UNSUPPORTED" > > } > > This `enum` would then be able to resolve schemas with extra symbols (read > as `UNSUPPORTED`). > > > > > On Apr 16, 2016, at 1:36 PM, Ryan Blue > wrote: &g

Re: Avro union compatibility mode enhancement proposal

2016-04-17 Thread Ryan Blue
> > --z > > > > > On Apr 16, 2016, at 10:26 PM, Ryan Blue > wrote: > > > > +1 > > > > On Sat, Apr 16, 2016 at 5:54 PM, Matthieu Monsch > > wrote: > > > >>> I think it may make sense for > >>> enums to add a special v

Re: Avro union compatibility mode enhancement proposal

2016-04-18 Thread Ryan Blue
If you add a new union syntax (e.g., > {"type":"union", "branches":[...], "default":...}) then existing > implementations will not be able to read new data that uses this > feature. > > Doug > -- Ryan Blue Software Engineer Netflix

Re: Avro union compatibility mode enhancement proposal

2016-04-18 Thread Ryan Blue
written into the spec. > > On Mon, Apr 18, 2016 at 12:52 PM, Ryan Blue > wrote: > > Isn't the problem that these changes aren't compatible right now anyway? > If > > I need to add an entry to an enum right now, older readers fail when > trying > > to

Re: Avro union compatibility mode enhancement proposal

2016-04-18 Thread Ryan Blue
ch by structure for cases where the record has been renamed. This would apply similar logic, allowing a more generic record to match. I wasn't thinking there would be a schema change, though we could certainly make that happen to standardize this behavior. rb On Mon, Apr 18, 2016 at 1:11 PM,

Re: Avro union compatibility mode enhancement proposal

2016-04-20 Thread Ryan Blue
acts as a base class. Note however > that, when using a record as the default branch, one could not then > use that same record as a non-default branch in another union. To > ameliorate that, we might permit multiple default branches in a union > to be specified as default with the

Re: [DISCUSS] Quarterly release goal

2016-04-20 Thread Ryan Blue
're signing up to be RM or to fix licensing issues. :) rb On Sun, Apr 17, 2016 at 5:13 PM, S G wrote: > +1 for quarterly releases ! > > On Sat, Apr 16, 2016 at 7:03 PM, Thiruvalluvan MG < > thiru...@yahoo.com.invalid> wrote: > > > +1. > > Thanks > &g

Re: [DISCUSS] Quarterly release goal

2016-04-21 Thread Ryan Blue
> > I agree both that we should have a regular release schedule, and that a > > 3-month cycle in particular is a good one to aim for. > > > > cheers > > –doug > > > > On Thu, Apr 21, 2016, at 12:23 AM, Ryan Blue wrote: > >> That's 3 of us,

Re: Adding myself to the "Credits" page ?

2016-05-03 Thread Ryan Blue
ertime > > I also noticed that for example Ryan is not on that list also. > > -- > Best regards / Met vriendelijke groeten, > > Niels Basjes > -- Ryan Blue Software Engineer Netflix

1.8.1 release

2016-05-09 Thread Ryan Blue
rb [1]: https://issues.apache.org/jira/browse/AVRO-1833 -- Ryan Blue

Re: [GitHub] avro pull request: AVRO-1568: Allow Java polymorphism in Avro for ...

2016-05-09 Thread Ryan Blue
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 enabled but not working, > please > > contact infrastructure at infrastruct...@apache.org or file a JIRA > ticket > > with INFRA. > > --- > > > -- Ryan Blue Software Engineer Netflix

Re: Bug in Avro or bug in Pig?

2016-05-11 Thread Ryan Blue
and the maven repo for the Avro trevni library. > > I haven't been able to spot any differences yet between those two versions > that may cause this. > > Where do you expect the cause of this problem is? > > -- > Best regards / Met vriendelijke groeten, > > Niels Basjes > -- Ryan Blue

Re: 1.8.1 release

2016-05-13 Thread Ryan Blue
st on github that involves data corruption. > > Niels > > On Mon, May 9, 2016 at 5:36 PM, Ryan Blue wrote: > > > Hi everyone, > > > > Just wanted to post an update on the 1.8.1 release. The release issue, > > AVRO-1833 [1], accumulated 5 issues to complete befor

[VOTE] Release Apache Avro 1.8.1 RC1

2016-05-14 Thread Ryan Blue
;s specific object model Please download, verify, and test. Please vote by Wednesday morning. Thanks, everyone! [ ] +1 Release this as Apache Avro 1.8.1 [ ] +0 [ ] -1 Do not release this because... -- Ryan Blue

Re: [VOTE] Release Apache Avro 1.8.1 RC1

2016-05-17 Thread Ryan Blue
he hadoop1 and hadoop2 JARs were > built against the corresponding Hadoop interfaces. > > I wanted to run some tests for a project that uses Avro, but it looks like > the Maven repo does not have the artifacts yet (needs closing?). > > Cheers, > Tom > > On Sun, May 15, 201

Re: [VOTE] Release Apache Avro 1.8.1 RC1

2016-05-17 Thread Ryan Blue
I was able to get the convenience binaries for Java staged this morning. You can find them here: https://repository.apache.org/content/groups/staging/org/apache/avro/ And please remember to vote! rb On Tue, May 17, 2016 at 8:26 AM, Ryan Blue wrote: > I'm still unable to up

Re: [VOTE] Release Apache Avro 1.8.1 RC1

2016-05-19 Thread Ryan Blue
I wanted to run some tests for a project that uses Avro, but it looks like > the Maven repo does not have the artifacts yet (needs closing?). > > Cheers, > Tom > > On Sun, May 15, 2016 at 2:38 AM, Ryan Blue wrote: > > > Hi everyone, > > > > I propose t

1.8.1 released! (Almost)

2016-05-21 Thread Ryan Blue
I've pushed the changes for the 1.8.1 release. I don't have permission to push to npm, rubygems, or pypi yet so those are still pending. I'll send out the formal announcement tomorrow when mirrors are updated. Thanks, everyone! rb -- Ryan Blue

[ANNOUNCE] Avro release 1.8.1

2016-05-23 Thread Ryan Blue
ks to everyone for contributing! -- Ryan Blue

Volunteer needed: release manager for 1.8.2

2016-05-23 Thread Ryan Blue
ith 3 months to track issues for 1.8.2 and we can get them fixed instead of scrambling just before the release. It shouldn't be a large time commitment this way. Anyone want to volunteer? rb -- Ryan Blue

Re: Need review/merges for couple of pull requests

2016-06-01 Thread Ryan Blue
encoder.flush(); > byte[] bytes = byteArrayOutputStream.toByteArray(); > > assertTrue( bytes != null ); > } > } > > class ListNode > { > String data; > ListNode next; > > public ListNode() { > } > public ListN

Re: Need review/merges for couple of pull requests

2016-06-01 Thread Ryan Blue
icult. > Is there a way to do this without making the classes extend the LogicalType > ? > > SG > > > On Wed, Jun 1, 2016 at 3:29 PM, Ryan Blue > wrote: > > > SG, > > > > The example/test I built uses logical types to remove the circular > > reference

Re: [DISCUSS] 1.8.2 RCs on or about july 7th?

2016-07-05 Thread Ryan Blue
push as well but please > don't worry if things don't make it into 1.8.2. I'm going to start pushing > to get us on a monthly release cadence, so there should be plenty of > additional chances for your work to get into a release. > > - > busbey > -- Ryan Blue Software Engineer Netflix

Re: Help with task: Update Avro's internal schema cache to use a thread-safe class

2016-07-09 Thread Ryan Blue
ld I make a try with this? > I would like to help out with the task listed at > https://helpwanted.apache.org/task.html?7016995e > > > > -- Ryan Blue Software Engineer Netflix

Board report draft

2016-07-14 Thread Ryan Blue
list (660 in previous quarter) - u...@avro.apache.org: - 621 subscribers (up 16 in the last 3 months): - 48 emails sent to list (107 in previous quarter) ## JIRA activity: - 53 JIRA tickets created in the last 3 months - 29 JIRA tickets closed/resolved in the last 3 months -- Ryan Blue

Re: Java Mvn Compile error

2016-07-25 Thread Ryan Blue
o Tools .. SKIPPED* > >> > *[INFO] Apache Avro Protobuf Compatibility . SKIPPED* > >> > *[INFO] Apache Avro Thrift Compatibility ... SKIPPED* > >> > *[INFO] Apache Avro Maven Archetypes ... SKIPPED* > >> > *[INFO] Apache Avro Maven Service Archetype SKIPPED* > >> > *[INFO] > >> > > * > >> > *[INFO] BUILD FAILURE* > >> > *[INFO] > >> > > * > >> > *[INFO] Total time: 11:27 min* > >> > *[INFO] Finished at: 2016-07-22T00:31:55+05:30* > >> > *[INFO] Final Memory: 33M/107M* > >> > *[INFO] > >> > > * > >> > *[ERROR] Failed to parse plugin descriptor for > >> > org.apache.avro:avro-maven-plugin:1.9.0-SNAPSHOT > >> > (C:\Users\Theodore\git\avro\lang\java\maven-plugin\target\classes): No > >> > plugin descriptor found at META-INF/maven/plugin.xml -> [Help 1]* > >> > *[ERROR]*** > >> > *[ERROR] Failed to parse plugin descriptor for > >> > org.apache.avro:avro-maven-plugin:1.9.0-SNAPSHOT > >> > (C:\Users\Theodore\git\avro\lang\java\maven-plugin\target\classes): No > >> > plugin descriptor found at META-INF/maven/plugin.xml -> [Help 1]* > >> > *[ERROR]* > >> > >> > >> > >> -- > >> busbey > >> > > > > -- > busbey > -- Ryan Blue Software Engineer Netflix

Re: verifying the build instructions

2016-08-03 Thread Ryan Blue
he.avro:dev-tools. > > Anyone know if this is more likely to be an error in my setup vs a gap > in the build script? My intuition says gap in the build script, but I > haven't had time to dig in at all. > > -- > busbey > -- Ryan Blue Software Engineer Netflix

Re: Query regarding the Avro Schema

2016-08-04 Thread Ryan Blue
sible way so we can > achieve this behavior. > > > Thanks, > Nirav Bakori > SE - Informatica LLC > -- Ryan Blue Software Engineer Netflix

Re: verifying the build instructions

2016-08-04 Thread Ryan Blue
n't see any revert. > > On Wed, Aug 3, 2016 at 2:36 PM, Sean Busbey wrote: > > sweet. I'll pull down an updated repo tonight and restart the run. > > > > On Wed, Aug 3, 2016 at 11:41 AM, Ryan Blue > wrote: > >> Sorry about this, I ran into it the

Re: verifying the build instructions

2016-08-04 Thread Ryan Blue
> -- > Sean Busbey > On Aug 4, 2016 12:50, "Ryan Blue" wrote: > > > It's in branch-1.8. > > > > I left the commits in master so we can still use them to verify changes. > > Then porting commits to the 1.8 branch will be safer. > > > > rb

Re: [GitHub] avro pull request #113: AVRO-1882: ConcurrentHashMap with non-string keys fa...

2016-08-24 Thread Ryan Blue
2 > >> Author: Sachin Goyal > >> Date: 2016-07-25T21:32:46Z > >> > >> AVRO-1882: ConcurrentHashMap with non-string keys fails in Java 1.8 > >> > >> > >> > >> > >> --- > >> 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 enabled but not working, > >> please > >> contact infrastructure at infrastruct...@apache.org or file a JIRA > ticket > >> with INFRA. > >> --- > >> > > > > > -- Ryan Blue Software Engineer Netflix

Re: [GitHub] avro pull request #114: AVRO-1889: Upgrade maven-shade plugin

2016-08-24 Thread Ryan Blue
AVRO-1889: Upgrade maven-shade plugin > >> > >> > >> > >> > >> --- > >> 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 enabled but not working, > >> please > >> contact infrastructure at infrastruct...@apache.org or file a JIRA > ticket > >> with INFRA. > >> --- > >> > > > > > -- Ryan Blue Software Engineer Netflix

Re: Task #7016995e - Avro

2016-08-31 Thread Ryan Blue
est in this! rb On Sat, Aug 27, 2016 at 7:23 PM, Oleg Goroshko wrote: > Hi, > > I'd like to start looking into Task #7016995e: Update Avro's internal > schema cache to use a thread-safe class. > > Not sure if I can resolve it, but how do I start? > > Best Regard

Re: Apache Avro to .NET Core

2016-09-06 Thread Ryan Blue
thod.CreateDelegate(ctorType); > } > > Thanks > > Cheers > -- > Welly Tambunan > Triplelands > > http://weltam.wordpress.com > http://www.triplelands.com <http://www.triplelands.com/blog/> > -- Ryan Blue Software Engineer Netflix

Re: Fixed dimension for array

2016-10-03 Thread Ryan Blue
king for structured objects that can be > significant for large numbers of dimensions, as shown above. The advantage > to PFA is that we can write functions that do not need to check all array > sizes at runtime (for operations like tensor contractions and products). > > We have searched the web and the Avro JIRA site for similar proposals and > found none, so we're adding this proposal to JIRA (see issue 1922 > <https://issues.apache.org/jira/browse/AVRO-1922>) in addition to this > e-mail. Please let us know if you have any comments, or if we can provide > any more information. > > Thank you for your consideration! > -- Walt Wells for the Data Mining Group > -- Ryan Blue Software Engineer Netflix

Avro board report for Oct 2016

2016-10-13 Thread Ryan Blue
ts closed/resolved in the last 3 months -- Ryan Blue Software Engineer Netflix

Avro 1.8.2 release

2016-10-30 Thread Ryan Blue
885 and we can discuss on that issue. Thanks! rb -- Ryan Blue

C++ contributions to review

2016-10-30 Thread Ryan Blue
Could someone familiar with the C++ implementation take the time to review them? rb -- Ryan Blue

Re: Avro 1.8.2 release

2016-10-30 Thread Ryan Blue
anyone would like to get other commits in or think > > there are more blockers, please link them to AVRO-1885 and we can discuss > > on that issue. > > > > Thanks! > > > > rb > > > > -- > > Ryan Blue > > > -- Ryan Blue Software Engineer Netflix

Re: backporting a fix to avro 1.7

2016-10-31 Thread Ryan Blue
>> would be a lot easier than trying to upgrade 1.4 and now 1.7 code to > >> 1.9 > >> >> (which is where this will will end up in, when its released?) > >> >> > >> >> I can just open a PR porting the fix to the 1.7 branch (maybe 1.8 > >> branch as > >> >> well, for consistency), if thats the procedure. > >> >> > >> >> Thanks in advance, > >> >> > >> >> > >> >> Radai. > >> > > >> > > >> > > >> > -- > >> > busbey > >> > >> > >> > >> -- > >> busbey > >> > > > > > -- Ryan Blue Software Engineer Netflix

[VOTE] Release Apache Avro 1.8.2 RC1

2016-11-06 Thread Ryan Blue
elease this because... -- Ryan Blue

Re: [VOTE] Release Apache Avro 1.8.2 RC1

2016-11-06 Thread Ryan Blue
+1 Verified signatures, checksums. Ran build.sh test in docker and all tests are passing. rb On Sun, Nov 6, 2016 at 1:59 PM, Ryan Blue wrote: > Hi everyone, > > I propose the following RC to be released as official Apache Avro 1.8.2 > release. > >

Re: Issue while converting json to avro

2016-11-07 Thread Ryan Blue
t as to how can I achieve this. > > > > > > Exception in thread "main" org.apache.avro.AvroTypeException: Expected > start-union. Got VALUE_STRING > > > > > > > > > > > > Thank you, > > Anand > > > > -- Ryan Blue Software Engineer Netflix

Re: [VOTE] Release Apache Avro 1.8.2 RC1

2016-11-10 Thread Ryan Blue
> >> fail on my system (CentOS 7). This suggests that something is missing > from > >> the docker setup and is being picked up from the host computer, but I > >> haven't had a chance to investigate. > >> > >> Given that it's a choice

  1   2   3   4   5   6   7   8   9   >