Go to file
Benedict Jin 3356dfc5f8
ATLAS-4321 : Ignore files generated under webapp/overlays (#132)
2021-06-01 23:14:09 +05:30
3party-licenses ATLAS-3913 Swagger documentation for APIs 2020-12-04 10:07:57 +05:30
addons ATLAS-4319 : Code refactoring in kafka bridge #136 2021-06-01 20:30:57 +05:30
atlas-examples ATLAS-4205: fixes in Python sample-app and Python client 2021-03-15 12:13:12 -07:00
authorization ATLAS-4158 : Atlas authorization for Add/Update/Remove classification on entities. 2021-02-23 12:49:51 +05:30
build-tools ATLAS-4259: Swagger: Improve Header validation 2021-05-21 16:19:23 +05:30
client ATLAS-4129: Glossary Bulk Import Bugs consolidated fix (ATLAS-4128, ATLAS-4131, ATLAS-4160, ATLAS-4130, ATLAS-4129) 2021-03-31 12:17:51 -07:00
common ATLAS-4152: Entity correlation for deleted entities. 2021-05-21 16:20:01 +05:30
dashboardv2 ATLAS-4174: [Glossary Term Bulk Import] When the file size is large (5 mb) bulk import times out 2021-05-28 09:53:45 +05:30
dashboardv3 ATLAS-4174: [Glossary Term Bulk Import] When the file size is large (5 mb) bulk import times out 2021-05-28 09:53:45 +05:30
dev-support ATLAS-4218: Docker support to run Apache Hive and Apache HBase with Atlas hook 2021-03-24 08:00:01 -07:00
distro ATLAS-4106: Add REST API debug metrics to Atlas 2021-04-29 22:35:38 -07:00
docs ATLAS-4247: Advanced Search is spelt as Advance Search in Atlas Beta UI 2021-04-23 14:56:37 +05:30
graphdb ATLAS-4267 : Quick Search : AggregationMetrics is incorrect with some special characters 2021-04-30 09:55:09 +05:30
intg ATLAS-4318 : Fixed bug in entity.py (#135) 2021-06-01 20:26:27 +05:30
notification ATLAS-4152: Entity correlation for deleted entities. Part #2. Unit test fix. 2021-05-24 17:08:39 -07:00
plugin-classloader ATLAS-3240: Update 'http' urls to 'https' in maven settings 2019-05-29 19:07:49 +05:30
repository ATLAS-4310: Handled NPE for DELETE classification. 2021-05-26 14:24:11 -07:00
server-api ATLAS-3919: Handling classification propagation as deferred-action 2021-04-14 16:49:28 -07:00
test-tools ATLAS-4152: Entity correlation for deleted entities. Part #2. Unit test fix. 2021-05-24 17:08:39 -07:00
tools ATLAS-4077: replaced print statements in Python files with call to print(), for Python3 2021-01-15 19:59:25 -08:00
webapp ATLAS-4320: Fixing location uri for DB entities in QuickStartV2 (#131) 2021-06-01 22:46:53 +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-3824: minor updates to README.txt for 2.1.0 release 2020-06-03 15:49:58 -07:00
pom.xml Added committer information for Sidharth Mishra 2021-05-13 15:30:03 -07: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

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