You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sh...@apache.org on 2015/10/11 01:33:04 UTC

incubator-atlas-website git commit: updating to latest

Repository: incubator-atlas-website
Updated Branches:
  refs/heads/asf-site b9cbbc198 -> fe040e3f7


updating to latest


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/commit/fe040e3f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/tree/fe040e3f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/diff/fe040e3f

Branch: refs/heads/asf-site
Commit: fe040e3f753319bed43e49d1883e7055dd4bcb11
Parents: b9cbbc1
Author: Shwetha GS <ss...@hortonworks.com>
Authored: Sat Oct 10 16:26:39 2015 -0700
Committer: Shwetha GS <ss...@hortonworks.com>
Committed: Sat Oct 10 16:26:39 2015 -0700

----------------------------------------------------------------------
 Architecture.html      | 22 +++++++++---------
 Bridge-Hive.html       | 22 +++++++++---------
 Configuration.html     | 54 +++++++++++++++++++++++++++++++--------------
 InstallationSteps.html | 18 +++++++--------
 QuickStart.html        | 20 ++++++++---------
 Repository.html        | 12 +++++-----
 Search.html            | 16 +++++++-------
 Security.html          | 26 +++++++++++-----------
 TypeSystem.html        | 20 ++++++++---------
 index.html             | 44 +++++++++++++++++-------------------
 issue-tracking.html    | 12 +++++-----
 license.html           | 14 ++++++------
 mail-lists.html        | 10 ++++-----
 project-info.html      | 12 +++++-----
 source-repository.html | 18 +++++++--------
 team-list.html         | 14 ++++++------
 16 files changed, 177 insertions(+), 157 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/Architecture.html
----------------------------------------------------------------------
diff --git a/Architecture.html b/Architecture.html
index 195d8a6..1a89f59 100644
--- a/Architecture.html
+++ b/Architecture.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Architecture</title>
+    <title>Apache Atlas &#x2013; Architecture</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,19 +194,21 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Architecture<a name="Architecture"></a></h2></div>
+<h2><a name="Architecture"></a>Architecture</h2></div>
 <div class="section">
-<h3>Introduction<a name="Introduction"></a></h3></div>
+<h3><a name="Introduction"></a>Introduction</h3></div>
 <div class="section">
-<h3>Atlas High Level Architecture - Overview<a name="Atlas_High_Level_Architecture_-_Overview"></a></h3>
+<h3><a name="Atlas_High_Level_Architecture_-_Overview"></a>Atlas High Level Architecture - Overview</h3>
 <p><img src="images/twiki/architecture.png" alt="" /></p></div>
 <div class="section">
-<h3>Bridges<a name="Bridges"></a></h3>
+<h3><a name="Bridges"></a>Bridges</h3>
 <p>External components like hive/sqoop/storm/falcon should model their taxonomy using typesystem and register the types with Atlas. For every entity created in this external component, the corresponding entity should be registered in Atlas as well. This is typically done in a hook which runs in the external component and is called for every entity operation. Hook generally processes the entity asynchronously using a thread pool to avoid adding latency to the main operation. The hook can then build the entity and register the entity using Atlas REST APIs. Howerver, any failure in APIs because of network issue etc can in result entity not registered in Atlas and hence inconsistent metadata.</p>
 <p>Atlas exposes notification interface and can be used for reliable entity registration by hook as well. The hook can send notification message containing the list of entities to be registered.  Atlas service contains hook consumer that listens to these messages and registers the entities.</p>
-<p>Available bridges are: * <a href="./Hive/Bridge-Hive.html">Hive Bridge</a></p></div>
+<p>Available bridges are:</p>
+<ul>
+<li><a href="./Bridge-Hive.html">Hive Bridge</a></li></ul></div>
 <div class="section">
-<h3>Notification<a name="Notification"></a></h3>
+<h3><a name="Notification"></a>Notification</h3>
 <p>Notification is used for reliable entity registration from hooks and for entity/type change notifications. Atlas, by default, provides kafka integration, but its possible to provide other implementations as well. Atlas service starts embedded kafka server by default.</p>
 <p>Atlas also provides <a href="./NotificationHookConsumer.html">NotificationHookConsumer</a> that runs in Atlas Service and listens to messages from hook and registers the entities in Atlas. <img src="images/twiki/notification.png" alt="" /></p></div>
                   </div>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/Bridge-Hive.html
----------------------------------------------------------------------
diff --git a/Bridge-Hive.html b/Bridge-Hive.html
index 53dee68..b4ab13d 100644
--- a/Bridge-Hive.html
+++ b/Bridge-Hive.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Hive Atlas Bridge</title>
+    <title>Apache Atlas &#x2013; Hive Atlas Bridge</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,9 +194,9 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Hive Atlas Bridge<a name="Hive_Atlas_Bridge"></a></h2></div>
+<h2><a name="Hive_Atlas_Bridge"></a>Hive Atlas Bridge</h2></div>
 <div class="section">
-<h3>Hive Model<a name="Hive_Model"></a></h3>
+<h3><a name="Hive_Model"></a>Hive Model</h3>
 <p>The default hive modelling is available in org.apache.atlas.hive.model.HiveDataModelGenerator. It defines the following types:</p>
 <div class="source">
 <pre>
