[GitHub] [gora] lewismc commented on issue #189: GORA-464 Get gora-dynamodb back up and running and available as part of the examples

2019-08-16 Thread GitBox
lewismc commented on issue #189: GORA-464 Get gora-dynamodb back up and running 
and available as part of the examples
URL: https://github.com/apache/gora/pull/189#issuecomment-522207650
 
 
   @renato2099 FYI buddy


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [gora] lewismc opened a new pull request #189: GORA-464 Get gora-dynamodb back up and running and available as part of the examples

2019-08-16 Thread GitBox
lewismc opened a new pull request #189: GORA-464 Get gora-dynamodb back up and 
running and available as part of the examples
URL: https://github.com/apache/gora/pull/189
 
 
   This is a first attempt at addressing 
[GORA-464](https://issues.apache.org/jira/browse/GORA-464)
   
   The only thing you need to change in order to run the tests is the 
[AwsCredentials.properties](https://github.com/apache/gora/blob/master/gora-dynamodb/src/test/conf/AwsCredentials.properties)
 file.
   
   Right now I am getting nasty Exceptions so I will investigate later on
   ```
   [INFO] ---
   [INFO]  T E S T S
   [INFO] ---
   [INFO] Running org.apache.gora.dynamodb.TestDynamoDBStore
   [ERROR] Tests run: 21, Failures: 0, Errors: 21, Skipped: 0, Time elapsed: 
1.234 s <<< FAILURE! - in org.apache.gora.dynamodb.TestDynamoDBStore
   [ERROR] testQueryStartKey(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.855 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testQueryEndKey(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testDeleteByQueryFields(org.apache.gora.dynamodb.TestDynamoDBStore)  
Time elapsed: 0.01 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testNewInstance(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testAutoCreateSchema(org.apache.gora.dynamodb.TestDynamoDBStore)  
Time elapsed: 0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testTruncateSchema(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.016 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testPutNested(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.012 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testPutArray(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testPutBytes(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.008 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testPutMap(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.013 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testDeleteSchema(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testGetWithFields(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.007 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testPut(org.apache.gora.dynamodb.TestDynamoDBStore)  Time elapsed: 
0.007 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testCreateSchema(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.008 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testSchemaExists(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.008 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testUpdate(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.015 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testGet(org.apache.gora.dynamodb.TestDynamoDBStore)  Time elapsed: 
0.014 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testQuery(org.apache.gora.dynamodb.TestDynamoDBStore)  Time elapsed: 
0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testQueryKeyRange(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.007 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testDelete(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.01 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testDeleteByQuery(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.008 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [INFO]
   [INFO] Results:
   [INFO]
   [ERROR] Errors:
   [ERROR]   TestDynamoDBStore.testAutoCreateSchema » StackOverflow
   [ERROR]   TestDynamoDBStore.testCreateSchema » StackOverflow
   [ERROR]   TestDynamoDBStore.testDelete » StackOverflow
   [ERROR]   TestDynamoDBStore.testDeleteByQuery » StackOverflow
   [ERROR]   TestDynamoDBStore.testDeleteByQueryFields » StackOverflow
   [ERROR]   TestDynamoDBStore.testDeleteSchema » StackOverflow
   [ERROR]   TestDynamoDBStore.testGet » StackOverflow
   [ERROR]   TestDynamoDBStore.testGetWithFields » StackOverflow
   [ERROR]   TestDynamoDBStore.testNewInstance » StackOverflow
   [ERROR]   TestDynamoDBStore.testPut » StackOverflow
   [ERROR]   TestDynamoDBStore.testPutArray » StackOverflow
   [ERROR]   TestDynamoDBStore.testPutBytes » StackOverflow
   [ERROR]   TestDynamoDBStore.testPutMap » StackOverflow
   [ERROR]   TestDynamoDBStore.testPutNested » StackOverflow
   [ERROR]   TestDynamoDBStore.testQuery » StackOverflow
   [ERROR]   TestDynamoDBStore.testQueryEndKey » StackOverflow
   [ERROR]   

[jira] [Commented] (GORA-464) Get gora-dynamodb back up and running and available as part of the examples

2019-08-16 Thread Lewis John McGibbney (JIRA)


[ 
https://issues.apache.org/jira/browse/GORA-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16909533#comment-16909533
 ] 

Lewis John McGibbney commented on GORA-464:
---

Ongoing work can be seen at https://github.com/lewismc/gora/tree/GORA-464
Several compilation issues right now. I'll fix it all and get a PR ready. 

> Get gora-dynamodb back up and running and available as part of the examples
> ---
>
> Key: GORA-464
> URL: https://issues.apache.org/jira/browse/GORA-464
> Project: Apache Gora
>  Issue Type: Task
>  Components: gora-dynamodb
>Affects Versions: 0.6.1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.0
>
>
> We have had the DynamoDB module commented out for a wee while now and it 
> would be nice to get it brought bang up to date within the 1.0 development 
> cycle.
> [~renato2099] tagging you for context as I know this is your baby :)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Updated] (GORA-464) Get gora-dynamodb back up and running and available as part of the examples

2019-08-16 Thread Lewis John McGibbney (JIRA)


 [ 
https://issues.apache.org/jira/browse/GORA-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney updated GORA-464:
--
Description: 
We have had the DynamoDB module commented out for a wee while now and it would 
be nice to get it brought bang up to date within the 1.0 development cycle.
[~renato2099] tagging you for context as I know this is your baby :)

  was:
We have had the DynamoDB module commented out for a wee while now and it would 
be nice to get it brought bang up to date within the 0.8 development cycle.
[~renato2099] tagging you for context as I know this is your baby :)


> Get gora-dynamodb back up and running and available as part of the examples
> ---
>
> Key: GORA-464
> URL: https://issues.apache.org/jira/browse/GORA-464
> Project: Apache Gora
>  Issue Type: Task
>  Components: gora-dynamodb
>Affects Versions: 0.6.1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.0
>
>
> We have had the DynamoDB module commented out for a wee while now and it 
> would be nice to get it brought bang up to date within the 1.0 development 
> cycle.
> [~renato2099] tagging you for context as I know this is your baby :)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (GORA-464) Get gora-dynamodb back up and running and available as part of the examples

2019-08-16 Thread Lewis John McGibbney (JIRA)


[ 
https://issues.apache.org/jira/browse/GORA-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16909441#comment-16909441
 ] 

Lewis John McGibbney commented on GORA-464:
---

Going to address this right now. I am working on upgrading dynamodb and getting 
rid of deprecation. 

> Get gora-dynamodb back up and running and available as part of the examples
> ---
>
> Key: GORA-464
> URL: https://issues.apache.org/jira/browse/GORA-464
> Project: Apache Gora
>  Issue Type: Task
>  Components: gora-dynamodb
>Affects Versions: 0.6.1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.0
>
>
> We have had the DynamoDB module commented out for a wee while now and it 
> would be nice to get it brought bang up to date within the 0.8 development 
> cycle.
> [~renato2099] tagging you for context as I know this is your baby :)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Assigned] (GORA-464) Get gora-dynamodb back up and running and available as part of the examples

2019-08-16 Thread Lewis John McGibbney (JIRA)


 [ 
https://issues.apache.org/jira/browse/GORA-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lewis John McGibbney reassigned GORA-464:
-

Assignee: Lewis John McGibbney

> Get gora-dynamodb back up and running and available as part of the examples
> ---
>
> Key: GORA-464
> URL: https://issues.apache.org/jira/browse/GORA-464
> Project: Apache Gora
>  Issue Type: Task
>  Components: gora-dynamodb
>Affects Versions: 0.6.1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>Priority: Major
> Fix For: 1.0
>
>
> We have had the DynamoDB module commented out for a wee while now and it 
> would be nice to get it brought bang up to date within the 0.8 development 
> cycle.
> [~renato2099] tagging you for context as I know this is your baby :)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


gora-trunk - Build # 1810 - Still Failing

2019-08-16 Thread Apache Jenkins Server
The Apache Jenkins build system has built gora-trunk (build #1810)

Status: Still Failing

Check console output at https://builds.apache.org/job/gora-trunk/1810/ to view 
the results.

[REPORT] Apache Gora - August 2019

2019-08-16 Thread Kevin Ratnasekera
## Description:
 - The Apache Gora open source framework provides an in-memory data model
and persistence for big data. Gora supports persisting to column stores,
key-value stores, document stores, distributed in-memory key-value stores,
in-memory data grids, in-memory caches, distributed multi-model stores and
hybrid in-memory architectures. Gora also enables analysis of data with
extensive Apache Hadoop MapReduce, Apache Spark, Apache Flink, and Apache
Pig support.

## Issues:
 - There are no issues requiring board attention at this time.

## Activity:
 - We formally released Apache Gora 0.9 after several release candidates.
 - We are currently completing mentoring activities for 4 Google summer of
code projects this year. All 4 projects are nearly completed in extremely
positive way, that will end up 4 new modules for us.
 - There was one external developer who contributed a new Apache Hive
datastore module for the project.
 - Currently we are reviewing PR s for these 5 new modules.

## Health report:
 - Apache Gora project is in very good health. There were a lot of
involvement from PMC members with related to reviewing PRs, verifying and
voting on release candidates.
 - Also there were a lot of mailing lists discussions on GSoC projects.
 - We are extremely positive on contributions from 4 GSoC students and an
external contributor, we will probably evaluate to extend our committer
base for these 5 individuals, once their major contributions are merged to
Apache Gora project.

## PMC changes:

 - Currently 27 PMC members.
 - No new PMC members added in the last 3 months
 - Last PMC addition was Carlos Muñoz on Wed Dec 05 2018

## Committer base changes:

 - Currently 27 committers.
 - No new committers added in the last 3 months
 - Last committer addition was Carlos Muñoz at Tue Nov 13 2018

## Releases:

 - 0.9 was released on Thu Aug 15 2019

## Mailing list activity:

 - Our main communication medium is Apache Gora development mailing list.
There is a significant rise in email traffic compared to the previous
quarter and is mainly due to GSoC project discussions and 0.9 release
activities.

 - dev@gora.apache.org:
- 75 subscribers (up 1 in the last 3 months):
- 514 emails sent to list (431 in previous quarter)

 - u...@gora.apache.org:
- 75 subscribers (up 1 in the last 3 months):
- 15 emails sent to list (3 in previous quarter)

## JIRA activity:

 - 9 JIRA tickets created in the last 3 months
 - 11 JIRA tickets closed/resolved in the last 3 months


[GitHub] [gora] djkevincr merged pull request #188: 0.9 release branch

2019-08-16 Thread GitBox
djkevincr merged pull request #188: 0.9 release branch
URL: https://github.com/apache/gora/pull/188
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[RESULT] WAS Re: [VOTE] RC03 for Apache Gora 0.9 Release

2019-08-16 Thread Kevin Ratnasekera
Hi all,

As the 72 hours period has come and gone, I would like to bring this thread
to a close. See below for the RESULT,

[5] +1 Release this package as Apache Gora 0.9 ...

Kevin Ratnasekera*

Nishadi Kirielle*

Madhawa Gunasekara*

Furkan KAMACI*

Lewis John Mcgibbney*

*Apache Gora PMC

I am happy to state that the VOTE passes with 5 PMC-binding VOTEs.
I'll go ahead
and complete the rest of the release management process.

Thank you to everyone that contributed to the Apache Gora 0.9 development
drive and reviewed the three release candidates.

Kevin Ratnasekera

( On behalf of the Apache Gora PMC )

On Tue, Aug 13, 2019 at 10:31 PM Kevin Ratnasekera 
wrote:

> Hi all,
>
> This is the vote on third release candidate (RC03) for next Apache Gora
> release version 0.9.
>
> The VOTE will remain open for at least 72 hours.
>
> [ ] +1 Release this package as Apache Gora 0.9 …
>
> [ ] -1 Do not release this package because …
>
> 48 tickets were resolved and release report is available here :
>
> https://s.apache.org/0.9GoraReleaseNotes
>
> Source release artifacts are available here :
>
> https://dist.apache.org/repos/dist/dev/gora/apache-gora-0.9-RC03/
>
> Staging repository is available here :
>
> https://repository.apache.org/content/repositories/orgapachegora-1018
>
> Release candidate is signed through the key A3E66AC7 which is available
> here :
>
> https://dist.apache.org/repos/dist/dev/gora/KEYS
>
> The release candidate is based on the sources tagged with apache-gora-0.9:
>
>
> https://gitbox.apache.org/repos/asf?p=gora.git;a=tag;h=cdf7704dca90f531ec932ca08799579eaf80b0df
>
> and is based on the following commit id:
>
> bd4b34ae74725d57b31ab5e83da3ea77f6213643
>
> Thank you to everyone contributed to Apache Gora 0.9 and who are able to
> vote on the release candidate.
>
> PS: My vote is `[x] +1 Release this package as Apache Gora 0.9`.
>
> Regards
>
> Kevin
>
>


Re: Hazelcast jet engine support

2019-08-16 Thread Furkan KAMACI
Hi Lahiru,

You are welcome! Seems that my comments are resolved. Keep going your
contribution.

Kind Regards,
Furkan KAMACI

16 Ağu 2019 Cum, saat 16:39 tarihinde Lahiru Jayasekera <
mlpjayasek...@gmail.com> şunu yazdı:

> Hi Furkan,
> I have resolved the issues you showed me on github, please let me know if
> there is any other thing to do.
> Thanks for pointing out those.
>
> Thanks and Regards
>
> On Fri, Aug 16, 2019 at 7:05 PM Lahiru Jayasekera 
> wrote:
>
>> Hi all,
>>
>> I have updated the reports. Please check and give me feedback.
>> This week I have implemented the LogAnalyticsJet tutorial class.
>>
>> Please review my code on github PR -
>> https://github.com/apache/gora/pull/175
>> Thanks and regards
>>
>> On Thu, Aug 8, 2019 at 3:08 PM Lahiru Jayasekera 
>> wrote:
>>
>>> Hi Furkan,
>>> Thanks very much for your review. I'll fix those by the end of the week.
>>>
>>> Thanks and regards
>>>
>>> On Mon, Aug 5, 2019 at 2:08 AM Furkan KAMACI 
>>> wrote:
>>>
 Hi Lahiru,

 Thanks for the PR! I've made my comments.

 Kind Regards,
 Furkan KAMACI

 On Sun, Aug 4, 2019 at 11:20 PM Lahiru Jayasekera <
 mlpjayasek...@gmail.com>
 wrote:

 > Hi all,
 > I have updated my week 10 report and have asked  questions there as
 usual.
 > I have made a PR too, so that I can get reviews easily. Please have a
 look
 > and your reviews are mostly welcome.
 > https://github.com/apache/gora/pull/175
 >
 > On Mon, Aug 5, 2019 at 1:49 AM Lahiru Jayasekera <
 mlpjayasek...@gmail.com>
 > wrote:
 >
 > > Hi all,
 > > I have updated my week 09 report and have asked  questions there as
 > usual.
 > > Please have a look. Your feedback is much appreciated.
 > > Please have a look into the PR too, and your reviews are mostly
 welcome.
 > > https://github.com/apache/gora/pull/175
 > >
 > > Regards
 > >
 > > On Wed, Jul 31, 2019 at 1:04 AM Lahiru Jayasekera <
 > mlpjayasek...@gmail.com>
 > > wrote:
 > >
 > >> Hi all,
 > >> I have updated my week 09 report and have asked  questions there as
 > >> usual. Please have a look. Your feedback is much appreciated.
 > >>
 > >> Please have a look into the PR too, and your reviews are mostly
 welcome.
 > >> https://github.com/apache/gora/pull/175
 > >>
 > >>
 > >> Thanks and regards
 > >>
 > >> On Sun, Jul 21, 2019 at 10:34 PM Lahiru Jayasekera <
 > >> mlpjayasek...@gmail.com> wrote:
 > >>
 > >>> Hi all,
 > >>> I have updated my week 08 report and have asked  questions there
 as
 > >>> usual. Please have a look. Your feedback is much appreciated.
 > >>>
 > >>> Please have a look into the PR too, and your reviews are mostly
 > welcome.
 > >>> https://github.com/apache/gora/pull/175
 > >>>
 > >>>
 > >>> Thanks and regards
 > >>>
 > >>> On Tue, Jul 16, 2019 at 9:13 PM Lahiru Jayasekera <
 > >>> mlpjayasek...@gmail.com> wrote:
 > >>>
 >  Hi all,
 >  I have updated my week 07 report and have asked  questions there
 as
 >  usual.
 >  I have made a PR too, so that I can get reviews easily. Please
 have a
 >  look and your reviews are mostly welcome.
 >  https://github.com/apache/gora/pull/175
 > 
 >  Thanks and regards
 > 
 >  On Tue, Jul 9, 2019 at 7:53 AM Lahiru Jayasekera <
 >  mlpjayasek...@gmail.com> wrote:
 > 
 > > Hi all,
 > > I have updated my week 06 report and have asked  questions
 there as
 > > usual. Please have a look. Your feedback is much appreciated.
 > >
 > > Thanks and regards
 > >
 > > On Wed, Jul 3, 2019 at 10:57 PM Lahiru Jayasekera <
 > > mlpjayasek...@gmail.com> wrote:
 > >
 > >> Hi all,
 > >> I have updated my week 05 report and have asked  questions
 there.
 > >> Please have a look. Your feedback is much appreciated.
 > >>
 > >> On Sun, Jun 23, 2019 at 10:34 PM Lahiru Jayasekera <
 > >> mlpjayasek...@gmail.com> wrote:
 > >>
 > >>> Hi all,
 > >>> I have updated my week 04 report and have asked  questions
 there.
 > >>> Please have a look. Your feedback is much appreciated.
 > >>>
 > >>>
 > >>>
 >
 https://cwiki.apache.org/confluence/display/GORA/GORA-546%3A+Hazelcast+Jet+execution+engine+support+for+Apache+Gora+Reports
 > >>>
 > >>>
 > >>> Thanks and regards
 > >>>
 > >>>
 > >>> On Sun, Jun 16, 2019 at 5:38 PM Lahiru Jayasekera <
 > >>> mlpjayasek...@gmail.com> wrote:
 > >>>
 >  Hi all,
 >  I have updated my week 03 report and have asked  questions
 there.
 >  Please have a look. Your feedback is much appreciated.
 > 

Re: Hazelcast jet engine support

2019-08-16 Thread Lahiru Jayasekera
Hi Furkan,
I have resolved the issues you showed me on github, please let me know if
there is any other thing to do.
Thanks for pointing out those.

Thanks and Regards

On Fri, Aug 16, 2019 at 7:05 PM Lahiru Jayasekera 
wrote:

> Hi all,
>
> I have updated the reports. Please check and give me feedback.
> This week I have implemented the LogAnalyticsJet tutorial class.
>
> Please review my code on github PR -
> https://github.com/apache/gora/pull/175
> Thanks and regards
>
> On Thu, Aug 8, 2019 at 3:08 PM Lahiru Jayasekera 
> wrote:
>
>> Hi Furkan,
>> Thanks very much for your review. I'll fix those by the end of the week.
>>
>> Thanks and regards
>>
>> On Mon, Aug 5, 2019 at 2:08 AM Furkan KAMACI 
>> wrote:
>>
>>> Hi Lahiru,
>>>
>>> Thanks for the PR! I've made my comments.
>>>
>>> Kind Regards,
>>> Furkan KAMACI
>>>
>>> On Sun, Aug 4, 2019 at 11:20 PM Lahiru Jayasekera <
>>> mlpjayasek...@gmail.com>
>>> wrote:
>>>
>>> > Hi all,
>>> > I have updated my week 10 report and have asked  questions there as
>>> usual.
>>> > I have made a PR too, so that I can get reviews easily. Please have a
>>> look
>>> > and your reviews are mostly welcome.
>>> > https://github.com/apache/gora/pull/175
>>> >
>>> > On Mon, Aug 5, 2019 at 1:49 AM Lahiru Jayasekera <
>>> mlpjayasek...@gmail.com>
>>> > wrote:
>>> >
>>> > > Hi all,
>>> > > I have updated my week 09 report and have asked  questions there as
>>> > usual.
>>> > > Please have a look. Your feedback is much appreciated.
>>> > > Please have a look into the PR too, and your reviews are mostly
>>> welcome.
>>> > > https://github.com/apache/gora/pull/175
>>> > >
>>> > > Regards
>>> > >
>>> > > On Wed, Jul 31, 2019 at 1:04 AM Lahiru Jayasekera <
>>> > mlpjayasek...@gmail.com>
>>> > > wrote:
>>> > >
>>> > >> Hi all,
>>> > >> I have updated my week 09 report and have asked  questions there as
>>> > >> usual. Please have a look. Your feedback is much appreciated.
>>> > >>
>>> > >> Please have a look into the PR too, and your reviews are mostly
>>> welcome.
>>> > >> https://github.com/apache/gora/pull/175
>>> > >>
>>> > >>
>>> > >> Thanks and regards
>>> > >>
>>> > >> On Sun, Jul 21, 2019 at 10:34 PM Lahiru Jayasekera <
>>> > >> mlpjayasek...@gmail.com> wrote:
>>> > >>
>>> > >>> Hi all,
>>> > >>> I have updated my week 08 report and have asked  questions there as
>>> > >>> usual. Please have a look. Your feedback is much appreciated.
>>> > >>>
>>> > >>> Please have a look into the PR too, and your reviews are mostly
>>> > welcome.
>>> > >>> https://github.com/apache/gora/pull/175
>>> > >>>
>>> > >>>
>>> > >>> Thanks and regards
>>> > >>>
>>> > >>> On Tue, Jul 16, 2019 at 9:13 PM Lahiru Jayasekera <
>>> > >>> mlpjayasek...@gmail.com> wrote:
>>> > >>>
>>> >  Hi all,
>>> >  I have updated my week 07 report and have asked  questions there
>>> as
>>> >  usual.
>>> >  I have made a PR too, so that I can get reviews easily. Please
>>> have a
>>> >  look and your reviews are mostly welcome.
>>> >  https://github.com/apache/gora/pull/175
>>> > 
>>> >  Thanks and regards
>>> > 
>>> >  On Tue, Jul 9, 2019 at 7:53 AM Lahiru Jayasekera <
>>> >  mlpjayasek...@gmail.com> wrote:
>>> > 
>>> > > Hi all,
>>> > > I have updated my week 06 report and have asked  questions there
>>> as
>>> > > usual. Please have a look. Your feedback is much appreciated.
>>> > >
>>> > > Thanks and regards
>>> > >
>>> > > On Wed, Jul 3, 2019 at 10:57 PM Lahiru Jayasekera <
>>> > > mlpjayasek...@gmail.com> wrote:
>>> > >
>>> > >> Hi all,
>>> > >> I have updated my week 05 report and have asked  questions
>>> there.
>>> > >> Please have a look. Your feedback is much appreciated.
>>> > >>
>>> > >> On Sun, Jun 23, 2019 at 10:34 PM Lahiru Jayasekera <
>>> > >> mlpjayasek...@gmail.com> wrote:
>>> > >>
>>> > >>> Hi all,
>>> > >>> I have updated my week 04 report and have asked  questions
>>> there.
>>> > >>> Please have a look. Your feedback is much appreciated.
>>> > >>>
>>> > >>>
>>> > >>>
>>> >
>>> https://cwiki.apache.org/confluence/display/GORA/GORA-546%3A+Hazelcast+Jet+execution+engine+support+for+Apache+Gora+Reports
>>> > >>>
>>> > >>>
>>> > >>> Thanks and regards
>>> > >>>
>>> > >>>
>>> > >>> On Sun, Jun 16, 2019 at 5:38 PM Lahiru Jayasekera <
>>> > >>> mlpjayasek...@gmail.com> wrote:
>>> > >>>
>>> >  Hi all,
>>> >  I have updated my week 03 report and have asked  questions
>>> there.
>>> >  Please have a look. Your feedback is much appreciated.
>>> > 
>>> > 
>>> > 
>>> >
>>> https://cwiki.apache.org/confluence/display/GORA/GORA-546%3A+Hazelcast+Jet+execution+engine+support+for+Apache+Gora+Reports
>>> > 
>>> >  Thanks and regards
>>> > 
>>> >  On Mon, Jun 10, 2019 at 12:33 AM Lahiru Jayasekera <
>>> >  mlpjayasek...@gmail.com> wrote:
>>> > 
>>> > > 

Re: Hazelcast jet engine support

2019-08-16 Thread Lahiru Jayasekera
Hi all,

I have updated the reports. Please check and give me feedback.
This week I have implemented the LogAnalyticsJet tutorial class.

Please review my code on github PR - https://github.com/apache/gora/pull/175
Thanks and regards

On Thu, Aug 8, 2019 at 3:08 PM Lahiru Jayasekera 
wrote:

> Hi Furkan,
> Thanks very much for your review. I'll fix those by the end of the week.
>
> Thanks and regards
>
> On Mon, Aug 5, 2019 at 2:08 AM Furkan KAMACI 
> wrote:
>
>> Hi Lahiru,
>>
>> Thanks for the PR! I've made my comments.
>>
>> Kind Regards,
>> Furkan KAMACI
>>
>> On Sun, Aug 4, 2019 at 11:20 PM Lahiru Jayasekera <
>> mlpjayasek...@gmail.com>
>> wrote:
>>
>> > Hi all,
>> > I have updated my week 10 report and have asked  questions there as
>> usual.
>> > I have made a PR too, so that I can get reviews easily. Please have a
>> look
>> > and your reviews are mostly welcome.
>> > https://github.com/apache/gora/pull/175
>> >
>> > On Mon, Aug 5, 2019 at 1:49 AM Lahiru Jayasekera <
>> mlpjayasek...@gmail.com>
>> > wrote:
>> >
>> > > Hi all,
>> > > I have updated my week 09 report and have asked  questions there as
>> > usual.
>> > > Please have a look. Your feedback is much appreciated.
>> > > Please have a look into the PR too, and your reviews are mostly
>> welcome.
>> > > https://github.com/apache/gora/pull/175
>> > >
>> > > Regards
>> > >
>> > > On Wed, Jul 31, 2019 at 1:04 AM Lahiru Jayasekera <
>> > mlpjayasek...@gmail.com>
>> > > wrote:
>> > >
>> > >> Hi all,
>> > >> I have updated my week 09 report and have asked  questions there as
>> > >> usual. Please have a look. Your feedback is much appreciated.
>> > >>
>> > >> Please have a look into the PR too, and your reviews are mostly
>> welcome.
>> > >> https://github.com/apache/gora/pull/175
>> > >>
>> > >>
>> > >> Thanks and regards
>> > >>
>> > >> On Sun, Jul 21, 2019 at 10:34 PM Lahiru Jayasekera <
>> > >> mlpjayasek...@gmail.com> wrote:
>> > >>
>> > >>> Hi all,
>> > >>> I have updated my week 08 report and have asked  questions there as
>> > >>> usual. Please have a look. Your feedback is much appreciated.
>> > >>>
>> > >>> Please have a look into the PR too, and your reviews are mostly
>> > welcome.
>> > >>> https://github.com/apache/gora/pull/175
>> > >>>
>> > >>>
>> > >>> Thanks and regards
>> > >>>
>> > >>> On Tue, Jul 16, 2019 at 9:13 PM Lahiru Jayasekera <
>> > >>> mlpjayasek...@gmail.com> wrote:
>> > >>>
>> >  Hi all,
>> >  I have updated my week 07 report and have asked  questions there as
>> >  usual.
>> >  I have made a PR too, so that I can get reviews easily. Please
>> have a
>> >  look and your reviews are mostly welcome.
>> >  https://github.com/apache/gora/pull/175
>> > 
>> >  Thanks and regards
>> > 
>> >  On Tue, Jul 9, 2019 at 7:53 AM Lahiru Jayasekera <
>> >  mlpjayasek...@gmail.com> wrote:
>> > 
>> > > Hi all,
>> > > I have updated my week 06 report and have asked  questions there
>> as
>> > > usual. Please have a look. Your feedback is much appreciated.
>> > >
>> > > Thanks and regards
>> > >
>> > > On Wed, Jul 3, 2019 at 10:57 PM Lahiru Jayasekera <
>> > > mlpjayasek...@gmail.com> wrote:
>> > >
>> > >> Hi all,
>> > >> I have updated my week 05 report and have asked  questions there.
>> > >> Please have a look. Your feedback is much appreciated.
>> > >>
>> > >> On Sun, Jun 23, 2019 at 10:34 PM Lahiru Jayasekera <
>> > >> mlpjayasek...@gmail.com> wrote:
>> > >>
>> > >>> Hi all,
>> > >>> I have updated my week 04 report and have asked  questions
>> there.
>> > >>> Please have a look. Your feedback is much appreciated.
>> > >>>
>> > >>>
>> > >>>
>> >
>> https://cwiki.apache.org/confluence/display/GORA/GORA-546%3A+Hazelcast+Jet+execution+engine+support+for+Apache+Gora+Reports
>> > >>>
>> > >>>
>> > >>> Thanks and regards
>> > >>>
>> > >>>
>> > >>> On Sun, Jun 16, 2019 at 5:38 PM Lahiru Jayasekera <
>> > >>> mlpjayasek...@gmail.com> wrote:
>> > >>>
>> >  Hi all,
>> >  I have updated my week 03 report and have asked  questions
>> there.
>> >  Please have a look. Your feedback is much appreciated.
>> > 
>> > 
>> > 
>> >
>> https://cwiki.apache.org/confluence/display/GORA/GORA-546%3A+Hazelcast+Jet+execution+engine+support+for+Apache+Gora+Reports
>> > 
>> >  Thanks and regards
>> > 
>> >  On Mon, Jun 10, 2019 at 12:33 AM Lahiru Jayasekera <
>> >  mlpjayasek...@gmail.com> wrote:
>> > 
>> > > Hi all
>> > > I have updated my week 02 report and have asked several
>> questions
>> > > there. Please have a look. Your feedback is much appreciated.
>> > >
>> > >
>> > >
>> >
>> https://cwiki.apache.org/confluence/display/GORA/GORA-546%3A+Hazelcast+Jet+execution+engine+support+for+Apache+Gora+Reports
>> > >
>> > > Thanks and 

[GitHub] [gora] chanakadkb commented on issue #187: GORA-320 Hive backend support in Gora

2019-08-16 Thread GitBox
chanakadkb commented on issue #187: GORA-320 Hive backend support in Gora
URL: https://github.com/apache/gora/pull/187#issuecomment-521914100
 
 
   > @chanakadkb excellent contribution :)
   > There are some issues with the tests right now!
   > 
   > ```
   > lmcgibbn@MT-207576 ~/Downloads/gora/gora-hive(GORA-320) $ mvn test 
-Phive-with-test
   > [INFO] Scanning for projects...
   > [INFO]
   > [INFO] -< org.apache.gora:gora-hive 
>--
   > [INFO] Building Apache Gora :: Hive 0.9-SNAPSHOT
   > [INFO] ---[ bundle 
]---
   > [WARNING] The POM for org.glassfish:javax.el:jar:3.0.1-b06-SNAPSHOT is 
missing, no dependency information available
   > [WARNING] The POM for org.glassfish:javax.el:jar:3.0.1-b07-SNAPSHOT is 
missing, no dependency information available
   > [WARNING] The POM for org.glassfish:javax.el:jar:3.0.1-b08-SNAPSHOT is 
missing, no dependency information available
   > [WARNING] The POM for org.glassfish:javax.el:jar:3.0.1-b11-SNAPSHOT is 
missing, no dependency information available
   > [INFO]
   > [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
gora-hive ---
   > [INFO]
   > [INFO] --- build-helper-maven-plugin:1.7:add-source (default) @ gora-hive 
---
   > [INFO] Source directory: 
/Users/lmcgibbn/Downloads/gora/gora-hive/src/examples/java added.
   > [INFO]
   > [INFO] --- maven-remote-resources-plugin:1.5:process 
(process-resource-bundles) @ gora-hive ---
   > [INFO]
   > [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ 
gora-hive ---
   > [INFO] Using 'UTF-8' encoding to copy filtered resources.
   > [INFO] skip non existing resourceDirectory 
/Users/lmcgibbn/Downloads/gora/gora-hive/src/main/resources
   > [INFO] Copying 3 resources
   > [INFO]
   > [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ gora-hive 
---
   > [INFO] Changes detected - recompiling the module!
   > [INFO] Compiling 13 source files to 
/Users/lmcgibbn/Downloads/gora/gora-hive/target/classes
   > [INFO]
   > [INFO] --- maven-resources-plugin:3.1.0:testResources 
(default-testResources) @ gora-hive ---
   > [INFO] Using 'UTF-8' encoding to copy filtered resources.
   > [INFO] Copying 2 resources
   > [INFO] Copying 3 resources
   > [INFO]
   > [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
gora-hive ---
   > [INFO] Nothing to compile - all classes are up to date
   > [INFO]
   > [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ gora-hive ---
   > [WARNING] The parameter forkMode is deprecated since version 2.14. Use 
forkCount and reuseForks instead.
   > [INFO]
   > [INFO] ---
   > [INFO]  T E S T S
   > [INFO] ---
   > [INFO] Running org.apache.gora.hive.store.TestHiveStore
   > [ERROR] Tests run: 43, Failures: 0, Errors: 43, Skipped: 0, Time elapsed: 
0.787 s <<< FAILURE! - in org.apache.gora.hive.store.TestHiveStore
   > [ERROR] testGetWithFields(org.apache.gora.hive.store.TestHiveStore)  Time 
elapsed: 0.384 s  <<< ERROR!
   > org.apache.metamodel.ConnectionException: Failed to open JDBC connection 
from URL: jdbc:hive2://localhost:1/default
   > Caused by: java.sql.SQLException: Could not open client transport with 
JDBC Uri: jdbc:hive2://localhost:1/default: java.net.ConnectException: 
Connection refused (Connection refused)
   > Caused by: org.apache.thrift.transport.TTransportException: 
java.net.ConnectException: Connection refused (Connection refused)
   > Caused by: java.net.ConnectException: Connection refused (Connection 
refused)
   > 
   > [ERROR] testGet(org.apache.gora.hive.store.TestHiveStore)  Time elapsed: 
0.008 s  <<< ERROR!
   > org.apache.metamodel.ConnectionException: Failed to open JDBC connection 
from URL: jdbc:hive2://localhost:1/default
   > Caused by: java.sql.SQLException: Could not open client transport with 
JDBC Uri: jdbc:hive2://localhost:1/default: java.net.ConnectException: 
Connection refused (Connection refused)
   > Caused by: org.apache.thrift.transport.TTransportException: 
java.net.ConnectException: Connection refused (Connection refused)
   > Caused by: java.net.ConnectException: Connection refused (Connection 
refused)
   > 
   > [ERROR] testGetNested(org.apache.gora.hive.store.TestHiveStore)  Time 
elapsed: 0.007 s  <<< ERROR!
   > org.apache.metamodel.ConnectionException: Failed to open JDBC connection 
from URL: jdbc:hive2://localhost:1/default
   > Caused by: java.sql.SQLException: Could not open client transport with 
JDBC Uri: jdbc:hive2://localhost:1/default: java.net.ConnectException: 
Connection refused (Connection refused)
   > Caused by: org.apache.thrift.transport.TTransportException: 
java.net.ConnectException: Connection refused (Connection refused)
   > Caused by: java.net.ConnectException: Connection refused (Connection 
refused)