From issues-return-24087-apmail-kylin-issues-archive=kylin.apache.org@kylin.apache.org Thu Feb 21 08:16:03 2019 Return-Path: X-Original-To: apmail-kylin-issues-archive@minotaur.apache.org Delivered-To: apmail-kylin-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 01B7218D4F for ; Thu, 21 Feb 2019 08:16:03 +0000 (UTC) Received: (qmail 42772 invoked by uid 500); 21 Feb 2019 08:16:02 -0000 Delivered-To: apmail-kylin-issues-archive@kylin.apache.org Received: (qmail 42729 invoked by uid 500); 21 Feb 2019 08:16:02 -0000 Mailing-List: contact issues-help@kylin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kylin.apache.org Delivered-To: mailing list issues@kylin.apache.org Received: (qmail 42719 invoked by uid 99); 21 Feb 2019 08:16:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2019 08:16:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7495AC1F4B for ; Thu, 21 Feb 2019 08:16:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.5 X-Spam-Level: X-Spam-Status: No, score=-109.5 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 3vPjkw0hW6hn for ; Thu, 21 Feb 2019 08:16:01 +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 F3DD460EB0 for ; Thu, 21 Feb 2019 08:16:00 +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 51BADE00C9 for ; Thu, 21 Feb 2019 08:16: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 1706624528 for ; Thu, 21 Feb 2019 08:16:00 +0000 (UTC) Date: Thu, 21 Feb 2019 08:16:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@kylin.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KYLIN-3819) kylin.sh run in the foreground 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/KYLIN-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16773798#comment-16773798 ] ASF GitHub Bot commented on KYLIN-3819: --------------------------------------- shaofengshi commented on pull request #472: KYLIN-3819 kylin.sh run in the foreground URL: https://github.com/apache/kylin/pull/472 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org > kylin.sh run in the foreground > ------------------------------ > > Key: KYLIN-3819 > URL: https://issues.apache.org/jira/browse/KYLIN-3819 > Project: Kylin > Issue Type: Improvement > Components: Tools, Build and Test > Affects Versions: v2.4.0, v2.5.0, v2.6.0 > Reporter: Temple Zhou > Assignee: Temple Zhou > Priority: Major > > The "kylin.sh start" can only run kylin in the background, but it should be run in the foreground as well. Because only in this way, both streams can be captured if using a supervision system like daemontools. -- This message was sent by Atlassian JIRA (v7.6.3#76005)