Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 29C0E200BB4 for ; Tue, 1 Nov 2016 09:47:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 28395160AF7; Tue, 1 Nov 2016 08:47:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 70A8C160AE5 for ; Tue, 1 Nov 2016 09:47:02 +0100 (CET) Received: (qmail 19103 invoked by uid 500); 1 Nov 2016 08:47:01 -0000 Mailing-List: contact dev-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.apache.org Delivered-To: mailing list dev@apex.apache.org Received: (qmail 19092 invoked by uid 99); 1 Nov 2016 08:47:01 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 08:47:01 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 0D90318061A for ; Tue, 1 Nov 2016 08:47:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -7.018 X-Spam-Level: X-Spam-Status: No, score=-7.018 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id j_wYSNmUysrg for ; Tue, 1 Nov 2016 08:46:59 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id E3B925F2F0 for ; Tue, 1 Nov 2016 08:46:58 +0000 (UTC) Received: (qmail 19073 invoked by uid 99); 1 Nov 2016 08:46:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Nov 2016 08:46:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 583992C0057 for ; Tue, 1 Nov 2016 08:46:58 +0000 (UTC) Date: Tue, 1 Nov 2016 08:46:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@apex.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (APEXMALHAR-2303) S3 Line By Line Module MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 01 Nov 2016 08:47:03 -0000 [ https://issues.apache.org/jira/browse/APEXMALHAR-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15624810#comment-15624810 ] ASF GitHub Bot commented on APEXMALHAR-2303: -------------------------------------------- GitHub user ajaygit158 opened a pull request: https://github.com/apache/apex-malhar/pull/478 APEXMALHAR-2303 Added S3RecordReaderModule for reading records line by line @chaithu14 @yogidevendra Kindly review You can merge this pull request into a Git repository by running: $ git pull https://github.com/ajaygit158/apex-malhar APEXMALHAR-2303 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-malhar/pull/478.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 #478 ---- commit b999cbd044b370a271ea8265f2b3e4b7be3935bc Author: Ajay Date: 2016-10-27T12:57:28Z Added S3 Record Reader module commit 426f8f6efc838ca754ad6070c3d0110537b1f222 Author: Ajay Date: 2016-10-28T13:42:51Z Changes to ensure compilation with jdk 1.7 commit a2e7d9892e00784b881c53e2d44cff12ceb6abb1 Author: Ajay Date: 2016-11-01T08:42:27Z Few corrections in S3RecordReader ---- > S3 Line By Line Module > ---------------------- > > Key: APEXMALHAR-2303 > URL: https://issues.apache.org/jira/browse/APEXMALHAR-2303 > Project: Apache Apex Malhar > Issue Type: Bug > Reporter: Ajay Gupta > Assignee: Ajay Gupta > Original Estimate: 336h > Remaining Estimate: 336h > > This is a new module which will consist of 2 operators > 1) File Splitter -- Already existing in Malhar library > 2) S3RecordReader -- Read a file from S3 and output the records (delimited or fixed width) -- This message was sent by Atlassian JIRA (v6.3.4#6332)