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 0B301200D5D for ; Wed, 20 Dec 2017 20:05:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 09DB4160C15; Wed, 20 Dec 2017 19:05:54 +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 44A6E160BF9 for ; Wed, 20 Dec 2017 20:05:53 +0100 (CET) Received: (qmail 48599 invoked by uid 500); 20 Dec 2017 19:05:52 -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 48590 invoked by uid 99); 20 Dec 2017 19:05:52 -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, 20 Dec 2017 19:05:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5BF03DFF73; Wed, 20 Dec 2017 19:05:52 +0000 (UTC) From: ravipesala To: issues@carbondata.apache.org Reply-To: issues@carbondata.apache.org References: In-Reply-To: Subject: [GitHub] carbondata pull request #1681: [CARBONDATA-1908][PARTITION] Support UPDATE/D... Content-Type: text/plain Message-Id: <20171220190552.5BF03DFF73@git1-us-west.apache.org> Date: Wed, 20 Dec 2017 19:05:52 +0000 (UTC) archived-at: Wed, 20 Dec 2017 19:05:54 -0000 Github user ravipesala commented on a diff in the pull request: https://github.com/apache/carbondata/pull/1681#discussion_r158108990 --- Diff: hadoop/src/main/java/org/apache/carbondata/hadoop/api/CarbonTableOutputFormat.java --- @@ -87,6 +87,7 @@ "mapreduce.carbontable.dict.server.host"; public static final String DICTIONARY_SERVER_PORT = "mapreduce.carbontable.dict.server.port"; + public static final String UPADTE_TIMESTAMP = "mapreduce.carbontable.update.timestamp"; --- End diff -- ok ---