<<../common/header.md>>

Apache Knox Gateway 0.3.0 (Incubator)

Table Of Contents

{{Introduction}}

TODO

{{Download}}

TODO

![$] Important
Please ensure that you validate the integrity of any downloaded files as described below.

Apache Knox Gateway releases are available under the [Apache License, Version 2.0][asl]. See the NOTICE file contained in each release artifact for applicable copyright attribution notices.

{{Installation}}

ZIP

TODO

RPM

TODO

Layout

TODO - Describe the purpose of all of the directories

{{Getting Started}}

TODO

{{Supported Services}}

This table enumerates the versions of various Hadoop services that have been tested to work with the Knox Gateway. Only more recent versions of some Hadoop components when secured via Kerberos can be accessed via the Knox Gateway.

ServiceVersionNon-SecureSecure
WebHDFS2.1.0![y]![y]
WebHCat/Templeton0.11.0![y]![n]
Ozzie4.0.0![y]![?]
HBase/Stargate0.95.2![y]![?]
Hive/JDBC0.11.0![n]![n]
0.12.0![?]![y]![?]
Hive/ODBC0.12.0![?]![?]

{{Usage Examples}}

These examples provide more detail about how to access various Apache Hadoop services via the Apache Knox Gateway.

{{Gateway Details}}

TODO

<<authn.md>> <<authz.md>>

{{Service Details}}

TODO

<<webhdfs.md>> <<webhcat.md>> <<oozie.md>> <<hbase.md>> <<hive.md>> <<kerberos.md>> <<trouble.md>>

{{Export Controls}}

Apache Knox Gateway includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

{{Release Verification}}

It is essential that you verify the integrity of the downloaded files using the PGP signatures. Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases.

The PGP signatures can be verified using PGP or GPG. First download the KEYS file as well as the .asc signature files for the relevant release packages. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using one of the methods below.

% pgpk -a KEYS
% pgpv knox-incubating-0.3.0.zip.asc

or

% pgp -ka KEYS
% pgp knox-incubating-0.3.0.zip.asc

or

% gpg --import KEYS
% gpg --verify knox-incubating-0.3.0.zip.asc

<<../common/footer.md>>