vmware-archive / pxf-field

Prototype PXF extensions for HAWQ
Apache License 2.0
36 stars 15 forks source link

VMware has ended active development of this project, this repository will no longer be updated.


pxf-field ========= All of these projects reference various Pivotal HD libraries using Maven. These libraries are largely in the Spring Source repository: ```xml spring-releases Spring Release Repository https://repo.spring.io/libs-release true false ``` This repository is referenced in each of the PXF projects. In addition to resolve the PXF dependencies you should use the [Big-Data Maven Repository](https://bintray.com/big-data/maven/pxf/view): ```xml bintray HAWQ-MR/PXF Release Repository https://dl.bintray.com/big-data/maven true false ``` > Note: the com.`gopivotal` group name is renamed to com.`pivotal`. The PXF-2.5.1.0 dependencies: ```xml com.pivotal pxf-api 2.5.1.0 com.pivotal pxf-service 2.5.1.0 com.pivotal pxf-hbase 2.5.1.0 com.pivotal pxf-hdfs 2.5.1.0 com.pivotal pxf-hive 2.5.1.0 ``` Note that the same repository serves pre-build pxf-field jars as well: ```xml com.gopivotal accumulo-pxf-ext 3.0.1.0-1 com.gopivotal cassandra-pxf-ext 3.0.1.0-1 com.gopivotal hive-hotfix-pxf-ext 3.0.1.0-1 com.gopivotal jdbc-pxf-ext 3.0.1.0-1 com.gopivotal json-pxf-ext 3.0.1.0-1 com.gopivotal pxf-pipes 3.0.1.0-1 com.gopivotal pxf-test 3.0.1.0-1 com.gopivotal redis-pxf-ext 3.0.1.0-1 ``` To build the dependecies yourself youThe dependency directory contains an install script and tarball of the required libraries. Execute the install.sh script to install them and build the pxf-test library. Documentation on these extensions is maintained at http://pivotal-field-engineering.github.io/pxf-field/index.html