[jira] [Created] (GORA-355) Integration with Apache Parquet (incubating)

2014-07-07 Thread Lewis John McGibbney (JIRA)
Lewis John McGibbney created GORA-355: - Summary: Integration with Apache Parquet (incubating) Key: GORA-355 URL: https://issues.apache.org/jira/browse/GORA-355 Project: Apache Gora Issue

Re: Intended Behaviour of DataStoreFactory#findProperty

2014-07-07 Thread Henry Saputra
+1 Using lower case should make it easier for configure the properties. Thanks for starting discussion on this Lewis! - Henry On Mon, Jul 7, 2014 at 5:45 AM, Lewis John Mcgibbney wrote: > Hi Folks, > Right now I am slightly puzzled by the above method but specifically the > following line > > S

[jira] [Commented] (GORA-354) Clarify lowercasing of DataStoreFactory#findProperty

2014-07-07 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14054138#comment-14054138 ] Lewis John McGibbney commented on GORA-354: --- http://www.mail-archive.com/dev%40gor

[jira] [Created] (GORA-354) Clarify lowercasing of DataStoreFactory#findProperty

2014-07-07 Thread Lewis John McGibbney (JIRA)
Lewis John McGibbney created GORA-354: - Summary: Clarify lowercasing of DataStoreFactory#findProperty Key: GORA-354 URL: https://issues.apache.org/jira/browse/GORA-354 Project: Apache Gora

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

2014-07-07 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14054126#comment-14054126 ] Lewis John McGibbney commented on GORA-346: --- Hi [~mikebern], this is really useful

[jira] [Updated] (GORA-353) Accumulo authentication token serialized incorrectly

2014-07-07 Thread Chin Huang (JIRA)
[ https://issues.apache.org/jira/browse/GORA-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chin Huang updated GORA-353: Attachment: patch3-correctly-serialize-authentication-token.diff patch1-fix-indentation-and-tr

[jira] [Created] (GORA-353) Accumulo authentication token serialized incorrectly

2014-07-07 Thread Chin Huang (JIRA)
Chin Huang created GORA-353: --- Summary: Accumulo authentication token serialized incorrectly Key: GORA-353 URL: https://issues.apache.org/jira/browse/GORA-353 Project: Apache Gora Issue Type: Bug

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

2014-07-07 Thread Mikhail Bernadsky (JIRA)
[ https://issues.apache.org/jira/browse/GORA-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14054049#comment-14054049 ] Mikhail Bernadsky commented on GORA-346: The shim solution looks great! There is o

[DISCUSS] Abstracting away Hadoop/MapReduce as Data Processing Layer

2014-07-07 Thread Lewis John Mcgibbney
Hi Folks, Many people know the way that things are going with regards to in-memory computing being 'the' hot topic on the planet right now (outside of the world cup). We have made good strides in Gora to get it to where it is as a top level project. It has also become aparent to me that something w

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

2014-07-07 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053692#comment-14053692 ] Lewis John McGibbney commented on GORA-346: --- Hi [~renato2099]. bq. ...or what othe

Re: Intended Behaviour of DataStoreFactory#findProperty

2014-07-07 Thread Renato Marroquín Mogrovejo
+1 Using the classname in lower case is much better than forcing the user to take care of all properties to be right. 2014-07-07 14:45 GMT+02:00 Lewis John Mcgibbney : > Hi Folks, > Right now I am slightly puzzled by the above method but specifically the > following line > > String fullKey = GOR

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

2014-07-07 Thread JIRA
[ https://issues.apache.org/jira/browse/GORA-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053605#comment-14053605 ] Renato Javier Marroquín Mogrovejo commented on GORA-346: So the modu

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

2014-07-07 Thread Moritz Hoffmann (JIRA)
[ https://issues.apache.org/jira/browse/GORA-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053606#comment-14053606 ] Moritz Hoffmann commented on GORA-346: -- I just realized only gora-shims-distribution ne

Intended Behaviour of DataStoreFactory#findProperty

2014-07-07 Thread Lewis John Mcgibbney
Hi Folks, Right now I am slightly puzzled by the above method but specifically the following line String fullKey = GORA + "." + org.apache.gora.util.StringUtils.getClassname(clazz) + "." + baseKey; We obtain the exact class name e.g. CassandraStore or SolrStore, etc… and then join the constituent