From issues-return-31401-archive-asf-public=cust-asf.ponee.io@carbondata.apache.org Wed Jan 17 11:06:13 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id CCFA518062C for ; Wed, 17 Jan 2018 11:06:13 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BDBF1160C35; Wed, 17 Jan 2018 10:06:13 +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 07725160C1B for ; Wed, 17 Jan 2018 11:06:12 +0100 (CET) Received: (qmail 1813 invoked by uid 500); 17 Jan 2018 10:06:12 -0000 Mailing-List: contact issues-help@carbondata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@carbondata.apache.org Delivered-To: mailing list issues@carbondata.apache.org Received: (qmail 1802 invoked by uid 99); 17 Jan 2018 10:06:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2018 10:06:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 258D4DFCDE; Wed, 17 Jan 2018 10:06:12 +0000 (UTC) From: jatin9896 To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata issue #1805: [CARBONDATA-1827] S3 Carbon Implementation Content-Type: text/plain Message-Id: <20180117100612.258D4DFCDE@git1-us-west.apache.org> Date: Wed, 17 Jan 2018 10:06:12 +0000 (UTC) Github user jatin9896 commented on the issue: https://github.com/apache/carbondata/pull/1805 @jackylk table path is the path to bucket location like I have provided s3a:/// and regarding endpoints, I have modified example which takes endpoint as args(4) and it is not mandatory to provide. About connection pooling exception in the example is also fixed. Please check. ---