Re: Bug When Writing Into Solr Store

2015-09-02 Thread Furkan KAMACI
Hi Lewis, Ok, I'll open an issue for it and attach a patch due to there is not an issue opened already. Kind Regards, Furkan KAMACI 3 Eyl 2015 08:41 tarihinde "Lewis John Mcgibbney" yazdı: > Hi Furkan, > > Please log an issue, tag it with gora-solr and either set it for 0.6.1 (if > you can fix

Re: Bug When Writing Into Solr Store

2015-09-02 Thread Lewis John Mcgibbney
Hi Furkan, Please log an issue, tag it with gora-solr and either set it for 0.6.1 (if you can fix it) or alternatively 0.7. If you could provide a patch it would be most helpful. Thanks Lewis On Wed, Sep 2, 2015 at 2:52 PM, wrote: > > I was testing to write into Solr database and I realized tha

[jira] [Updated] (GORA-433) Make Final Non-Final Public Static Fields

2015-09-02 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/GORA-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated GORA-433: --- Description: Non-final public static fields can be changed by external classes (by a malicious code or a

[jira] [Commented] (GORA-433) Make Final Non-Final Public Static Fields

2015-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14728114#comment-14728114 ] ASF GitHub Bot commented on GORA-433: - GitHub user kamaci opened a pull request: ht

[GitHub] gora pull request: GORA-433 Make Final Non-Final Public Static Fie...

2015-09-02 Thread kamaci
GitHub user kamaci opened a pull request: https://github.com/apache/gora/pull/35 GORA-433 Make Final Non-Final Public Static Fields Non-final public static fields can be changed by external classes (by a malicious code or accidentally). You can merge this pull request into a Git r

[jira] [Created] (GORA-433) Make Final Non-Final Public Static Fields

2015-09-02 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created GORA-433: -- Summary: Make Final Non-Final Public Static Fields Key: GORA-433 URL: https://issues.apache.org/jira/browse/GORA-433 Project: Apache Gora Issue Type: Improvemen

[jira] [Updated] (GORA-432) Simplify if Statements

2015-09-02 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/GORA-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated GORA-432: --- Fix Version/s: 0.6.1 > Simplify if Statements > -- > > Key: GORA-432

[jira] [Commented] (GORA-432) Simplify if Statements

2015-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GORA-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14728095#comment-14728095 ] ASF GitHub Bot commented on GORA-432: - GitHub user kamaci opened a pull request: ht

[GitHub] gora pull request: GORA-432 Simplify if Statements

2015-09-02 Thread kamaci
GitHub user kamaci opened a pull request: https://github.com/apache/gora/pull/34 GORA-432 Simplify if Statements There are some if statements which can be simplified to make code more readable. You can merge this pull request into a Git repository by running: $ git pull https:

[jira] [Created] (GORA-432) Simplify if Statements

2015-09-02 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created GORA-432: -- Summary: Simplify if Statements Key: GORA-432 URL: https://issues.apache.org/jira/browse/GORA-432 Project: Apache Gora Issue Type: Improvement Report

Bug When Writing Into Solr Store

2015-09-02 Thread Furkan KAMACI
Hi All, I was testing to write into Solr database and I realized that it doesn't commit documents which are at last buffer when buffer is not equal to default commit size. For example, run LogAnalytics example with a configuration of reading from Hbase and persisting results into Solr. Result size

Re: Unnecessary Variable

2015-09-02 Thread Renato Marroquín Mogrovejo
Hi Furkan, Thanks for taking the time and looking into this. I agree with you, there is something fuzzy going on there. So our persistent classes extent org.apache.avro.specific.SpecificRecord and use their specific DatumReader/Writer which in turn use the the methods that you are pointing out. An

Re: Unnecessary Variable

2015-09-02 Thread Furkan KAMACI
Also, here is the issue for general serialization mechanism for Map Reduce: https://issues.apache.org/jira/browse/HADOOP-1986 Here is the main usage of that parameter: https://avro.apache.org/docs/1.7.6/api/java/org/apache/avro/generic/GenericDatumReader.html#read(D, org.apache.avro.io.Decoder) I

[jira] [Commented] (GORA-386) Gora Spark Backend Support

2015-09-02 Thread Lewis John McGibbney (JIRA)
[ https://issues.apache.org/jira/browse/GORA-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727332#comment-14727332 ] Lewis John McGibbney commented on GORA-386: --- I'll attach a patch in about an hour

[jira] [Commented] (GORA-431) reuseObjects is Not Used

2015-09-02 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/GORA-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727340#comment-14727340 ] Furkan KAMACI commented on GORA-431: Check here for previous e-mails: http://markmail.or

[jira] [Created] (GORA-431) reuseObjects is Not Used

2015-09-02 Thread Furkan KAMACI (JIRA)
Furkan KAMACI created GORA-431: -- Summary: reuseObjects is Not Used Key: GORA-431 URL: https://issues.apache.org/jira/browse/GORA-431 Project: Apache Gora Issue Type: Bug Components: go

[jira] [Updated] (GORA-431) reuseObjects is Not Used

2015-09-02 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/GORA-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Furkan KAMACI updated GORA-431: --- Description: here is a method as: {code} public static void setIOSerializations(Configuration conf,

[jira] [Commented] (GORA-386) Gora Spark Backend Support

2015-09-02 Thread Furkan KAMACI (JIRA)
[ https://issues.apache.org/jira/browse/GORA-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14727287#comment-14727287 ] Furkan KAMACI commented on GORA-386: [~lewismc] did you make any modification before you