Go to file
Madhan Neethiraj 51a3dee7ea ATLAS-4700: updated documentation for 2.3.0 release
(cherry picked from commit e3da9e12a99c02d2e604ff425ce56445f40e1c9d)
2022-12-07 00:55:38 -08:00
3party-licenses ATLAS-3913 Swagger documentation for APIs 2020-12-04 10:07:57 +05:30
addons ATLAS-3820: fix import-kafka.sh failures; updated docker setup for Kafka bridge 2022-11-16 20:07:35 -08:00
atlas-examples ATLAS-4677 : Upgrade commons-configuration to 2.8.0 2022-10-20 13:03:29 +05:30
authorization ATLAS-4536: The newline character in attribues will fail simple auth check 2022-01-24 11:50:34 -08:00
build-tools ATLAS-4394: Build error due to wrong version of atllass-buildtools at build-tools/pom.xml (2) 2021-08-19 18:40:41 -07:00
client ATLAS-4677 : Upgrade commons-configuration to 2.8.0 2022-10-20 13:03:29 +05:30
common ATLAS-4692: upgraded Apache Commons Text to 1.10.0 2022-11-06 15:51:28 -08:00
dashboardv2 ATLAS-4707: updated loader-utils version from 1.4.1 to 1.4.2 - #3 2022-11-17 00:36:15 -08:00
dashboardv3 ATLAS-4707: updated loader-utils version from 1.4.1 to 1.4.2 - #3 2022-11-17 00:36:15 -08:00
dev-support ATLAS-4712: fixed docker setup for Hive to avoid 'No such file or directory error' 2022-11-17 09:24:21 -08:00
distro ATLAS-4714: exclude downloaded/generated files from source package 2022-11-28 08:37:48 -08:00
docs ATLAS-4700: updated documentation for 2.3.0 release 2022-12-07 00:55:38 -08:00
graphdb ATLAS-4692: upgraded Apache Commons Text to 1.10.0 2022-11-06 15:51:28 -08:00
intg ATLAS-2388: enabled InMemoryJAASConfigurationTest 2022-11-09 21:22:58 -08:00
notification ATLAS-4575 : SDX Version Compatibility - Handle cross version messages 2022-06-15 21:10:56 +05:30
plugin-classloader ATLAS-4642: replace use of static volatile member from plugin classloader 2022-07-20 21:20:33 -07:00
repository ATLAS-3403 : Term assigned to historical entity is not visible in Search results page 2022-11-23 14:06:20 +05:30
server-api ATLAS-4677 : Upgrade commons-configuration to 2.8.0 2022-10-20 13:03:29 +05:30
test-tools [PATCH] ATLAS-3468: Exclude JTS topology suite library from being packaged 2022-11-17 09:35:37 -08:00
tools ATLAS:4558: Fix AtlasRepairIndex tool when tls is enabled 2022-07-07 13:37:35 +05:30
webapp ATLAS-4691: Discrepancy in the atlas debug metrics between the active and the not active servers 2022-10-24 21:58:47 +05:30
.gitignore ATLAS-4321 : Ignore files generated under webapp/overlays (#132) 2021-06-01 23:14:09 +05:30
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-2987: Update component versions of Atlas to use Hadoop3, HBase2 and Solr7 2019-03-13 01:41:28 -07:00
NOTICE ATLAS-2987: Update component versions of Atlas to use Hadoop3, HBase2 and Solr7 2019-03-13 01:41:28 -07:00
README.txt ATLAS-4383: updated documentation for 2.2.0 release 2021-08-18 15:45:52 -07:00
pom.xml ATLAS-4445: fix import-hive.sh failure; updated hive version from 3.1.0 to 3.1.2 2022-11-16 20:05:44 -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-<version>-bin.tar.gz
   distro/target/apache-atlas-<version>-hbase-hook.tar.gz
   distro/target/apache-atlas-<version>-hive-hook.tar.gz
   distro/target/apache-atlas-<version>-impala-hook.tar.gz
   distro/target/apache-atlas-<version>-kafka-hook.tar.gz
   distro/target/apache-atlas-<version>-server.tar.gz
   distro/target/apache-atlas-<version>-sources.tar.gz
   distro/target/apache-atlas-<version>-sqoop-hook.tar.gz
   distro/target/apache-atlas-<version>-storm-hook.tar.gz
   distro/target/apache-atlas-<version>-falcon-hook.tar.gz

4. For more details on installing and running Apache Atlas, please refer to https://atlas.apache.org/#/Installation