[ https://issues.apache.org/jira/browse/HDDS-1299?focusedWorklogId=216992&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-216992 ]
ASF GitHub Bot logged work on HDDS-1299: ---------------------------------------- Author: ASF GitHub Bot Created on: 21/Mar/19 20:18 Start Date: 21/Mar/19 20:18 Worklog Time Spent: 10m Work Description: ajayydv commented on pull request #627: HDDS-1299. Support TokenIssuer interface for running jobs with OzoneFileSystem. URL: https://github.com/apache/hadoop/pull/627#discussion_r267933112 ########## File path: hadoop-ozone/dist/src/main/compose/ozonesecure-mr/docker-config ########## @@ -0,0 +1,176 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +OZONE-SITE.XML_ozone.om.address=om +OZONE-SITE.XML_ozone.om.http-address=om:9874 +OZONE-SITE.XML_ozone.scm.names=scm +OZONE-SITE.XML_ozone.enabled=True +OZONE-SITE.XML_ozone.scm.datanode.id=/data/datanode.id +OZONE-SITE.XML_ozone.scm.block.client.address=scm +OZONE-SITE.XML_ozone.metadata.dirs=/data/metadata +OZONE-SITE.XML_ozone.handler.type=distributed +OZONE-SITE.XML_ozone.scm.client.address=scm +OZONE-SITE.XML_hdds.block.token.enabled=true +OZONE-SITE.XML_ozone.replication=1 +OZONE-SITE.XML_hdds.scm.kerberos.principal=scm/s...@example.com Review comment: Replace hardcoded hostname with _HOST? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 216992) Time Spent: 2.5h (was: 2h 20m) > Support TokenIssuer interface for running jobs with OzoneFileSystem > ------------------------------------------------------------------- > > Key: HDDS-1299 > URL: https://issues.apache.org/jira/browse/HDDS-1299 > Project: Hadoop Distributed Data Store > Issue Type: Sub-task > Reporter: Xiaoyu Yao > Assignee: Xiaoyu Yao > Priority: Blocker > Labels: pull-request-available > Time Spent: 2.5h > Remaining Estimate: 0h > > This ticket is opened to add TokenIssuer interface support to OzoneFileSystem > so that MR and Spark jobs can run with OzoneFileSystem in secure mode. > > -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org