[jira] [Commented] (HAWQ-434) Add Cassandra Plugin for PXF

2016-03-22 Thread Goden Yao (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15206964#comment-15206964
 ] 

Goden Yao commented on HAWQ-434:


Are you referring to single node installation ?

If you only want to test cassandra - I think 8GB should be fine (you don't 
need to run Hive and Hbase at the same time.)
Use a linux machine or VM. 

To try other plugins, you can shutdown cassandra then run Hbase or Hive.


> Add Cassandra Plugin for PXF
> 
>
> Key: HAWQ-434
> URL: https://issues.apache.org/jira/browse/HAWQ-434
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: PXF
>Reporter: Goden Yao
>Assignee: Goden Yao
>  Labels: gsoc2016
>
> (Cassandra | http://cassandra.apache.org/) has been proved a popular 
> key/value storage for open source community. We had some contribution from 
> early PXF users, it'd be good to integrate the code back to HAWQ code base 
> and follow build , test policy.
> Original Contribution:
> http://pivotal-field-engineering.github.io/pxf-field/cassandra.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-434) Add Cassandra Plugin for PXF

2016-03-22 Thread Pubudu Dodangoda (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15206175#comment-15206175
 ] 

Pubudu Dodangoda commented on HAWQ-434:
---

Hello Goden Yao,

I referred the existing classes of the reference cassandra plugin and also the 
actual implementations of hbase plugin. I also referred the pxf wiki page and 
got somewhat familiar. However, I just noticed that to install HAWQ, the system 
requirements are too high (16GB RAM, 8CORE CPUs). I don't have that much of 
resources. Is there a way to test the pxf plugins without having to go for such 
an amount of resources?

Thanks

> Add Cassandra Plugin for PXF
> 
>
> Key: HAWQ-434
> URL: https://issues.apache.org/jira/browse/HAWQ-434
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: PXF
>Reporter: Goden Yao
>Assignee: Goden Yao
>  Labels: gsoc2016
>
> (Cassandra | http://cassandra.apache.org/) has been proved a popular 
> key/value storage for open source community. We had some contribution from 
> early PXF users, it'd be good to integrate the code back to HAWQ code base 
> and follow build , test policy.
> Original Contribution:
> http://pivotal-field-engineering.github.io/pxf-field/cassandra.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-434) Add Cassandra Plugin for PXF

2016-03-14 Thread Goden Yao (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15193841#comment-15193841
 ] 

Goden Yao commented on HAWQ-434:


Not testing work. The existing plugin developed is just for your reference.
I don't think we have an open slack room for HAWQ yet. If you find one (or 
create one) please let us know.

> Add Cassandra Plugin for PXF
> 
>
> Key: HAWQ-434
> URL: https://issues.apache.org/jira/browse/HAWQ-434
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: PXF
>Reporter: Goden Yao
>Assignee: Goden Yao
>  Labels: gsoc2016
>
> (Cassandra | http://cassandra.apache.org/) has been proved a popular 
> key/value storage for open source community. We had some contribution from 
> early PXF users, it'd be good to integrate the code back to HAWQ code base 
> and follow build , test policy.
> Original Contribution:
> http://pivotal-field-engineering.github.io/pxf-field/cassandra.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-434) Add Cassandra Plugin for PXF

2016-03-14 Thread Jessica Paige (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15193826#comment-15193826
 ] 

Jessica Paige commented on HAWQ-434:


Thanks for the feedback Goden. I was looking forward to it. 
If I get you right,  there already exist a plugin for Cassandra we with to 
integrate into HAWQ? So work  will be more of testing?
Also Is there an IRC/slack  room for HAWQ developers, I really look forward to 
working on something involving Cassandra.


> Add Cassandra Plugin for PXF
> 
>
> Key: HAWQ-434
> URL: https://issues.apache.org/jira/browse/HAWQ-434
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: PXF
>Reporter: Goden Yao
>Assignee: Goden Yao
>  Labels: gsoc2016
>
> (Cassandra | http://cassandra.apache.org/) has been proved a popular 
> key/value storage for open source community. We had some contribution from 
> early PXF users, it'd be good to integrate the code back to HAWQ code base 
> and follow build , test policy.
> Original Contribution:
> http://pivotal-field-engineering.github.io/pxf-field/cassandra.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-434) Add Cassandra Plugin for PXF

2016-03-14 Thread Goden Yao (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15193796#comment-15193796
 ] 

Goden Yao commented on HAWQ-434:


[~jessypaige] / [~venkat1996] thanks for your comments and passion for 
contributing to the Open Source!!

The goal for this is to have Cassandra plugin merged into the HAWQ codebase, so 
community can compile and use it if they want to.
You need to understand PXF framework and the 3 classes you develop for 
cassandra (resolver, accessor, fragmenter)
check PXF wiki page for more info and please let me know if you have further 
questions.
https://cwiki.apache.org/confluence/display/HAWQ/PXF 

> Add Cassandra Plugin for PXF
> 
>
> Key: HAWQ-434
> URL: https://issues.apache.org/jira/browse/HAWQ-434
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: PXF
>Reporter: Goden Yao
>Assignee: Goden Yao
>  Labels: gsoc2016
>
> (Cassandra | http://cassandra.apache.org/) has been proved a popular 
> key/value storage for open source community. We had some contribution from 
> early PXF users, it'd be good to integrate the code back to HAWQ code base 
> and follow build , test policy.
> Original Contribution:
> http://pivotal-field-engineering.github.io/pxf-field/cassandra.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HAWQ-434) Add Cassandra Plugin for PXF

2016-03-14 Thread Jessica Paige (JIRA)

[ 
https://issues.apache.org/jira/browse/HAWQ-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15193340#comment-15193340
 ] 

Jessica Paige commented on HAWQ-434:


Hello,

I am Jessica Paige a MS student at York University. I am proficient in C/C++ 
and Java.
I also have good working knowledge of Cassandra and would love to work on this 
project.
I have looked at the Extension API and how to use the 3 classes in adding new 
plugins.
In this project, We wish to add support for Cassandra and afaik, the right way 
to talk to Cassandra is by using the Datastax driver since the Thrift API is 
considered deprecated. Please is that what we are looking to achieve in this 
project? I will be writing a proposal for this project hoping its given 
attension.

> Add Cassandra Plugin for PXF
> 
>
> Key: HAWQ-434
> URL: https://issues.apache.org/jira/browse/HAWQ-434
> Project: Apache HAWQ
>  Issue Type: New Feature
>  Components: PXF
>Reporter: Goden Yao
>Assignee: Goden Yao
>  Labels: gsoc2016
>
> (Cassandra | http://cassandra.apache.org/) has been proved a popular 
> key/value storage for open source community. We had some contribution from 
> early PXF users, it'd be good to integrate the code back to HAWQ code base 
> and follow build , test policy.
> Original Contribution:
> http://pivotal-field-engineering.github.io/pxf-field/cassandra.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)