[GitHub] [gora] madhawa-gunasekara commented on pull request #223: GORA-430 Address use of deprecated API's

2020-10-20 Thread GitBox


madhawa-gunasekara commented on pull request #223:
URL: https://github.com/apache/gora/pull/223#issuecomment-712810309


   Hi @podorvanova, 
   
   No, You are right. just removed. it's deprecated.



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




[jira] [Commented] (GORA-562) Add a bin/gora command script for Windows

2020-10-20 Thread Madhawa Kasun Gunasekara (Jira)


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

Madhawa Kasun Gunasekara commented on GORA-562:
---

Hi [~alfonso.nishikawa], 

I will check the build failure.

> Add a bin/gora command script for Windows
> -
>
> Key: GORA-562
> URL: https://issues.apache.org/jira/browse/GORA-562
> Project: Apache Gora
>  Issue Type: Improvement
>Affects Versions: 0.9
>Reporter: Alfonso Nishikawa
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> We would need a bin/gora.bat executable (or gora.cmd or alike) to compile 
> schemas under Windows.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [gora] alfonsonishikawa commented on pull request #170: GORA-271 Make consistent across datastores the way of getting the mapping filename

2020-10-20 Thread GitBox


alfonsonishikawa commented on pull request #170:
URL: https://github.com/apache/gora/pull/170#issuecomment-713051074


   The changes on this pull request disabled the desired feature to load 
mappings from configuration that allows to compile entities, functionality 
needed for gora-pig.
   The changes on this issue were not about reverting the changes made in the 
meantime between the creation of this issue and Gora 0.9, but to have the same 
methods naming and procedures to get the mapping (not just reverting the idea 
of using an InputStream instead of a File - better to use an InputStream by the 
way).
   I will create another issue to reinstate the functionality.
   
   Thank you and sorry for not having time on it's day to review it.



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




[GitHub] [gora] djkevincr commented on pull request #221: Add ScyllaDB Store

2020-10-20 Thread GitBox


djkevincr commented on pull request #221:
URL: https://github.com/apache/gora/pull/221#issuecomment-713071877


   Please raise if there are any concerns. Otherwise I will proceed merging 
this PR to master.



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




Re: Add support for new Datastores in GoraExprorer.com

2020-10-20 Thread Alfonso Nishikawa
Hi, Carlos.

Right now, the functionalities in Gora that made possible goraexplorer and
gora-pig have been removed.
https://issues.apache.org/jira/browse/GORA-271 faced in a wrong way that
issue.
I know I didn't had time at that moment to review it, but that commit
didn't even removed the constants declared in the class and precisely got
the change in the opposite direction of what was expected on that issue.
The loading using an InputStream instead of a File is the direction that
should be changed the rest of the datastores.

At this moment nothing of that works, so this tickets can't be faced until
the changes are reverted again.

Best regards,

Alfonso Nishikawa



El lun., 12 oct. 2020 a las 1:59, carlos muñoz ()
escribió:

> Hi Alfonso,
>
> Thanks so much for this information and I will share it with the
> applicants and we will give it a try. If I have additional questions I will
> email you.
>
> Thank you again :D
>
> Cheers,
> Carlos
>
> El sáb., 10 oct. 2020 a las 6:47, Alfonso Nishikawa (<
> alfonso.nishik...@gmail.com>) escribió:
>
>> Hi, Carlos!
>>
>> Time is relative n_nU. As always, whenever I have spare time, like a gas,
>> stuff tends to fill all the empty space: now I am learning to play the
>> violin with my "left" hand, attending a formal logic course, taking a deep
>> look at Spark Streaming and Akka, and wasting a bit time with Among Us
>> (some leisure, please). But of course I always have a little bit time :)
>> The project is on halt because I didn't have much feedback and got into
>> other projects (as you see from the list and I have a full page of projects
>> written in paper... :P), but I created the following two issues:
>>
>> https://issues.apache.org/jira/browse/GORA-557
>> https://issues.apache.org/jira/browse/GORA-558
>>
>> In the description of those issues you will find some information, but I
>> will tell you a more here to give some context. GoraExplorer has a HTML5
>> client and a java server. The server has to compile the schemas at runtime,
>> and create a connection to a datastore, so it needs the mappings too. The
>> different datastores used to load the Mappings from file, but now HBase and
>> Kudu support loading the mapping from configuration (so, HBaseStore has a
>> good source of example for the rest of datastores).
>>
>> Additionally, in my modifications, there is a class that allows to
>> retrieve native information of the underlying datastore (implemented for
>> HBase). This is useful for a wizzard helping to define mappings visually:
>> https://bitbucket.org/alfonsonishikawa/goraexplorer/wiki/User%20manual#markdown-header-step-3-mapping
>>
>> Furthermore the issues talks about implementing the GoraExplorer needed
>> changes to support the new datastore, but this is not mandatory (I mean...
>> once Gora has the improvements, I would spend some time doing those other
>> changes).
>>
>> GoraExplorer project is at
>> https://bitbucket.org/alfonsonishikawa/goraexplorer/src/master/ and it
>> is a .war that has to be deployed in a Tomcat.
>>
>> If you need more information (I guess so) ask me :) And even if you need
>> a call, we can find a slot :)
>>
>> Regards,
>>
>> Alfonso
>>
>>
>> El vie., 9 oct. 2020 a las 15:34, carlos muñoz ()
>> escribió:
>>
>>> Hi ,
>>>
>>> I hope you are well.
>>>
>>> Alfonso, last GSoC you said that it would be nice to add support for new
>>> datastores in GoraExplorer in the proposals of the applicants.
>>>
>>> I thought that could be a warm-up task for the applicants of Outreachy
>>> of this year. I was wondering if you can give some details about the
>>> project so I can guide the applicants in these tasks. Please, let me know
>>> if you have time for this, or if I should choose other tasks instead.
>>>
>>>
>>> Cheers,
>>> Carlos
>>>
>>


