GORA-227

2014-10-08 Thread Sergey Weiss
Hello! This is to bring attention to the ticket GORA-227 https://issues.apache.org/jira/browse/GORA-227. Me and my team have developed a plugin for Nutch (in 2.x branch fork) and wanted to write a test similar to TestGenerator

[jira] [Commented] (GORA-227) Failing assertions when putting and getting Values using MemStore#execute

2014-10-08 Thread Talat UYARER (JIRA)
[ https://issues.apache.org/jira/browse/GORA-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14163603#comment-14163603 ] Talat UYARER commented on GORA-227: --- Hi [~sweiss], Memstore is a datastore like as HBase

[jira] [Comment Edited] (GORA-227) Failing assertions when putting and getting Values using MemStore#execute

2014-10-08 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14164096#comment-14164096 ] Lewis John McGibbney edited comment on GORA-227 at 10/8/14 8:21 PM:

[jira] [Commented] (GORA-227) Failing assertions when putting and getting Values using MemStore#execute

2014-10-08 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14164096#comment-14164096 ] Lewis John McGibbney commented on GORA-227: --- [~talat] .bq DataStoreFactory should

Re: GORA-227

2014-10-08 Thread Henry Saputra
Hi Sergey, There is an attempt to make MemStore like other stores: https://issues.apache.org/jira/browse/GORA-228 But to just fix tests I think we could just use static ConcurrentHashMap or Collections.synchronizedMap(new LinkedHashMap) as the backing store for MemStore for now. CC @Lewis and

[jira] [Resolved] (GORA-38) Complete Site Docs

2014-10-08 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved GORA-38. -- Resolution: Fixed DONE Complete Site Docs -- Key:

[jira] [Resolved] (GORA-60) Create Gora Avro module website documentation

2014-10-08 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved GORA-60. -- Resolution: Fixed I resolved this actually prior 0.5 release.

[jira] [Resolved] (GORA-11) Create new Gora-examples module for containing sample code or examples for Gora

2014-10-08 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lewis John McGibbney resolved GORA-11. -- Resolution: Won't Fix Right now we have the tests documented below

[jira] [Created] (GORA-384) Provide documentation on Gora Shims layer

2014-10-08 Thread Lewis John McGibbney (JIRA)
Lewis John McGibbney created GORA-384: - Summary: Provide documentation on Gora Shims layer Key: GORA-384 URL: https://issues.apache.org/jira/browse/GORA-384 Project: Apache Gora Issue

[jira] [Commented] (GORA-346) Create shim layer to support multiple hadoop versions

2014-10-08 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14164232#comment-14164232 ] Lewis John McGibbney commented on GORA-346: --- Linking for context. Create shim

[jira] [Commented] (GORA-270) IOUtils static SerializationFactory field

2014-10-08 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14164249#comment-14164249 ] Lewis John McGibbney commented on GORA-270: --- bq. I think they can live with this