[jira] [Updated] (GORA-134) ListGenericArray's hashCode causes StackOverflowError

2012-05-18 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney updated GORA-134: -- Affects Version/s: 0.2 Fix Version/s: 0.3 ListGenericArray's hashCode

[jira] [Commented] (GORA-134) ListGenericArray's hashCode causes StackOverflowError

2012-05-18 Thread Kazuomi Kashii (JIRA)
[ https://issues.apache.org/jira/browse/GORA-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13278780#comment-13278780 ] Kazuomi Kashii commented on GORA-134: - Hi Lewis, I have attached GORA-134-v2.patch with

[jira] [Commented] (GORA-95) Catch incorrect mapping configurations and implement sufficient logging.

2012-05-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/GORA-95?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13278779#comment-13278779 ] Hudson commented on GORA-95: Integrated in gora-trunk #280 (See

Re: FakeResolvingDecoder

2012-05-18 Thread Enis Söztutar
Hi Ed, Good to see some interest in pushing things forward. As the javadoc says, FakeResolvingDecoder is pretty much a big dirty hack to work around Avro's internals, but as you pointed out much has changed in Avro, so we may have to rethink those parts. We need the dirty bits in the

Re: FakeResolvingDecoder

2012-05-18 Thread Ed Kohlwey
Enis, Thanks for the pointers. Are the dirty bits only used by Map/Reduce or for general persistence in terms of application logic? I guess in the latter case its ok for them to be transient, and if the only other use case is in Map/Reduce, something could maybe be done in the input and output

Re: FakeResolvingDecoder

2012-05-18 Thread Enis Söztutar
I am all up for not hijacking avro API's :) Dirty-bits serialization came up first in Hadoop mapreduce, since we have to serialize the data and the mutation state between tasks. I can think of other cases, where you may want to serialize object-mutation state, where you are passing the objects

[jira] [Commented] (GORA-135) Add gora-env.sh and other Hadoop related configuration to /conf

2012-05-18 Thread JIRA
[ https://issues.apache.org/jira/browse/GORA-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13279396#comment-13279396 ] Renato Javier Marroquín Mogrovejo commented on GORA-135: I totally