[jira] [Created] (GORA-667) Revert GORA-271 changes in hbase-store that disabled the mapping loading from configuration

2020-10-20 Thread Alfonso Nishikawa (Jira)
Alfonso Nishikawa created GORA-667:
--

 Summary: Revert GORA-271 changes in hbase-store that disabled the 
mapping loading from configuration
 Key: GORA-667
 URL: https://issues.apache.org/jira/browse/GORA-667
 Project: Apache Gora
  Issue Type: Bug
Reporter: Alfonso Nishikawa
Assignee: Alfonso Nishikawa


The pull request information and comment is here: 
https://github.com/apache/gora/pull/170



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [gora] alfonsonishikawa commented on pull request #170: GORA-271 Make consistent across datastores the way of getting the mapping filename

2020-10-20 Thread GitBox


alfonsonishikawa commented on pull request #170:
URL: https://github.com/apache/gora/pull/170#issuecomment-713051564


   https://issues.apache.org/jira/browse/GORA-667



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




[GitHub] [gora] djkevincr commented on pull request #170: GORA-271 Make consistent across datastores the way of getting the mapping filename

2020-10-20 Thread GitBox


djkevincr commented on pull request #170:
URL: https://github.com/apache/gora/pull/170#issuecomment-713061693


   @alfonsonishikawa Thank you for reviewing the PR. Will you be able to create 
PR to fix the regression?



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




[GitHub] [gora] djkevincr edited a comment on pull request #209: GORA-652 Enable tests by default for redis/couchdb/aerospike datastore

2020-10-20 Thread GitBox


djkevincr edited a comment on pull request #209:
URL: https://github.com/apache/gora/pull/209#issuecomment-713083856


   @drazzib Apologize for the delay caused to have a look on this PR. Will you 
be able to update the PR? Thank you for addressing this.



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




[GitHub] [gora] djkevincr commented on pull request #209: GORA-652 Enable tests by default for redis/couchdb/aerospike datastore

2020-10-20 Thread GitBox


djkevincr commented on pull request #209:
URL: https://github.com/apache/gora/pull/209#issuecomment-713083856


   @drazzib Apologize for the delay caused to have a look on this PR. Will you 
be able to update the PR? 



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




Accessing GoraExplorer

2020-10-20 Thread Nilothpal Pillai
Hi,

I'm unable to access https://www.goraexplorer.com. The link times out and
never loads. Can someone please help me out? Thank you.

-- 
Nilothpal Pillai
Chennai, Tamil Nadu, India


[Gora] builds.apache.org

2020-10-20 Thread Alfonso Nishikawa
Hi!

I took a look and I don't find our project in builds.apache.org to see if
it is building satisfactorily. I took a look because I am getting a
ClassCast error in gora-infinispan tests and wanted to see if it is a
problem related to my computer or master.

Can we see the status of success somewhere? I expected to see it in
builds.apache.org
Don we have to ask Infra?

Thank you! :)

Regards,

Alfonso Nishikawa