[GitHub] incubator-hawq issue #1344: PXF Ignite plugin

2018-03-16 Thread radarwave
Github user radarwave commented on the issue:

https://github.com/apache/incubator-hawq/pull/1344
  
@kapustor To get this PR merged, we need this PR have two '+1' from the 
reviewer, and you need to create corresponding jira and include the jira number 
in the title of the PR. You can refer to other PRs. Thanks.


---


[GitHub] incubator-hawq issue #1344: PXF Ignite plugin

2018-03-09 Thread kapustor
Github user kapustor commented on the issue:

https://github.com/apache/incubator-hawq/pull/1344
  
@denalex @hornn @sansanichfb Is there anything we need to do/fix for this 
PR to be merged?


---


[GitHub] incubator-hawq issue #1344: PXF Ignite plugin

2018-03-02 Thread leskin-in
Github user leskin-in commented on the issue:

https://github.com/apache/incubator-hawq/pull/1344
  
@lisakowen, 
* Ubuntu 16.04; CentOS 7.4
* Gradle 2.10, Visual Studio Code 1.20.1, IntelliJ Idea 2017.3
* Key sources (the most useful first): 
http://hawq.incubator.apache.org/docs/userguide/2.1.0.0-incubating/pxf/PXFExternalTableandAPIReference.html
 (this article is far more useful than anything else I found and used); PXF 
JDBC plug-in code; PXF API code
* Accessor. The key details on how to implement other classes are already 
present in other plugins
* I am going to expand the README to add information on `INSERT` queries 
and perfomance test results. Other documentation is mostly in the code itself. 
If adding some extra docs would be really helpful, please let me know.


---


[GitHub] incubator-hawq issue #1344: PXF Ignite plugin

2018-03-02 Thread lisakowen
Github user lisakowen commented on the issue:

https://github.com/apache/incubator-hawq/pull/1344
  
@leskin-in - i am writing pxf developer docs.  i have a few questions if 
you are willing to share:

- on what OS did you develop the plug-in?
- what build tool/IDE did you use?
- where did you find reference material for your work?  HAWQ PXF wiki?  
HAWQ docs?  code? - which was the most relevant/helpful?
- what plug-in (fragmenter, accessor, resolver) did you implement first?
- do you have any design/specification documents for the ignite work that 
you would be willing to share?

thank you!


---