From issues-return-31291-archive-asf-public=cust-asf.ponee.io@carbondata.apache.org Wed Jan 17 02:21:02 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 CCAAC18065B for ; Wed, 17 Jan 2018 02:21:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BCCB1160C46; Wed, 17 Jan 2018 01:21:02 +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 04D1E160C34 for ; Wed, 17 Jan 2018 02:21:01 +0100 (CET) Received: (qmail 22832 invoked by uid 500); 17 Jan 2018 01:21:01 -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 22823 invoked by uid 99); 17 Jan 2018 01:21:01 -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 01:21:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05DCADFD7B; Wed, 17 Jan 2018 01:21:01 +0000 (UTC) From: jackylk 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: <20180117012101.05DCADFD7B@git1-us-west.apache.org> Date: Wed, 17 Jan 2018 01:21:01 +0000 (UTC) Github user jackylk commented on the issue: https://github.com/apache/carbondata/pull/1805 Can you show an example of how to give in S3Example using AWS S3? I tried with Huawei OBS, it has two problems: 1. I need to set the endpoint conf in main function by `spark.sparkContext.hadoopConfiguration.set("fs.s3a.endpoint", "obs.cn-north-1.myhwclouds.com") ` manually 2. After I set the conf, there is an exception thrown when running it: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/pool/ConnPoolControl ---