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 A88F6200D27 for ; Wed, 25 Oct 2017 08:55:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A3D55160BDA; Wed, 25 Oct 2017 06:55:47 +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 E07DE1609E5 for ; Wed, 25 Oct 2017 08:55:46 +0200 (CEST) Received: (qmail 57037 invoked by uid 500); 25 Oct 2017 06:55:45 -0000 Mailing-List: contact dev-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list dev@ignite.apache.org Received: (qmail 57026 invoked by uid 99); 25 Oct 2017 06:55:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2017 06:55:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 68357DFBAC; Wed, 25 Oct 2017 06:55:45 +0000 (UTC) From: Reidddddd To: dev@ignite.apache.org Reply-To: dev@ignite.apache.org Message-ID: Subject: [GitHub] ignite pull request #2922: IGNITE-6747 Use _HOST instead of FDQN when config... Content-Type: text/plain Date: Wed, 25 Oct 2017 06:55:45 +0000 (UTC) archived-at: Wed, 25 Oct 2017 06:55:47 -0000 GitHub user Reidddddd opened a pull request: https://github.com/apache/ignite/pull/2922 IGNITE-6747 Use _HOST instead of FDQN when configuring principal for IgfsSecondaryFileSystem with kerberos enable You can merge this pull request into a Git repository by running: $ git pull https://github.com/Reidddddd/ignite IGNITE-6747 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2922.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 #2922 ---- commit 1d5919a2f11f039a10467a9cd9c077435205ce68 Author: Reid Chan Date: 2017-10-25T06:50:27Z IGNITE-6747 Use _HOST instead of FDQN when configuring principal for IgfsSecondaryFileSystem with kerberos enable ---- ---