mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
This is part 1 of the changes being made to the Impala authorization topics. References to CDH and Cloudera Manager docs/products have been either 'hidden' or removed completely. Examples with Sentry have been made more generic. Instances of Cloudera-specific folders or filenames have been removed. Change-Id: Ie5c4431f3236b18fc282343ed98513f0e578130e Reviewed-on: http://gerrit.cloudera.org:8080/5931 Reviewed-by: Jim Apple <jbapple-impala@apache.org> Reviewed-by: John Russell <jrussell@cloudera.com> Tested-by: Impala Public Jenkins
42 lines
1.6 KiB
XML
42 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
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.
|
|
-->
|
|
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
|
|
<concept id="security_install">
|
|
|
|
<title>Installation Considerations for Impala Security</title>
|
|
<prolog>
|
|
<metadata>
|
|
<data name="Category" value="Security"/>
|
|
<data name="Category" value="Impala"/>
|
|
<data name="Category" value="Administrators"/>
|
|
</metadata>
|
|
</prolog>
|
|
|
|
<conbody>
|
|
|
|
<p>
|
|
Impala 1.1 comes set up with all the software and settings needed to enable security when you run the
|
|
<cmdname>impalad</cmdname> daemon with the new security-related options (<codeph>-server_name</codeph> and
|
|
<codeph>-authorization_policy_file</codeph>). You do not need to change any environment variables or install
|
|
any additional JAR files.
|
|
</p>
|
|
</conbody>
|
|
</concept>
|