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 C26EA200C48 for ; Thu, 23 Feb 2017 10:05:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C16B0160B50; Thu, 23 Feb 2017 09:05:50 +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 01F01160B64 for ; Thu, 23 Feb 2017 10:05:49 +0100 (CET) Received: (qmail 10262 invoked by uid 500); 23 Feb 2017 09:05:49 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 10228 invoked by uid 99); 23 Feb 2017 09:05:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2017 09:05:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 1932A1A043E for ; Thu, 23 Feb 2017 09:05:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id bF0tpvhhWRkP for ; Thu, 23 Feb 2017 09:05:47 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id BE7555FCCA for ; Thu, 23 Feb 2017 09:05:46 +0000 (UTC) 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 90D09E08F5 for ; Thu, 23 Feb 2017 09:05:45 +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 5682024144 for ; Thu, 23 Feb 2017 09:05:44 +0000 (UTC) Date: Thu, 23 Feb 2017 09:05:44 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-2288) Remove job_name validations for trusted extensions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 23 Feb 2017 09:05:50 -0000 [ https://issues.apache.org/jira/browse/FALCON-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15880147#comment-15880147 ] ASF GitHub Bot commented on FALCON-2288: ---------------------------------------- GitHub user PracheerAgarwal opened a pull request: https://github.com/apache/falcon/pull/373 FALCON-2288, overwriting jobName while job extension for trusted extensions You can merge this pull request into a Git repository by running: $ git pull https://github.com/PracheerAgarwal/falcon FALCON-2288 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/falcon/pull/373.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 #373 ---- ---- > Remove job_name validations for trusted extensions > -------------------------------------------------- > > Key: FALCON-2288 > URL: https://issues.apache.org/jira/browse/FALCON-2288 > Project: Falcon > Issue Type: Improvement > Reporter: Pracheer Agarwal > Assignee: Pracheer Agarwal > > While submitting a job for trusted extensions, job name is provided in conf as well as from the user also. Remove the job_name property form conf and take the job name passed by user. -- This message was sent by Atlassian JIRA (v6.3.15#6346)