[ https://issues.apache.org/jira/browse/APEXMALHAR-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306256#comment-15306256 ]
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 bb0a93d02a91723a323fc09c23150cc5f1a4feb6 Author: yogidevendra <deven...@datatorrent.com> 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. replacing deprecated calls with recommended calls in the test cases. 6. making test case compatible to parentclass (junit 3) 7. added hive dependency to benchmark 8. added hive to all-modules profile 9. Incorporating review comments ---- > 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)