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 BBD3F200B41 for ; Thu, 23 Jun 2016 08:20:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BA77E160A69; Thu, 23 Jun 2016 06:20:17 +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 33FEE160A36 for ; Thu, 23 Jun 2016 08:20:17 +0200 (CEST) Received: (qmail 65662 invoked by uid 500); 23 Jun 2016 06:20:16 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 65641 invoked by uid 99); 23 Jun 2016 06:20:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2016 06:20:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 349982C0451 for ; Thu, 23 Jun 2016 06:20:16 +0000 (UTC) Date: Thu, 23 Jun 2016 06:20:16 +0000 (UTC) From: "Saisai Shao (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-17391) Spark thriftserver fails to start when umask = 027 due to permission issues on java-opts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 23 Jun 2016 06:20:17 -0000 [ https://issues.apache.org/jira/browse/AMBARI-17391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15345864#comment-15345864 ] Saisai Shao commented on AMBARI-17391: -------------------------------------- Hi [~jluniya], I think we should also has such change in the SPARK2 definition. > Spark thriftserver fails to start when umask = 027 due to permission issues on java-opts > ----------------------------------------------------------------------------------------- > > Key: AMBARI-17391 > URL: https://issues.apache.org/jira/browse/AMBARI-17391 > Project: Ambari > Issue Type: Bug > Components: stacks > Affects Versions: 2.4.0 > Reporter: Jayush Luniya > Assignee: Jayush Luniya > Priority: Critical > Fix For: 2.4.0 > > Attachments: AMBARI-17391.patch > > > AMBARI-16651 added java-opts config file. SparkThriftServer is started as hive/hadoop user whereas java-opts file is created as spark/spark user. When umask is set to 0027 STS fails to start due to permission issues on java-opts. -- This message was sent by Atlassian JIRA (v6.3.4#6332)