From issues-return-5608-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Wed Apr 3 01:29:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 16C16180672 for ; Wed, 3 Apr 2019 03:29:01 +0200 (CEST) Received: (qmail 47627 invoked by uid 500); 3 Apr 2019 01:29:01 -0000 Mailing-List: contact issues-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list issues@phoenix.apache.org Received: (qmail 47599 invoked by uid 99); 3 Apr 2019 01:29:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2019 01:29:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8587AE0F37 for ; Wed, 3 Apr 2019 01:29:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1AEBB24421 for ; Wed, 3 Apr 2019 01:29:00 +0000 (UTC) Date: Wed, 3 Apr 2019 01:29:00 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (PHOENIX-5197) Use extraOptions to set the configuration for Spark Workers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-5197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16808280#comment-16808280 ] Hadoop QA commented on PHOENIX-5197: ------------------------------------ {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12964640/PHOENIX-5197.patch against master branch at commit 507e6b5a0f0c94cd85ed359cd04d92e849743a31. ATTACHMENT ID: 12964640 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-PHOENIX-Build/2474//console This message is automatically generated. > Use extraOptions to set the configuration for Spark Workers > ----------------------------------------------------------- > > Key: PHOENIX-5197 > URL: https://issues.apache.org/jira/browse/PHOENIX-5197 > Project: Phoenix > Issue Type: Improvement > Affects Versions: 5.0.0, 4.15.0 > Reporter: Chinmay Kulkarni > Assignee: Chinmay Kulkarni > Priority: Major > Attachments: PHOENIX-5197.patch > > Time Spent: 10m > Remaining Estimate: 0h > > We need a standardized way to set configurations for Spark driver and workers when reading and writing data. > Quoting from my offline discussion with [~twdsilva@gmail.com]: > _"if we use phoenixTableAsRDD to create the rdd then we can pass in a config_ > _if we use the standard df.write.format() we can't pass in a conf_ > _maybe the best was to do this is to put config in the option map when we call read/write .format and then set those in the config"_ -- This message was sent by Atlassian JIRA (v7.6.3#76005)