[
https://issues.apache.org/jira/browse/HAWQ-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15122529#comment-15122529
]
ASF GitHub Bot commented on HAWQ-178:
-------------------------------------
Github user hornn commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/302#discussion_r51205768
--- Diff: pxf/build.gradle ---
@@ -286,6 +286,29 @@ project('pxf-hive') {
}
}
+project('pxf-json') {
+ dependencies {
+ compile(project(':pxf-hdfs'))
+ compile "org.apache.commons:commons-lang3:3.0"
+
+ testCompile 'pl.pragmatists:JUnitParams:1.0.2'
+ configurations {
+ // Remove hive-exec from unit tests as it causes
VerifyError
+ testRuntime.exclude module: 'hive-exec'
--- End diff --
is this necessary?
> Add JSON plugin support in code base
> ------------------------------------
>
> Key: HAWQ-178
> URL: https://issues.apache.org/jira/browse/HAWQ-178
> Project: Apache HAWQ
> Issue Type: New Feature
> Components: PXF
> Reporter: Goden Yao
> Assignee: Goden Yao
> Fix For: backlog
>
> Attachments: PXFJSONPluginforHAWQ2.0andPXF3.0.0.pdf
>
>
> JSON has been a popular format used in HDFS as well as in the community,
> there has been a few JSON PXF plugins developed by the community and we'd
> like to see it being incorporated into the code base as an optional package.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)