Skip to content

jerryjch/atlas

This branch is 1868 commits behind apache/atlas:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 12, 2017
Jan 25, 2018
Nov 12, 2017
Nov 21, 2017
Jan 27, 2018
Jan 23, 2018
Jan 13, 2018
Jan 16, 2018
Jan 13, 2018
Jan 26, 2018
Jan 26, 2018
Jan 26, 2018
Dec 1, 2017
Jan 27, 2018
Sep 26, 2017
Jan 26, 2018
Nov 17, 2017
Nov 17, 2017
Jan 18, 2018
Jan 26, 2018
Dec 15, 2017
Jul 24, 2017
Nov 7, 2017
Mar 3, 2017
Jan 19, 2018
Jan 27, 2018
Jan 19, 2017
Mar 4, 2017

Repository files navigation

# 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.

Apache Atlas Overview
=====================

Apache Atlas framework is an extensible set of core
foundational governance services – enabling enterprises to effectively and
efficiently meet their compliance requirements within Hadoop and allows
integration with the whole enterprise data ecosystem.

This will provide true visibility in Hadoop by using both a prescriptive
and forensic model, along with technical and operational audit as well as
lineage enriched by business taxonomical metadata.  It also enables any
metadata consumer to work inter-operably without discrete interfaces to
each other -- the metadata store is common.

The metadata veracity is maintained by leveraging Apache Ranger to prevent
non-authorized access paths to data at runtime.
Security is both role based (RBAC) and attribute based (ABAC).


Apache Atlas 1.0.0-alpha release
================================

Please note that this is an alpha/technical-preview release and is not
recommended for production use. There is no support for migration of data
from earlier version of Apache Atlas. Also, the data generated using this
alpha release may not migrate to Apache Atlas 1.0 GA release.


Build Process
=============

1. Get Atlas sources to your local directory, for example with following commands
   $ cd <your-local-directory>
   $ git clone https://github.com/apache/atlas.git
   $ cd atlas

   # Checkout the branch or tag you would like to build
   #
   # to checkout a branch
     $ git checkout <branch>

   # to checkout a tag
     $ git checkout tags/<tag>

2. Execute the following commands to build Apache Atlas

   $ export MAVEN_OPTS="-Xms2g -Xmx2g"
   $ mvn clean install
   $ mvn clean package -Pdist

3. After above build commands successfully complete, you should see the following files

   webapp/target/atlas-webapp-<version>.war
   addons/falcon-bridge/target/falcon-bridge-<version>.jar
   addons/hive-bridge/target/hive-bridge-<version>.jar
   addons/sqoop-bridge/target/sqoop-bridge-<version>.jar
   addons/storm-bridge/target/storm-bridge-<version>.jar

4. For more details on building and running Apache Atlas, please refer to http://atlas.apache.org/InstallationSteps.html

About

Mirror of Apache Atlas

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 82.5%
  • JavaScript 9.9%
  • Python 4.1%
  • Shell 1.2%
  • CSS 1.0%
  • HTML 1.0%
  • Other 0.3%