@@ -216,10 +216,10 @@ hive_partition(ClassType) - super types [Referenceable] - attributes [values, ta
 hive_process(ClassType) - super types [Process] - attributes [startTime, endTime, userName, operationType, queryText, queryPlan, queryId, queryGraph]
 
 </pre></div>
-<p>The entities are created and de-duped using unique qualified name. They provide namespace and can be used for querying as well: hive_db - attribute qualifiedName - clustername.dbname hive_table - attribute name - clustername.dbname.tablename hive_partition - attribute qualifiedName - clustername.dbname.tablename.partitionvalues hive_process - attribute qualifiedName - queryText</p></div>
+<p>The entities are created and de-duped using unique qualified name. They provide namespace and can be used for querying as well: hive_db - attribute qualifiedName - clustername.dbname hive_table - attribute name - clustername.dbname.tablename hive_column - attribute qualifiedName - clustername.dbname.tablename.columnname hive_partition - attribute qualifiedName - clustername.dbname.tablename.partitionvalues hive_process - attribute qualifiedName - queryText</p></div>
 <div class="section">
-<h3>Importing Hive Metadata<a name="Importing_Hive_Metadata"></a></h3>
-<p>org.apache.atlas.hive.bridge.HiveMetaStoreBridge imports the hive metadata into Atlas using the model defined in org.apache.atlas.hive.model.HiveDataModelGenerator. import-hive.sh command can be used to facilitate this. Set-up the following configs in hive-site.xml of your hive set-up and set environment variable HIVE_CONFIG to the hive conf directory:</p>
+<h3><a name="Importing_Hive_Metadata"></a>Importing Hive Metadata</h3>
+<p>org.apache.atlas.hive.bridge.HiveMetaStoreBridge imports the hive metadata into Atlas using the model defined in org.apache.atlas.hive.model.HiveDataModelGenerator. import-hive.sh command can be used to facilitate this. Set-up the following configs in hive-site.xml of your hive set-up and set environment variable HIVE_CONF_DIR to the hive conf directory:</p>
 <ul>
 <li>Atlas endpoint - Add the following property with the Atlas endpoint for your set-up</li></ul>
 <div class="source">
@@ -236,7 +236,7 @@ hive_process(ClassType) - super types [Process] - attributes [startTime, endTime
 </pre></div>
 <p>Usage: &lt;atlas package&gt;/bin/hive/import-hive.sh. The logs are in &lt;atlas package&gt;/logs/import-hive.log</p></div>
 <div class="section">
-<h3>Hive Hook<a name="Hive_Hook"></a></h3>
+<h3><a name="Hive_Hook"></a>Hive Hook</h3>
 <p>Hive supports listeners on hive command execution using hive hooks. This is used to add/update/remove entities in Atlas using the model defined in org.apache.atlas.hive.model.HiveDataModelGenerator. The hook submits the request to a thread pool executor to avoid blocking the command execution. The thread submits the entities as message to the notification server and atlas server reads these messages and registers the entities. Follow these instructions in your hive set-up to add hive hook for Atlas:</p>
 <ul>
 <li>Set-up atlas hook and atlas endpoint in hive-site.xml:</li></ul>
@@ -273,7 +273,7 @@ hive_process(ClassType) - super types [Process] - attributes [startTime, endTime
 <li>atlas.hook.hive.keepAliveTime - keep alive time in msecs. default 10</li></ul>
 <p>Refer <a href="./Configuration.html">Configuration</a> for notification related configurations</p></div>
 <div class="section">
-<h3>Limitations<a name="Limitations"></a></h3>
+<h3><a name="Limitations"></a>Limitations</h3>
 <p></p>
 <ul>
 <li>Since database name, table name and column names are case insensitive in hive, the corresponding names in entities are lowercase. So, any search APIs should use lowercase while querying on the entity names</li>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/Configuration.html
----------------------------------------------------------------------
diff --git a/Configuration.html b/Configuration.html
index 7e5c12e..d097053 100644
--- a/Configuration.html
+++ b/Configuration.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Configuring Apache Atlas</title>
+    <title>Apache Atlas &#x2013; Configuring Apache Atlas</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,18 +194,18 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Configuring Apache Atlas<a name="Configuring_Apache_Atlas"></a></h2></div>
+<h2><a name="Configuring_Apache_Atlas"></a>Configuring Apache Atlas</h2></div>
 <div class="section">
-<h3>Introduction<a name="Introduction"></a></h3>
+<h3><a name="Introduction"></a>Introduction</h3>
 <p>All configuration in Atlas uses java properties style configuration.</p></div>
 <div class="section">
-<h3>Application Properties<a name="Application_Properties"></a></h3>
+<h3><a name="Application_Properties"></a>Application Properties</h3>
 <p>The main configuration file is application.properties which is in the <b>conf</b> dir at the deployed location. It consists of the following sections:</p></div>
 <div class="section">
-<h4>Graph Database Configs<a name="Graph_Database_Configs"></a></h4></div>
+<h4><a name="Graph_Database_Configs"></a>Graph Database Configs</h4></div>
 <div class="section">
-<h5>Graph persistence engine<a name="Graph_persistence_engine"></a></h5>
-<p><a href="http://s3.thinkaurelius.com/docs/titan/0.5.4/titan-config-ref.html">link</a> for more details. The example below uses BerkeleyDBJE.</p>
+<h5><a name="Graph_persistence_engine"></a>Graph persistence engine</h5>
+<p>This section sets up the graph db - titan - to use a persistence engine. Please refer to <a href="http://s3.thinkaurelius.com/docs/titan/0.5.4/titan-config-ref.html">link</a> for more details. The example below uses BerkeleyDBJE.</p>
 <div class="source">
 <pre>
 atlas.graph.storage.backend=berkeleyje
@@ -213,7 +213,20 @@ atlas.graph.storage.directory=data/berkley
 
 </pre></div></div>
 <div class="section">
-<h5>Graph Search Index<a name="Graph_Search_Index"></a></h5>
+<h6><a name="Graph_persistence_engine_-_Hbase"></a>Graph persistence engine - Hbase</h6>
+<p>Basic configuration</p>
+<div class="source">
+<pre>
+atlas.graph.storage.backend=hbase
+#For standalone mode , specify localhost
+#for distributed mode, specify zookeeper quorum here - For more information refer http://s3.thinkaurelius.com/docs/titan/current/hbase.html#_remote_server_mode_2
+atlas.graph.storage.hostname=&lt;ZooKeeper Quorum&gt;
+
+</pre></div>
+<p>Advanced configuration</p>
+<p>Refer <a class="externalLink" href="http://s3.thinkaurelius.com/docs/titan/0.5.4/titan-config-ref.html#_storage_hbase">http://s3.thinkaurelius.com/docs/titan/0.5.4/titan-config-ref.html#_storage_hbase</a></p></div>
+<div class="section">
+<h5><a name="Graph_Search_Index"></a>Graph Search Index</h5>
 <p>This section sets up the graph db - titan - to use an search indexing system. The example configuration below setsup to use an embedded Elastic search indexing system.</p>
 <div class="source">
 <pre>
@@ -225,7 +238,16 @@ atlas.graph.index.search.elasticsearch.create.sleep=2000
 
 </pre></div></div>
 <div class="section">
-<h4>Hive Lineage Configs<a name="Hive_Lineage_Configs"></a></h4>
+<h5><a name="Graph_Search_Index_-_Solr"></a>Graph Search Index - Solr</h5>
+<div class="source">
+<pre>
+ atlas.graph.index.search.backend=solr5
+ atlas.graph.index.search.solr.mode=cloud
+ atlas.graph.index.search.solr.zookeeper-url=&lt;the ZK quorum setup for solr as comma separated value&gt; eg: 10.1.6.4:2181,10.1.6.5:2181
+
+</pre></div></div>
+<div class="section">
+<h4><a name="Hive_Lineage_Configs"></a>Hive Lineage Configs</h4>
 <p>The higher layer services like hive lineage, schema, etc. are driven by the type system and this section encodes the specific types for the hive data model.</p>
 <p># This models reflects the base super types for Data and Process</p>
 <div class="source">
@@ -240,7 +262,7 @@ atlas.lineage.hive.table.schema.query=hive_table where name=?, columns
 
 </pre></div></div>
 <div class="section">
-<h4>Notification Configs<a name="Notification_Configs"></a></h4>
+<h4><a name="Notification_Configs"></a>Notification Configs</h4>
 <p>Refer <a class="externalLink" href="http://kafka.apache.org/documentation.html#configuration">http://kafka.apache.org/documentation.html#configuration</a> for kafka configuration. All kafka configs should be prefixed with 'atlas.kafka.'</p>
 <div class="source">
 <pre>
@@ -254,7 +276,7 @@ atlas.kafka.auto.commit.interval.ms=1000
 
 </pre></div></div>
 <div class="section">
-<h4>Client Configs<a name="Client_Configs"></a></h4>
+<h4><a name="Client_Configs"></a>Client Configs</h4>
 <div class="source">
 <pre>
 atlas.client.readTimeoutMSecs=60000
@@ -262,9 +284,9 @@ atlas.client.connectTimeoutMSecs=60000
 
 </pre></div></div>
 <div class="section">
-<h4>Security Properties<a name="Security_Properties"></a></h4></div>
+<h4><a name="Security_Properties"></a>Security Properties</h4></div>
 <div class="section">
-<h5>SSL config<a name="SSL_config"></a></h5>
+<h5><a name="SSL_config"></a>SSL config</h5>
 <p>The following property is used to toggle the SSL feature.</p>
 <div class="source">
 <pre>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/InstallationSteps.html
----------------------------------------------------------------------
diff --git a/InstallationSteps.html b/InstallationSteps.html
index 9d194ed..f5d77c7 100644
--- a/InstallationSteps.html
+++ b/InstallationSteps.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Building & Installing Apache Atlas</title>
+    <title>Apache Atlas &#x2013; Building & Installing Apache Atlas</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,9 +194,9 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h3>Building &amp; Installing Apache Atlas<a name="Building__Installing_Apache_Atlas"></a></h3></div>
+<h3><a name="Building__Installing_Apache_Atlas"></a>Building &amp; Installing Apache Atlas</h3></div>
 <div class="section">
-<h4>Building Atlas<a name="Building_Atlas"></a></h4>
+<h4><a name="Building_Atlas"></a>Building Atlas</h4>
 <div class="source">
 <pre>
 git clone https://git-wip-us.apache.org/repos/asf/incubator-atlas.git atlas
@@ -252,7 +252,7 @@ mvn clean package -Pdist
 
 </pre></div></div>
 <div class="section">
-<h4>Installing &amp; Running Atlas<a name="Installing__Running_Atlas"></a></h4>
+<h4><a name="Installing__Running_Atlas"></a>Installing &amp; Running Atlas</h4>
 <p><b>Installing Atlas</b></p>
 <div class="source">
 <pre>
@@ -315,7 +315,7 @@ export METADATA_SERVER_OPTS=&quot;-Djava.awt.headless=true -Djava.security.krb5.
 <p>By default, Atlas uses Titan as the graph repository and is the only graph repository implementation available currently. For configuring Titan to work with Solr, please follow the instructions below</p>
 <div class="source">
 <pre>
-* Install solr if not already running. Versions of SOLR supported are 4.8.1 or 5.2.1.
+* Install solr if not already running. Version of SOLR supported is 5.2.1.
 
 * Start solr in cloud mode.
   SolrCloud mode uses a ZooKeeper Service as a highly available, central location for cluster management.
@@ -332,7 +332,7 @@ export METADATA_SERVER_OPTS=&quot;-Djava.awt.headless=true -Djava.security.krb5.
   The number of shards cannot exceed the total number of Solr nodes in your SolrCloud cluster
 
 * Change ATLAS configuration to point to the Solr instance setup. Please make sure the following configurations are set to the below values in ATLAS_HOME//conf/application.properties
- atlas.graph.index.search.backend=&lt;'solr' for solr 4.8.1&gt;/&lt;'solr5' for solr 5.2.1&gt;
+ atlas.graph.index.search.backend=solr5
  atlas.graph.index.search.solr.mode=cloud
  atlas.graph.index.search.solr.zookeeper-url=&lt;the ZK quorum setup for solr as comma separated value&gt; eg: 10.1.6.4:2181,10.1.6.5:2181
 

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/QuickStart.html
----------------------------------------------------------------------
diff --git a/QuickStart.html b/QuickStart.html
index ba37850..ec2dc52 100644
--- a/QuickStart.html
+++ b/QuickStart.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Quick Start Guide</title>
+    <title>Apache Atlas &#x2013; Quick Start Guide</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,24 +194,24 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Quick Start Guide<a name="Quick_Start_Guide"></a></h2></div>
+<h2><a name="Quick_Start_Guide"></a>Quick Start Guide</h2></div>
 <div class="section">
-<h3>Introduction<a name="Introduction"></a></h3>
+<h3><a name="Introduction"></a>Introduction</h3>
 <p>This quick start user guide is a simple client that adds a few sample type definitions modeled after the example as shown below. It also adds example entities along with traits as shown in the instance graph below.</p></div>
 <div class="section">
-<h4>Example Type Definitions<a name="Example_Type_Definitions"></a></h4>
+<h4><a name="Example_Type_Definitions"></a>Example Type Definitions</h4>
 <p><img src="images/twiki/guide-class-diagram.png" alt="" /></p></div>
 <div class="section">
-<h4>Example Instance Graph<a name="Example_Instance_Graph"></a></h4>
+<h4><a name="Example_Instance_Graph"></a>Example Instance Graph</h4>
 <p><img src="images/twiki/guide-instance-graph.png" alt="" /></p></div>
 <div class="section">
-<h3>Running the example<a name="Running_the_example"></a></h3>
+<h3><a name="Running_the_example"></a>Running the example</h3>
 <p>This will add sample types and instances along with traits as shown in the instance graph above.</p>
 <p></p>
 <ul>
 <li>bin/quick-start.sh</li></ul></div>
 <div class="section">
-<h3>Dashboard<a name="Dashboard"></a></h3>
+<h3><a name="Dashboard"></a>Dashboard</h3>
 <p>A simple dashboard with search is available.</p>
 <p></p>
 <ul>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/Repository.html
----------------------------------------------------------------------
diff --git a/Repository.html b/Repository.html
index 41aaed4..2537dc0 100644
--- a/Repository.html
+++ b/Repository.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Repository</title>
+    <title>Apache Atlas &#x2013; Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,9 +194,9 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Repository<a name="Repository"></a></h2></div>
+<h2><a name="Repository"></a>Repository</h2></div>
 <div class="section">
-<h3>Introduction<a name="Introduction"></a></h3></div>
+<h3><a name="Introduction"></a>Introduction</h3></div>
                   </div>
           </div>
 

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/Search.html
----------------------------------------------------------------------
diff --git a/Search.html b/Search.html
index c58388b..045a739 100644
--- a/Search.html
+++ b/Search.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Search</title>
+    <title>Apache Atlas &#x2013; Search</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,13 +194,13 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Search<a name="Search"></a></h2>
+<h2><a name="Search"></a>Search</h2>
 <p>Atlas exposes search over the metadata in two ways:</p>
 <ul>
 <li>Search using DSL</li>
 <li>Full-text search</li></ul></div>
 <div class="section">
-<h3>Search DSL Grammar<a name="Search_DSL_Grammar"></a></h3>
+<h3><a name="Search_DSL_Grammar"></a>Search DSL Grammar</h3>
 <p>The DSL exposes an SQL like query language for searching the metadata based on the type system. The grammar for the DSL is below.</p>
 <div class="source">
 <pre>
@@ -272,7 +272,7 @@ literal: booleanConstant |
 <li><i>is</i> or <i>isa</i>can be used to filter Entities that have a particular Trait.</li>
 <li><i>has</i> can be used to filter Entities that have a value for a particular Attribute.</li></ul></li></ul></div>
 <div class="section">
-<h4>DSL Examples<a name="DSL_Examples"></a></h4>
+<h4><a name="DSL_Examples"></a>DSL Examples</h4>
 <p></p>
 <ul>
 <li>from DB</li>
@@ -283,7 +283,7 @@ literal: booleanConstant |
 <li>Table where name=&quot;sales_fact&quot;, columns</li>
 <li>Table where name=&quot;sales_fact&quot;, columns as column select column.name, column.dataType, column.comment</li></ul></div>
 <div class="section">
-<h3>Full-text Search<a name="Full-text_Search"></a></h3>
+<h3><a name="Full-text_Search"></a>Full-text Search</h3>
 <p>Atlas also exposes a lucene style full-text search capability.</p></div>
                   </div>
           </div>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/Security.html
----------------------------------------------------------------------
diff --git a/Security.html b/Security.html
index e906391..428f2d3 100644
--- a/Security.html
+++ b/Security.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Security Features of Apache Atlas</title>
+    <title>Apache Atlas &#x2013; Security Features of Apache Atlas</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,16 +194,16 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Security Features of Apache Atlas<a name="Security_Features_of_Apache_Atlas"></a></h2></div>
+<h2><a name="Security_Features_of_Apache_Atlas"></a>Security Features of Apache Atlas</h2></div>
 <div class="section">
-<h3>Overview<a name="Overview"></a></h3>
+<h3><a name="Overview"></a>Overview</h3>
 <p>The following features are available for enhancing the security of the platform:</p>
 <ul>
 <li>SSL</li>
 <li>Service Authentication</li>
 <li>SPNEGO-based HTTP Authentication</li></ul></div>
 <div class="section">
-<h4>SSL<a name="SSL"></a></h4>
+<h4><a name="SSL"></a>SSL</h4>
 <p>Both SSL one-way (server authentication) and two-way (server and client authentication) are supported.  The following application properties (properties configured in the application.properties file) are available for configuring SSL:</p>
 <p></p>
 <ul>
@@ -213,20 +213,20 @@
 <li><code>client.auth.enabled</code> (false|true) [default: false] - enable/disable client authentication.  If enabled, the client will have to authenticate to the server during the transport session key creation process (i.e. two-way SSL is in effect).</li>
 <li><code>cert.stores.credential.provider.path</code> - the path to the Credential Provider store file.  The passwords for the keystore, truststore, and server certificate are maintained in this secure file.  Utilize the cputil script in the 'bin' directoy (see below) to populate this file with the passwords required.</li></ul></div>
 <div class="section">
-<h5>Credential Provider Utility Script<a name="Credential_Provider_Utility_Script"></a></h5>
+<h5><a name="Credential_Provider_Utility_Script"></a>Credential Provider Utility Script</h5>
 <p>In order to prevent the use of clear-text passwords, the Atlas platofrm makes use of the Credential Provider facility for secure password storage (see <a class="externalLink" href="http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/CommandsManual.html#credential">Hadoop Credential Command Reference</a> for more information about this facility).  The cputil script in the 'bin' directory can be leveraged to create the password store required.</p>
 <p>To create the credential provdier for Atlas:</p>
 <p></p>
 <ul>
-<li><code>bin</code>' directory</li>
-<li><code>./cputil.sh</code>'</li>
+<li>cd to the '<code>bin</code>' directory</li>
+<li>type '<code>./cputil.sh</code>'</li>
 <li>Enter the path for the generated credential provider.  The format for the path is:
 <ul>
 <li><a class="externalLink" href="jceks://file/local/file/path/file.jceks">jceks://file/local/file/path/file.jceks</a> or <a class="externalLink" href="jceks://hdfs@namenodehost:port/path/in/hdfs/to/file.jceks.">jceks://hdfs@namenodehost:port/path/in/hdfs/to/file.jceks.</a>  The files generally use the &quot;.jceks&quot; extension (e.g. test.jceks)</li></ul></li>
 <li>Enter the passwords for the keystore, truststore, and server key (these passwords need to match the ones utilized for actually creating the associated certificate store files).</li></ul>
 <p>The credential provider will be generated and saved to the path provided.</p></div>
 <div class="section">
-<h4>Service Authentication<a name="Service_Authentication"></a></h4>
+<h4><a name="Service_Authentication"></a>Service Authentication</h4>
 <p>The Atlas platform, upon startup, is associated to an authenticated identity.  By default, in an insecure environment, that identity is the same as the OS authenticated user launching the server.  However, in a secure cluster leveraging kerberos, it is considered a best practice to configure a keytab and principal in order for the platform to authenticate to the KDC. This allows the service to subsequently interact with other secure cluster services (e.g. HDFS).</p>
 <p>The properties for configuring service authentication are:</p>
 <p></p>
@@ -235,7 +235,7 @@
 <li><code>atlas.authentication.keytab</code> - the path to the keytab file.</li>
 <li><code>atlas.authentication.principal</code> - the principal to use for authenticating to the KDC.  The principal is generally of the form &quot;user/host@realm&quot;.  You may use the '_HOST' token for the hostname and the local hostname will be substituted in by the runtime (e.g. &quot;Atlas/_HOST@EXAMPLE.COM&quot;).</li></ul></div>
 <div class="section">
-<h4>SPNEGO-based HTTP Authentication<a name="SPNEGO-based_HTTP_Authentication"></a></h4>
+<h4><a name="SPNEGO-based_HTTP_Authentication"></a>SPNEGO-based HTTP Authentication</h4>
 <p>HTTP access to the Atlas platform can be secured by enabling the platform's SPNEGO support.  There are currently two supported authentication mechanisms:</p>
 <p></p>
 <ul>
@@ -251,7 +251,7 @@
 <li><code>atlas.http.authentication.kerberos.keytab</code> - the path to the keytab file containing the credentials for the kerberos principal.</li></ul>
 <p>For a more detailed discussion of the HTTP authentication mechanism refer to <a class="externalLink" href="http://hadoop.apache.org/docs/stable/hadoop-auth/Configuration.html">Hadoop Auth, Java HTTP SPNEGO 2.6.0 - Server Side Configuration</a>.  The prefix that document references is &quot;atlas.http.authentication&quot; in the case of the Atlas authentication implementation.</p></div>
 <div class="section">
-<h4>Client security configuration<a name="Client_security_configuration"></a></h4>
+<h4><a name="Client_security_configuration"></a>Client security configuration</h4>
 <p>When leveraging Atlas client code to communicate with an Atlas server configured for SSL transport and/or Kerberos authentication, there is a requirement to provide a client configuration file that provides the security properties that allow for communication with, or authenticating to, the server. Create a client.properties file with the appropriate settings (see below) and place it on the client's classpath or in the directory specified by the &quot;atlas.conf&quot; system property.</p>
 <p>The client properties for SSL communication are:</p>
 <p></p>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/TypeSystem.html
----------------------------------------------------------------------
diff --git a/TypeSystem.html b/TypeSystem.html
index 44de40a..6ca17df 100644
--- a/TypeSystem.html
+++ b/TypeSystem.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Type System</title>
+    <title>Apache Atlas &#x2013; Type System</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,19 +194,19 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Type System<a name="Type_System"></a></h2></div>
+<h2><a name="Type_System"></a>Type System</h2></div>
 <div class="section">
-<h3>Introduction<a name="Introduction"></a></h3></div>
+<h3><a name="Introduction"></a>Introduction</h3></div>
 <div class="section">
-<h3>Overview<a name="Overview"></a></h3></div>
+<h3><a name="Overview"></a>Overview</h3></div>
 <div class="section">
-<h4>Data Types Overview<a name="Data_Types_Overview"></a></h4>
+<h4><a name="Data_Types_Overview"></a>Data Types Overview</h4>
 <p><img src="images/twiki/data-types.png" alt="" /></p></div>
 <div class="section">
-<h4>Types Instances Overview<a name="Types_Instances_Overview"></a></h4>
+<h4><a name="Types_Instances_Overview"></a>Types Instances Overview</h4>
 <p><img src="images/twiki/types-instances.png" alt="" /></p></div>
 <div class="section">
-<h3>Details<a name="Details"></a></h3>
+<h3><a name="Details"></a>Details</h3>
 <p>### Structs are like C structs - they don't have an identity - no independent lifecycle - like a bag of properties - like in hive, also</p>
 <p>### Classes are classes - like any OO class - have identity - can have inheritence - can contain structs - don't necessarily need to use a struct inside the class to define props - can also define props using <a href="./AttributeDefinition.html">AttributeDefinition</a> using the basic data types - classes are immutable once created</p>
 <p>### On search interface: - can search for all instances of a class - classes could become tables in a relational system, for instance 	- also databases, columns, etc.</p>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index e51db0e..a06f799 100644
--- a/index.html
+++ b/index.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Data Governance and Metadata framework for Hadoop</title>
+    <title>Apache Atlas &#x2013; Data Governance and Metadata framework for Hadoop</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,51 +194,47 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Data Governance and Metadata framework for Hadoop<a name="Data_Governance_and_Metadata_framework_for_Hadoop"></a></h2></div>
+<h2><a name="Data_Governance_and_Metadata_framework_for_Hadoop"></a>Data Governance and Metadata framework for Hadoop</h2></div>
 <div class="section">
-<h3>Overview<a name="Overview"></a></h3>
+<h3><a name="Overview"></a>Overview</h3>
 <p>Atlas is a scalable and extensible set of core foundational governance services &#x2013; enabling enterprises to effectively and efficiently meet their compliance requirements within Hadoop and allows integration with the whole enterprise data ecosystem.</p></div>
 <div class="section">
-<h3>Features<a name="Features"></a></h3></div>
+<h3><a name="Features"></a>Features</h3></div>
 <div class="section">
-<h4>Data Classification<a name="Data_Classification"></a></h4>
+<h4><a name="Data_Classification"></a>Data Classification</h4>
 <p></p>
 <ul>
 <li>Import or define taxonomy business-oriented annotations for data</li>
-<li>Define, annotate, and automate capture of relationships between data sets and underlying</li></ul>elements including source, target, and derivation processes
-<ul>
+<li>Define, annotate, and automate capture of relationships between data sets and underlying elements including source, target, and derivation processes</li>
 <li>Export metadata to third-party systems</li></ul></div>
 <div class="section">
-<h4>Centralized Auditing<a name="Centralized_Auditing"></a></h4>
+<h4><a name="Centralized_Auditing"></a>Centralized Auditing</h4>
 <p></p>
 <ul>
 <li>Capture security access information for every application, process, and interaction with data</li>
 <li>Capture the operational information for execution, steps, and activities</li></ul></div>
 <div class="section">
-<h4>Search &amp; Lineage (Browse)<a name="Search__Lineage_Browse"></a></h4>
+<h4><a name="Search__Lineage_Browse"></a>Search &amp; Lineage (Browse)</h4>
 <p></p>
 <ul>
 <li>Pre-defined navigation paths to explore the data classification and audit information</li>
-<li>Text-based search features locates relevant data and audit event across Data Lake quickly</li></ul>and accurately
-<ul>
-<li>Browse visualization of data set lineage allowing users to drill-down into operational,</li></ul>security, and provenance related information</div>
+<li>Text-based search features locates relevant data and audit event across Data Lake quickly and accurately</li>
+<li>Browse visualization of data set lineage allowing users to drill-down into operational, security, and provenance related information</li></ul></div>
 <div class="section">
-<h4>Security &amp; Policy Engine<a name="Security__Policy_Engine"></a></h4>
+<h4><a name="Security__Policy_Engine"></a>Security &amp; Policy Engine</h4>
 <p></p>
 <ul>
-<li>Rationalize compliance policy at runtime based on data classification schemes, attributes</li></ul>and roles.
-<ul>
-<li>Advanced definition of policies for preventing data derivation based on classification</li></ul>(i.e. re-identification) &#x2013; Prohibitions
-<ul>
+<li>Rationalize compliance policy at runtime based on data classification schemes, attributes and roles.</li>
+<li>Advanced definition of policies for preventing data derivation based on classification (i.e. re-identification) &#x2013; Prohibitions</li>
 <li>Column and Row level masking based on cell values and attibutes.</li></ul></div>
 <div class="section">
-<h3>Getting Started<a name="Getting_Started"></a></h3>
+<h3><a name="Getting_Started"></a>Getting Started</h3>
 <p></p>
 <ul>
 <li><a href="./InstallationSteps.html">Install Steps</a></li>
 <li><a href="./QuickStart.html">Quick Start Guide</a></li></ul></div>
 <div class="section">
-<h3>Documentation<a name="Documentation"></a></h3>
+<h3><a name="Documentation"></a>Documentation</h3>
 <p></p>
 <ul>
 <li><a href="./Architecture.html">High Level Architecture</a></li>
@@ -251,13 +247,13 @@
 <ul>
 <li><a href="./Bridge-Hive.html">Hive Bridge</a></li></ul></li></ul></div>
 <div class="section">
-<h3>API Documentation<a name="API_Documentation"></a></h3>
+<h3><a name="API_Documentation"></a>API Documentation</h3>
 <p></p>
 <ul>
 <li><a href="api/rest.html">REST API Documentation</a></li></ul>
 <p><a name="LicenseInfo"></a></p></div>
 <div class="section">
-<h2>Licensing Information<a name="Licensing_Information"></a></h2>
+<h2><a name="Licensing_Information"></a>Licensing Information</h2>
 <p>Atlas is distributed under <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p></div>
                   </div>
           </div>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/issue-tracking.html
----------------------------------------------------------------------
diff --git a/issue-tracking.html b/issue-tracking.html
index 5371fda..fd22f0f 100644
--- a/issue-tracking.html
+++ b/issue-tracking.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Issue Tracking</title>
+    <title>Apache Atlas &#x2013; Issue Tracking</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,10 +194,10 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p></div>
 <div class="section">
-<h2>Issue Tracking<a name="Issue_Tracking"></a></h2><a name="Issue_Tracking"></a>
+<h2><a name="Issue_Tracking"></a>Issue Tracking</h2><a name="Issue_Tracking"></a>
 <p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p>
 <div class="source">
 <pre><a class="externalLink" href="https://issues.apache.org/jira/browse/ATLAS">https://issues.apache.org/jira/browse/ATLAS</a></pre></div></div>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/license.html
----------------------------------------------------------------------
diff --git a/license.html b/license.html
index ecbf6ef..8b52e75 100644
--- a/license.html
+++ b/license.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Project License</title>
+    <title>Apache Atlas &#x2013; Project License</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -193,12 +193,12 @@
                         
         <div id="bodyColumn" >
                       <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p></div>
 <div class="section">
-<h2>Project License<a name="Project_License"></a></h2><a name="Project_License"></a>
+<h2><a name="Project_License"></a>Project License</h2><a name="Project_License"></a>
 <div class="section">
-<h3>The Apache Software License, Version 2.0<a name="The_Apache_Software_License_Version_2.0"></a></h3><a name="The_Apache_Software_License_Version_2.0"></a>
+<h3><a name="The_Apache_Software_License_Version_2.0"></a>The Apache Software License, Version 2.0</h3><a name="The_Apache_Software_License_Version_2.0"></a>
 <div class="source">
 <pre>
                                  Apache License

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/mail-lists.html
----------------------------------------------------------------------
diff --git a/mail-lists.html b/mail-lists.html
index 984f9f7..6e3da80 100644
--- a/mail-lists.html
+++ b/mail-lists.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Project Mailing Lists</title>
+    <title>Apache Atlas &#x2013; Project Mailing Lists</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,7 +194,7 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Project Mailing Lists<a name="Project_Mailing_Lists"></a></h2><a name="Project_Mailing_Lists"></a>
+<h2><a name="Project_Mailing_Lists"></a>Project Mailing Lists</h2><a name="Project_Mailing_Lists"></a>
 <p>These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link.</p>
 <table border="0" class="table table-striped">
 <tr class="a">

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/project-info.html
----------------------------------------------------------------------
diff --git a/project-info.html b/project-info.html
index 24d8fb8..08a33b0 100644
--- a/project-info.html
+++ b/project-info.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Project Information</title>
+    <title>Apache Atlas &#x2013; Project Information</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,10 +194,10 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Project Information<a name="Project_Information"></a></h2>
+<h2><a name="Project_Information"></a>Project Information</h2>
 <p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a class="externalLink" href="http://maven.apache.org">Maven</a> on behalf of the project.</p>
 <div class="section">
-<h3>Overview<a name="Overview"></a></h3>
+<h3><a name="Overview"></a>Overview</h3>
 <table border="0" class="table table-striped">
 <tr class="a">
 <th>Document</th>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/source-repository.html
----------------------------------------------------------------------
diff --git a/source-repository.html b/source-repository.html
index 61c2239..52cf20d 100644
--- a/source-repository.html
+++ b/source-repository.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Source Repository</title>
+    <title>Apache Atlas &#x2013; Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,25 +194,25 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
 <p>This project uses a Source Content Management System to manage its source code.</p></div>
 <div class="section">
-<h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
+<h2><a name="Web_Access"></a>Web Access</h2><a name="Web_Access"></a>
 <p>The following is a link to the online source repository.</p>
 <div class="source">
 <pre><a class="externalLink" href="https://git-wip-us.apache.org/repos/asf/incubator-atlas.git/atlas-docs">https://git-wip-us.apache.org/repos/asf/incubator-atlas.git/atlas-docs</a></pre></div></div>
 <div class="section">
-<h2>Anonymous access<a name="Anonymous_access"></a></h2><a name="Anonymous_access"></a>
+<h2><a name="Anonymous_access"></a>Anonymous access</h2><a name="Anonymous_access"></a>
 <p>Refer to the documentation of the SCM used for more information about anonymously check out. The connection url is:</p>
 <div class="source">
 <pre>https://git-wip-us.apache.org/repos/asf/incubator-atlas.git/atlas-docs</pre></div></div>
 <div class="section">
-<h2>Developer access<a name="Developer_access"></a></h2><a name="Developer_access"></a>
+<h2><a name="Developer_access"></a>Developer access</h2><a name="Developer_access"></a>
 <p>Refer to the documentation of the SCM used for more information about developer check out. The connection url is:</p>
 <div class="source">
 <pre>https://git-wip-us.apache.org/repos/asf/incubator-atlas.git/atlas-docs</pre></div></div>
 <div class="section">
-<h2>Access from behind a firewall<a name="Access_from_behind_a_firewall"></a></h2><a name="Access_from_behind_a_firewall"></a>
+<h2><a name="Access_from_behind_a_firewall"></a>Access from behind a firewall</h2><a name="Access_from_behind_a_firewall"></a>
 <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p></div>
                   </div>
           </div>

http://git-wip-us.apache.org/repos/asf/incubator-atlas-website/blob/fe040e3f/team-list.html
----------------------------------------------------------------------
diff --git a/team-list.html b/team-list.html
index c774c81..fb5d347 100644
--- a/team-list.html
+++ b/team-list.html
@@ -1,15 +1,15 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-09-23
+ | Generated by Apache Maven Doxia at 2015-10-10
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20150923" />
+    <meta name="Date-Revision-yyyymmdd" content="20151010" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache Atlas - Team list</title>
+    <title>Apache Atlas &#x2013; Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
     <link rel="stylesheet" href="./css/site.css" />
     <link rel="stylesheet" href="./css/print.css" media="print" />
@@ -183,7 +183,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2015-09-23</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2015-10-10</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.6-incubating-SNAPSHOT</li>
             
                             </ul>
@@ -194,11 +194,11 @@
         <div id="bodyColumn" >
                                   
             <div class="section">
-<h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a>
+<h2><a name="The_Team"></a>The Team</h2><a name="The_Team"></a>
 <p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p>
 <p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p>
 <div class="section">
-<h3>Members<a name="Members"></a></h3><a name="Members"></a>
+<h3><a name="Members"></a>Members</h3><a name="Members"></a>
 <p>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</p>
 <table border="0" class="table table-striped">
 <tr class="a">
@@ -370,7 +370,7 @@
 <td>-8</td>
 <td><span id="developer-19">-8</span></td></tr></table></div>
 <div class="section">
-<h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a>
+<h3><a name="Contributors"></a>Contributors</h3><a name="Contributors"></a>
 <p>There are no contributors listed for this project. Please check back again later.</p><script type="text/javascript">
 function offsetDate(id, offset) {
     var now = new Date();