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 EE365200B62 for ; Thu, 28 Jul 2016 19:58:26 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ECE75160A56; Thu, 28 Jul 2016 17:58:26 +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 484DB160A85 for ; Thu, 28 Jul 2016 19:58:26 +0200 (CEST) Received: (qmail 50694 invoked by uid 500); 28 Jul 2016 17:58:25 -0000 Mailing-List: contact dev-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.apache.org Delivered-To: mailing list dev@apex.apache.org Received: (qmail 50662 invoked by uid 99); 28 Jul 2016 17:58:25 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2016 17:58:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id BF72DC0373 for ; Thu, 28 Jul 2016 17:58:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id HZXJ4jxI_NlP for ; Thu, 28 Jul 2016 17:58:22 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id E82E15FAF4 for ; Thu, 28 Jul 2016 17:58:21 +0000 (UTC) Received: (qmail 50118 invoked by uid 99); 28 Jul 2016 17:58:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jul 2016 17:58:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1F2F12C0059 for ; Thu, 28 Jul 2016 17:58:21 +0000 (UTC) Date: Thu, 28 Jul 2016 17:58:21 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@apex.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (APEXCORE-495) Enhancing the configuration package to store apps MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 28 Jul 2016 17:58:27 -0000 [ https://issues.apache.org/jira/browse/APEXCORE-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397903#comment-15397903 ] ASF GitHub Bot commented on APEXCORE-495: ----------------------------------------- Github user sandeshh commented on a diff in the pull request: https://github.com/apache/apex-core/pull/360#discussion_r72670234 --- Diff: engine/src/main/java/com/datatorrent/stram/cli/ApexCli.java --- @@ -3850,6 +3908,9 @@ private Option add(Option opt) final Option exactMatch = add(new Option("exactMatch", "Only consider applications with exact app name")); final Option queue = add(OptionBuilder.withArgName("queue name").hasArg().withDescription("Specify the queue to launch the application").create("queue")); final Option force = add(new Option("force", "Force launch the application. Do not check for compatibility")); + final Option onlyConfigApps = add(new Option("onlyConfigApps", "Only use the apps present in the config package.")); + final Option skipConfigApps = add(new Option("skipConfigApps", "Skip the apps present in the config package.")); + --- End diff -- Yes, that is better. I will change it. > Enhancing the configuration package to store apps > ------------------------------------------------- > > Key: APEXCORE-495 > URL: https://issues.apache.org/jira/browse/APEXCORE-495 > Project: Apache Apex Core > Issue Type: Improvement > Reporter: Sandesh > Assignee: Sandesh > > Apex supports configuration package, separates application package from the actual configuration. (http://docs.datatorrent.com/configuration_packages/) > We want to enhance the configuration package by adding support to "add Apps" (json format). > UseCase: Multiple users sharing the same app package, but have a different view of the golden copy of the app package. > Note: This feature is requested by an Apex user. -- This message was sent by Atlassian JIRA (v6.3.4#6332)