[
https://issues.apache.org/jira/browse/APEXMALHAR-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15305492#comment-15305492
]
ASF GitHub Bot commented on APEXMALHAR-2087:
--------------------------------------------
GitHub user yogidevendra reopened a pull request:
https://github.com/apache/incubator-apex-malhar/pull/289
APEXMALHAR-2087 Hive output module
1. Added Hive output module
2. Minor enhancements for getters, setters
3. Fixing some import order, checkstyle violations
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yogidevendra/incubator-apex-malhar
APEXMALHAR-2087-hive-output-module-PR1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-apex-malhar/pull/289.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #289
----
commit 8b23cc9552fc514d20640bce313c42a6cbebee11
Author: yogidevendra <[email protected]>
Date: 2016-05-10T09:58:17Z
APEXMALHAR-2087 Hive output module
1. Added Hive output module
2. Minor enhancements for getters, setters
3. Fixing some import order, checkstyle violations
4. Moving hive support under separate pom project
5. Incorporating review comments
6. replacing deprecated calls with recommended calls in the test cases.
----
> Hive output module
> ------------------
>
> Key: APEXMALHAR-2087
> URL: https://issues.apache.org/jira/browse/APEXMALHAR-2087
> Project: Apache Apex Malhar
> Issue Type: Improvement
> Reporter: Yogi Devendra
> Assignee: Yogi Devendra
>
> Currently, applications which needs to write to Hive have to include 2
> operators FSPojoToHiveOperator, HiveOperator from malhar-contrib in the
> application DAG. [First operator writes to HDFS; second operator loads files
> from HDFS to hive].
> Proposal: to wrap these two operators into a Module/CompositeOperator. So
> that, end user can directly include this module into application.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)