Go to file
gutkaBinit 4493653e07 ATLAS-3072:UI : Increasing the width of the Lineage slider.
Signed-off-by: nixonrodrigues <nixon@apache.org>
2019-03-13 10:56:21 +05:30
3party-licenses ATLAS-2725: updated license file for JanusGraph usage in Apache Atlas 1.0 2018-05-29 13:08:54 -07:00
addons ATLAS-3054: improved batch processing in notificaiton handler to avoid processing of an entity multiple times - #2 2019-03-12 13:58:36 -07:00
authorization ATLAS-3037: fixed entity-updated detection to handle object-id attributes correctly 2019-01-25 23:15:14 -08:00
build-tools Fix for generating correct REST API docs 2018-10-24 21:49:59 -07:00
client ATLAS-3020: Audit APIs for classification updates. 2019-01-21 20:34:50 -08:00
common ATLAS-3065: added type-patch to remove legacy attributes - #2 2019-03-05 11:15:48 -08:00
dashboardv2 ATLAS-3072:UI : Increasing the width of the Lineage slider. 2019-03-13 10:56:21 +05:30
dev-support ATLAS-2059: Update test-patch.sh script to include exit code for build in result 2018-05-01 15:22:39 -07:00
distro ATLAS-3002: added instrumentation to collect time taken for sub-tasks during entity create/update 2018-12-18 15:02:13 -08:00
docs ATLAS-2839: Export-Import New Features Documentation. 2018-11-02 15:31:34 -07:00
graphdb ATLAS-3065: include removed legacy attributes in entity.attributes for backward compatibility (in addition to entity.relationshipAttributes) - #3 2019-03-11 00:35:32 -07:00
intg ATLAS-3054: improved batch processing in notificaiton handler to avoid processing of an entity multiple times - #2 2019-03-12 13:58:36 -07:00
notification ATLAS-3002: added instrumentation to collect time taken for sub-tasks during entity create/update 2018-12-18 15:02:13 -08:00
plugin-classloader ATLAS-2735: updated version in master branch to 2.0.0-SNAPSHOT 2018-06-03 23:13:26 -07:00
repository ATLAS-3054: improved batch processing in notificaiton handler to avoid processing of an entity multiple times - #2 2019-03-12 13:58:36 -07:00
server-api ATLAS-3065: added type-patch to remove legacy attributes 2019-03-04 22:14:01 -08:00
shaded ATLAS-2735: updated version in master branch to 2.0.0-SNAPSHOT 2018-06-03 23:13:26 -07:00
test-tools ATLAS-2812: Upgrade commons-fileupload to 1.3.3 2018-08-10 14:29:32 -07:00
tools ATLAS-3046: Part 3. Updated case for handling deleted classifications. 2019-02-12 18:38:56 +05:30
webapp ATLAS-3054: improved batch processing in notificaiton handler to avoid processing of an entity multiple times - #2 2019-03-12 13:58:36 -07:00
.gitignore ATLAS-2051: Provide a utility to import HBase entities into Atlas 2017-12-15 15:02:23 -08:00
DISCLAIMER.txt ATLAS-1982: doc, website updated - to remove references to 'incubator', and with current PMC info 2017-07-23 21:43:48 -07:00
LICENSE ATLAS-2725: updated license file for JanusGraph usage in Apache Atlas 1.0 2018-05-29 13:08:54 -07:00
NOTICE ATLAS-1629: updated copyright date in NOTICE file 2017-03-03 08:49:35 -08:00
README.txt ATLAS-2688: updated README & docs for 1.0.0 release 2018-05-26 17:33:18 -07:00
pom.xml Update findbugs-maven-plugin version to 3.0.5 2019-01-21 13:08:20 -08:00
release-build.xml ATLAS-1000: added build instructions to README.txt 2017-01-19 07:40:31 -08:00
release-log.txt ATLAS-1608 :Search UI improvement 2017-03-04 17:12:15 +05:30

README.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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


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

   distro/target/apache-atlas-1.0.0-bin.tar.gz
   distro/target/apache-atlas-1.0.0-hbase-hook.tar.gz
   distro/target/apache-atlas-1.0.0-hive-hook.tar.gz
   distro/target/apache-atlas-1.0.0-kafka-hook.tar.gz
   distro/target/apache-atlas-1.0.0-sources.tar.gz
   distro/target/apache-atlas-1.0.0-sqoop-hook.tar.gz
   distro/target/apache-atlas-1.0.0-storm-hook.tar.gz

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