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 3BC30200CD8 for ; Wed, 19 Jul 2017 06:08:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2F1B016619E; Wed, 19 Jul 2017 04:08:12 +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 73C3716610C for ; Wed, 19 Jul 2017 06:08:11 +0200 (CEST) Received: (qmail 85692 invoked by uid 500); 19 Jul 2017 04:08:10 -0000 Mailing-List: contact issues-help@systemml.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@systemml.apache.org Delivered-To: mailing list issues@systemml.apache.org Received: (qmail 85673 invoked by uid 99); 19 Jul 2017 04:08:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2017 04:08:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E49FD180313 for ; Wed, 19 Jul 2017 04:08:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JG406F7_e5Vs for ; Wed, 19 Jul 2017 04:08:08 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 1E8B05F2EC for ; Wed, 19 Jul 2017 04:08:08 +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 8D32FE0D45 for ; Wed, 19 Jul 2017 04:08:05 +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 7B98721EA4 for ; Wed, 19 Jul 2017 04:08:02 +0000 (UTC) Date: Wed, 19 Jul 2017 04:08:02 +0000 (UTC) From: "Matthias Boehm (JIRA)" To: issues@systemml.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SYSTEMML-1781) Enable external calls to the resource optimizer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 19 Jul 2017 04:08:12 -0000 Matthias Boehm created SYSTEMML-1781: ---------------------------------------- Summary: Enable external calls to the resource optimizer Key: SYSTEMML-1781 URL: https://issues.apache.org/jira/browse/SYSTEMML-1781 Project: SystemML Issue Type: Task Reporter: Matthias Boehm So far the resource optimizer, is only called from within SystemML in order to decide on a CP/MR memory configuration for YARN environments. This task aims to enable external calls (e.g., from command line) to this resource optimizer in order to embed it into automated scripts for determining and allocating necessary cloud resources. -- This message was sent by Atlassian JIRA (v6.4.14#64029)