[ https://issues.apache.org/jira/browse/APEXMALHAR-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15299935#comment-15299935 ]
ASF GitHub Bot commented on APEXMALHAR-2087: -------------------------------------------- GitHub user yogidevendra opened 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 b4d8ec5c312f81b9fc9ab3abd6e4cb148a1f3e12 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 ---- > 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)