Re: Review Request 66941: ATLAS-2643: Re-evaluate tag propagation when a relationship edge is deleted

2018-05-03 Thread Madhan Neethiraj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66941/#review202398
---


Fix it, then Ship it!





repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java
Lines 886 (patched)


rename:  relationshipGuid ==> guidRelationshipToExclude

Also, please rename corresponding bind parameter name.


- Madhan Neethiraj


On May 3, 2018, 11:10 p.m., Sarath Subramanian wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66941/
> ---
> 
> (Updated May 3, 2018, 11:10 p.m.)
> 
> 
> Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.
> 
> 
> Bugs: ATLAS-2643
> https://issues.apache.org/jira/browse/ATLAS-2643
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> When a relationship edge is deleted, reevaluate all propagated 
> classifications flowing through the edge.
> 
> 
> Diffs
> -
> 
>   pom.xml 501ea61e 
>   repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java 
> 86a6b812 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1.java
>  cf6f72f4 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
>  d79d914e 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v1/HardDeleteHandlerV1.java
>  edf1eed4 
>   
> repository/src/main/java/org/apache/atlas/repository/store/graph/v1/SoftDeleteHandlerV1.java
>  83c6e07c 
>   
> repository/src/main/java/org/apache/atlas/util/AtlasGremlin3QueryProvider.java
>  8555f70f 
>   
> repository/src/main/java/org/apache/atlas/util/AtlasGremlinQueryProvider.java 
> e2992f17 
> 
> 
> Diff: https://reviews.apache.org/r/66941/diff/1/
> 
> 
> Testing
> ---
> 
> https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/345/console
> 
> 
> Thanks,
> 
> Sarath Subramanian
> 
>



Re: Review Request 66899: Large Notification Messages: Avoid Duplicate Processing

2018-05-03 Thread Madhan Neethiraj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66899/#review202396
---




webapp/src/main/java/org/apache/atlas/notification/NotificationHookConsumer.java
Lines 577 (patched)


this catch block eats the exception. Instead, consider using finally.

long offsetFailedCommit = -1;

void commit(AtlasKafkaMessage kafkaMessage) {
  boolean isCommitSuccess = false;

  try {
...

isCommitSuccess = true;
  } finally {
offsetFailedCommit = isCommitSuccess ? -1 : kafkaMessage.getOffset();
  }
}

void handleMessage(AtlasKafkaMessage kafkaMsg) throws 
AtlasServiceException, AtlasException {

  if(offsetFailedCommit != -1 && offsetFailedCommit == 
kafkaMsg.getOffset()) \\\{
LOG.info("message was already processed: offset={}", 
kafkaMsg.getOffset());

offsetFailedCommit = -1;

consumer.commit(new TopicPartition("ATLAS_HOOK", 
kafkaMsg.getPartition()), kafkaMessage.getOffset() + 1);

return;
  }

  ...

}


- Madhan Neethiraj


On May 3, 2018, 11:29 p.m., Ashutosh Mestry wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66899/
> ---
> 
> (Updated May 3, 2018, 11:29 p.m.)
> 
> 
> Review request for atlas and Madhan Neethiraj.
> 
> 
> Bugs: ATLAS-2634
> https://issues.apache.org/jira/browse/ATLAS-2634
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> **Approach**
> Simplified approach.
> 
> **Algorithm**
>  - Modified: _NotificationHookConsumer_:
>- when commit() fails, record current offset of the message.
>- on receiving a message
>   - if _offset_ is same as that of the received message, skip processing 
> the message, go ahead and commit.
>   - reset recorded offset.
> Added appropriate log messages.
> 
> **Additional Refactoring**
> None.
> 
> 
> Diffs
> -
> 
>   notification/src/main/java/org/apache/atlas/kafka/KafkaNotification.java 
> 80dc51423 
>   
> webapp/src/main/java/org/apache/atlas/notification/NotificationHookConsumer.java
>  7a4596a7e 
>   
> webapp/src/test/java/org/apache/atlas/notification/NotificationHookConsumerKafkaTest.java
>  d2b3dfdab 
> 
> 
> Diff: https://reviews.apache.org/r/66899/diff/3/
> 
> 
> Testing
> ---
> 
> **Unit tests**
> Additional unit tests to test specific scenarios.
> 
> 
> Thanks,
> 
> Ashutosh Mestry
> 
>



Jenkins build is back to normal : Atlas-master-IntegrationTests #1234

2018-05-03 Thread Apache Jenkins Server
See 




Build failed in Jenkins: PreCommit-ATLAS-Build-Test #345-master-0001-ATLAS-2643-Re-evaluate-tag-propagation-when-a-relati.patch

2018-05-03 Thread Apache Jenkins Server
See 


Changes:

[ssubramanian] ATLAS-2521: Remove Titan 0.5.4 support from Atlas

--
[...truncated 231.74 KB...]
[INFO] Surefire report directory: 

[INFO] Using configured provider org.apache.maven.surefire.testng.TestNGProvider

---
 T E S T S
---
Running org.apache.atlas.utils.TestResourceFileUtils
Running org.apache.atlas.repository.migration.MigrationProgressServiceTest
Running org.apache.atlas.repository.userprofile.UserProfileServiceTest
Running org.apache.atlas.repository.migration.HiveParititionTest
Running org.apache.atlas.repository.impexp.UniqueListTest
Running org.apache.atlas.repository.migration.RelationshipMappingTest
Running org.apache.atlas.repository.migration.HiveStocksTest
Running org.apache.atlas.repository.impexp.AtlasImportRequestTest
Running org.apache.atlas.repository.migration.PathTest
Running org.apache.atlas.repository.tagpropagation.ClassificationPropagationTest
Running org.apache.atlas.repository.impexp.ImportTransformsTest
Running org.apache.atlas.utils.ObjectUpdateSynchronizerTest
Running 
org.apache.atlas.repository.store.graph.v1.AtlasRelationshipStoreHardDeleteV1Test
Running 
org.apache.atlas.repository.store.graph.v1.AtlasEntityStoreV1BulkImportPercentTest
Running org.apache.atlas.repository.store.graph.v1.AtlasEntityStoreV1Test
Running org.apache.atlas.repository.impexp.ImportTransformerJSONTest
Running org.apache.atlas.repository.impexp.TypeAttributeDifferenceTest
Running org.apache.atlas.repository.impexp.ExportServiceTest
Running org.apache.atlas.repository.impexp.ImportTransformerTest
Running 
org.apache.atlas.repository.store.graph.v1.AtlasRelationshipStoreSoftDeleteV1Test
Running org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest
Running org.apache.atlas.glossary.PaginationHelperTest
Running org.apache.atlas.repository.store.graph.AtlasTypeDefGraphStoreTest
Running org.apache.atlas.glossary.GlossaryServiceTest
Running org.apache.atlas.repository.impexp.ZipSinkTest
Running org.apache.atlas.repository.impexp.ImportServiceTest
Running org.apache.atlas.repository.impexp.ZipSourceTest
Running org.apache.atlas.repository.store.graph.v1.InverseReferenceUpdateV1Test
Running 
org.apache.atlas.repository.store.graph.v1.InverseReferenceUpdateHardDeleteV1Test
Running org.apache.atlas.repository.store.graph.v1.AtlasEntityDefStoreV1Test
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.581 sec - in 
org.apache.atlas.utils.TestResourceFileUtils
Running org.apache.atlas.repository.audit.CassandraAuditRepositoryTest
Running 
org.apache.atlas.repository.store.graph.v1.AtlasRelationshipDefStoreV1Test
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.326 sec - in 
org.apache.atlas.repository.impexp.UniqueListTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.375 sec - in 
org.apache.atlas.repository.impexp.ImportTransformerTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.853 sec - in 
org.apache.atlas.repository.store.graph.v1.InverseReferenceUpdateV1Test
Running 
org.apache.atlas.repository.store.graph.v1.InverseReferenceUpdateSoftDeleteV1Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.679 sec - in 
org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.989 sec - in 
org.apache.atlas.glossary.PaginationHelperTest
Running org.apache.atlas.repository.store.graph.v1.AtlasRelationshipStoreV1Test
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.454 sec - in 
org.apache.atlas.utils.ObjectUpdateSynchronizerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.525 sec - in 
org.apache.atlas.repository.store.graph.v1.AtlasEntityStoreV1BulkImportPercentTest
Running org.apache.atlas.TestModules
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.026 sec - in 
org.apache.atlas.repository.impexp.TypeAttributeDifferenceTest
Running org.apache.atlas.query.DSLParsingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.659 sec - in 
org.apache.atlas.repository.impexp.AtlasImportRequestTest
Running org.apache.atlas.query.GremlinQueryComposerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.021 sec - in 
org.apache.atlas.repository.impexp.ImportTransformsTest
Running org.apache.atlas.query.DSLQueriesTest
Running org.apache.atlas.services.MetricsServiceTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.155 sec - in 
org.apache.atlas.repository.store.graph.v1.AtlasRelationshipStoreV1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.36 sec - in 

Review Request 66941: ATLAS-2643: Re-evaluate tag propagation when a relationship edge is deleted

2018-05-03 Thread Sarath Subramanian

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66941/
---

Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.


Bugs: ATLAS-2643
https://issues.apache.org/jira/browse/ATLAS-2643


Repository: atlas


Description
---

When a relationship edge is deleted, reevaluate all propagated classifications 
flowing through the edge.


Diffs
-

  pom.xml 501ea61e 
  repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java 
86a6b812 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasRelationshipStoreV1.java
 cf6f72f4 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java
 d79d914e 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/HardDeleteHandlerV1.java
 edf1eed4 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/SoftDeleteHandlerV1.java
 83c6e07c 
  
repository/src/main/java/org/apache/atlas/util/AtlasGremlin3QueryProvider.java 
8555f70f 
  repository/src/main/java/org/apache/atlas/util/AtlasGremlinQueryProvider.java 
e2992f17 


Diff: https://reviews.apache.org/r/66941/diff/1/


Testing
---

https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/345/console


Thanks,

Sarath Subramanian



[jira] [Created] (ATLAS-2643) Re-evaluate tag propagation when a relationship edge is deleted

2018-05-03 Thread Sarath Subramanian (JIRA)
Sarath Subramanian created ATLAS-2643:
-

 Summary: Re-evaluate tag propagation when a relationship edge is 
deleted 
 Key: ATLAS-2643
 URL: https://issues.apache.org/jira/browse/ATLAS-2643
 Project: Atlas
  Issue Type: Task
  Components:  atlas-core
Affects Versions: 1.0.0
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
 Fix For: 1.0.0


When a relationship edge is deleted, reevaluate all propagated classifications 
flowing through the edge.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: PreCommit-ATLAS-Build-Test #344-master-ATLAS-2521.2.patch

2018-05-03 Thread Apache Jenkins Server
See 


Changes:

[madhan] ATLAS-2642: disabled 4 ITs in CredentialProviderUtilityIT, which 
started

--
[...truncated 876.74 KB...]
[INFO] Installing 

 to 
/home/jenkins/.m2/repository/org/apache/atlas/atlas-migration-exporter/1.0.0-SNAPSHOT/atlas-migration-exporter-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing 

 to 
/home/jenkins/.m2/repository/org/apache/atlas/atlas-migration-exporter/1.0.0-SNAPSHOT/atlas-migration-exporter-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] 
[INFO] Building Apache Atlas Distribution 1.0.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ atlas-distro ---
[INFO] Deleting 
 (includes 
= [**/*.pyc], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-versions) @ 
atlas-distro ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ atlas-distro ---
[INFO] Executing: /bin/sh -c cd 
' && 'git' 
'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: 

[INFO] Storing buildNumber: 8b65aed037d7df30f96151af459f370d6b166c7f at 
timestamp: 1525387832871
[INFO] Storing buildScmBranch: master
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ atlas-distro ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: **/antlr4/**
[INFO] Exclude: **/dependency-reduced-pom.xml
[INFO] Exclude: **/javax.script.ScriptEngineFactory
[INFO] Exclude: .reviewboardrc
[INFO] Exclude: 3party-licenses/**
[INFO] Exclude: **/.cache
[INFO] Exclude: **/.cache-main
[INFO] Exclude: **/.cache-tests
[INFO] Exclude: **/.checkstyle
[INFO] Exclude: **/*.txt
[INFO] Exclude: **/*.json
[INFO] Exclude: .pc/**
[INFO] Exclude: debian/**
[INFO] Exclude: .svn/**
[INFO] Exclude: .git/**
[INFO] Exclude: .gitignore
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.twiki
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.log
[INFO] Exclude: **/target/**
[INFO] Exclude: **/target*/**
[INFO] Exclude: **/build/**
[INFO] Exclude: **/*.patch
[INFO] Exclude: derby.log
[INFO] Exclude: **/logs/**
[INFO] Exclude: **/.classpath
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/mock/**
[INFO] Exclude: **/data/**
[INFO] Exclude: **/maven-eclipse.xml
[INFO] Exclude: **/.externalToolBuilders/**
[INFO] Exclude: **/build.log
[INFO] Exclude: **/.bowerrc
[INFO] Exclude: *.json
[INFO] Exclude: **/overlays/**
[INFO] Exclude: dev-support/**
[INFO] Exclude: **/users-credentials.properties
[INFO] Exclude: **/public/css/animate.min.css
[INFO] Exclude: **/public/css/bootstrap-sidebar.css
[INFO] Exclude: **/public/js/external_lib/**
[INFO] Exclude: **/node_modules/**
[INFO] Exclude: **/public/js/libs/**
[INFO] Exclude: **/atlas.data/**
[INFO] Exclude: **/${sys:atlas.data}/**
[INFO] Exclude: **/policy-store.txt
[INFO] Exclude: **/*rebel*.xml
[INFO] Exclude: **/*rebel*.xml.bak
[INFO] Exclude: **/test/resources/**
[INFO] 32 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 
0, approved: 32 licenses.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ atlas-distro 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ 
atlas-distro ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources to bin
[INFO] Copying 16 resources to conf
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ atlas-distro 
---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ 
atlas-distro ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ 
atlas-distro ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 

Build failed in Jenkins: Atlas-master-IntegrationTests #1233

2018-05-03 Thread Apache Jenkins Server
See 


Changes:

[amestry] ATLAS-2641: Storm hook: Added commons-collection.

--
[...truncated 568.23 KB...]
127.0.0.1 - - [03/May/2018:20:42:56 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 
1854 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:42:56 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 
1401 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:42:56 +] "POST 
//localhost:31000/api/atlas/types HTTP/1.1" 201 192 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:42:57 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbqXMAEeqsnQ'=10=0
 HTTP/1.1" 200 643 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:42:58 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_db=qualifiedName=dbqXMAEeqsnQ
 HTTP/1.1" 200 723 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:42:58 +] "GET 
//localhost:31000/api/atlas/entities/dcea4252-d799-4140-999c-4c7b612b42ce/audit?count=1
 HTTP/1.1" 200 1008 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:42:58 +] "POST 
//localhost:31000/api/atlas/entities HTTP/1.1" 201 881 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:42:59 +] "GET 
//localhost:31000/api/atlas/entities/fc719254-8ff8-4cc4-8b98-48e6519e52c9 
HTTP/1.1" 200 721 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:01 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbslWRD6QXAH'=10=0
 HTTP/1.1" 200 634 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:02 +] "POST 
//localhost:31000/api/atlas/entities HTTP/1.1" 201 881 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:03 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbA5cIehgUg6'=10=0
 HTTP/1.1" 200 646 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:03 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_db=qualifiedName=dbA5cIehgUg6
 HTTP/1.1" 200 726 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:03 +] "POST 
//localhost:31000/api/atlas/entities HTTP/1.1" 201 881 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:04 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_db=qualifiedName=dbi4yrS6YqcF
 HTTP/1.1" 200 728 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:04 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_db=qualifiedName=dbi4yrS6YqcF
 HTTP/1.1" 200 728 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:04 +] "POST 
//localhost:31000/api/atlas/entities HTTP/1.1" 201 881 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:05 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbnKk6j6AI9Q'=10=0
 HTTP/1.1" 200 640 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:06 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbiOcsfC0BJy'=10=0
 HTTP/1.1" 200 184 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:06 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_Traitn97S8Mbzih HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:06 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:06 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/9a7ea93b-bb0c-4867-b5a5-5a3f11b645f4/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:07 +] "GET 
//localhost:31000/api/atlas/entities/9a7ea93b-bb0c-4867-b5a5-5a3f11b645f4/audit?count=100
 HTTP/1.1" 200 21392 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:07 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitoUcRwKBLz1 HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:07 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 576 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:07 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/9a7ea93b-bb0c-4867-b5a5-5a3f11b645f4/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:08 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/9a7ea93b-bb0c-4867-b5a5-5a3f11b645f4 
HTTP/1.1" 200 2166 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:08 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitPRdKVWZtSy HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:08 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:08 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/9a7ea93b-bb0c-4867-b5a5-5a3f11b645f4/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:20:43:08 +] "GET 

Build failed in Jenkins: Atlas-0.8-IntegrationTests #205

2018-05-03 Thread Apache Jenkins Server
See 


--
[...truncated 545.64 KB...]
127.0.0.1 - - [03/May/2018:21:26:38 +] "GET 
/api/atlas/v2/search/dsl?offset=0=Table+is+Dimension=10 HTTP/1.1" 
200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:39 +] "GET 
/api/atlas/v2/search/dsl?offset=0=Column+where+Column+isa+PII=10 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:39 +] "GET 
/api/atlas/v2/search/dsl?offset=0=View+is+Dimension=10 HTTP/1.1" 
200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:40 +] "GET 
/api/atlas/v2/search/dsl?offset=0=Column+select+Column.name=10 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:41 +] "GET 
/api/atlas/v2/search/dsl?offset=0=Column+select+name=10 HTTP/1.1" 
200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:42 +] "GET 
/api/atlas/v2/search/dsl?offset=0=Column+where+Column.name%3D%22customer_id%22=10
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:43 +] "GET 
/api/atlas/v2/search/dsl?offset=0=from+Table+select+Table.name=10 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:44 +] "GET 
/api/atlas/v2/search/dsl?offset=0=DB+where+(name+%3D+%22Reporting%22)=10
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:45 +] "GET 
/api/atlas/v2/search/dsl?offset=0=DB+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+owner+as+_col_1=10
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:46 +] "GET 
/api/atlas/v2/search/dsl?offset=0=DB+where+DB+is+JdbcAccess=10 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:47 +] "GET 
/api/atlas/v2/search/dsl?offset=0=DB+where+DB+has+name=10 HTTP/1.1" 
200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:48 +] "GET 
/api/atlas/v2/search/dsl?offset=0=DB+Table=10 HTTP/1.1" 200 - "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:48 +] "GET 
/api/atlas/v2/search/dsl?offset=0=DB+as+db1+Table+where+(db1.name+%3D+%22Reporting%22)=10
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:49 +] "GET 
/api/atlas/v2/search/dsl?offset=0=DB+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+(createTime+%2B+1)+as+_col_1+=10
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:50 +] "GET 
/api/atlas/v2/search/dsl?offset=0=Dimension=10 HTTP/1.1" 200 - "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:51 +] "GET 
/api/atlas/v2/search/dsl?offset=0=JdbcAccess=10 HTTP/1.1" 200 - "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:52 +] "GET 
/api/atlas/v2/search/dsl?offset=0=ETL=10 HTTP/1.1" 200 - "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:53 +] "GET 
/api/atlas/v2/search/dsl?offset=0=Metric=10 HTTP/1.1" 200 - "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:54 +] "GET 
/api/atlas/v2/search/dsl?offset=0=PII=10 HTTP/1.1" 200 - "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:55 +] "GET 
/api/atlas/v2/search/dsl?offset=0=%60Log+Data%60=10 HTTP/1.1" 200 - 
"-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:55 +] "GET 
/api/atlas/v2/search/dsl?offset=0=Table+where+name%3D%22sales_fact%22,+columns=10
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:56 +] "GET 
/api/atlas/v2/search/dsl?offset=0=Table+where+name%3D%22sales_fact%22,+columns+as+column+select+column.name,+column.dataType,+column.comment=10
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:58 +] "GET 
/api/atlas/v2/search/dsl?offset=0=from+DataSet=10 HTTP/1.1" 200 - 
"-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:26:59 +] "GET 
/api/atlas/v2/search/dsl?offset=0=from+Process=10 HTTP/1.1" 200 - 
"-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:27:00 +] "GET 
/api/atlas/v2/entity/uniqueAttribute/type/Table?attr:qualifiedName=sales_fact_daily_mv
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:27:00 +] "GET 
/api/atlas/v2/lineage/a5b0f24f-1864-4447-81bc-3b1f91843789?depth=0=BOTH
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:27:02 +] "GET 
/api/atlas/v2/entity/uniqueAttribute/type/DB?attr:name=Sales HTTP/1.1" 200 - 
"-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:27:02 +] "GET 
/api/atlas/v2/entity/uniqueAttribute/type/Table?attr:qualifiedName=sales_fact 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:27:02 +] "GET 
/api/atlas/v2/entity/uniqueAttribute/type/Table?attr:qualifiedName=time_dim 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:27:02 +] "GET 
/api/atlas/v2/entity/uniqueAttribute/type/Table?attr:qualifiedName=sales_fact_daily_mv
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:21:27:02 +] "GET 
/api/atlas/v2/entity/uniqueAttribute/type/Table?attr:qualifiedName=sales_fact_monthly_mv
 HTTP/1.1" 200 - "-" 

Re: Review Request 66936: ATLAS-2521: Remove Titan 0.5.4 support from Atlas

2018-05-03 Thread Madhan Neethiraj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66936/#review202381
---


Ship it!




Ship It!

- Madhan Neethiraj


On May 3, 2018, 7:06 p.m., Sarath Subramanian wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66936/
> ---
> 
> (Updated May 3, 2018, 7:06 p.m.)
> 
> 
> Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.
> 
> 
> Bugs: ATLAS-2521
> https://issues.apache.org/jira/browse/ATLAS-2521
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Now that Atlas is using JanusGraph as the backend store and all new features 
> developed depends on TinkerPop3 queries and enhanced capabilities of 
> JanusGraph, I propose we remove support for Titan 0.5.4 in Atlas.
> 
> 
> Diffs
> -
> 
>   addons/falcon-bridge-shim/pom.xml e2c41b3a 
>   addons/falcon-bridge/pom.xml 53f6d368 
>   addons/falcon-bridge/src/test/resources/atlas-application.properties 
> 91fd8b09 
>   addons/falcon-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/hbase-bridge/src/test/resources/atlas-application.properties 
> 91fd8b09 
>   addons/hbase-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/hive-bridge/src/main/resources/atlas-hive-import-log4j.xml fe34bb8d 
>   addons/hive-bridge/src/test/resources/atlas-application.properties 91fd8b09 
>   addons/hive-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/sqoop-bridge/src/test/resources/atlas-application.properties 
> 91fd8b09 
>   addons/sqoop-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/storm-bridge/src/test/resources/atlas-application.properties 
> 5e3836ba 
>   addons/storm-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   authorization/src/test/resources/atlas-application.properties 2e02678a 
>   build-tools/src/main/resources/checkstyle-suppressions.xml bf16a9dd 
>   common/src/main/java/org/apache/atlas/repository/Constants.java 0cef5f2e 
>   common/src/test/resources/atlas-log4j.xml 8a1de629 
>   distro/pom.xml 9f6f2bdc 
>   distro/src/conf/atlas-env.sh 9213f488 
>   distro/src/conf/atlas-log4j.xml a0f96296 
>   distro/src/conf/solr/schema.xml 1d445b15 
>   distro/src/conf/solr/solrconfig.xml 1d414f76 
>   
> graphdb/common/src/main/java/org/apache/atlas/repository/graphdb/tinkerpop/query/TinkerpopGraphQuery.java
>  d6806541 
>   graphdb/janus/readme.txt fb935be2 
>   
> graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraphDatabase.java
>  86cd2990 
>   graphdb/pom.xml cef77c94 
>   graphdb/readme.txt 92edd002 
>   graphdb/titan0/pom.xml dc840581 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/AdminMask.java
>  e255f1b6 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/ConnectionMask.java
>  feb578bd 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseAdmin0_98.java
>  0cd47950 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseAdmin1_0.java
>  7e8f72d1 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat.java
>  c1af7b66 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat0_98.java
>  2c0f3b4b 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat1_0.java
>  bb3fb3b0 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat1_1.java
>  e5c3d31c 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompatLoader.java
>  4d61b608 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseKeyColumnValueStore.java
>  d454f379 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseStoreManager.java
>  4bdd3204 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseTransaction.java
>  e13593fa 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HConnection0_98.java
>  86606447 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HConnection1_0.java
>  91e50266 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HTable0_98.java
>  b11532ac 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HTable1_0.java
>  5c90617c 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/TableMask.java
>  54f87434 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/locking/LocalLockMediator.java
>  95669af3 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/solr/Solr5Index.java
>  90d24e4d 
>   
> 

[jira] [Commented] (ATLAS-2642) IT failures in CredentialProviderUtilityIT (after recent JDK update?)

2018-05-03 Thread Madhan Neethiraj (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16463059#comment-16463059
 ] 

Madhan Neethiraj commented on ATLAS-2642:
-

Commit to disable these 4 failing ITs was pushed to master: 
[http://git-wip-us.apache.org/repos/asf/atlas/commit/8b65aed0]

> IT failures in CredentialProviderUtilityIT (after recent JDK update?)
> -
>
> Key: ATLAS-2642
> URL: https://issues.apache.org/jira/browse/ATLAS-2642
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Madhan Neethiraj
>Priority: Major
> Attachments: 
> ATLAS-2642-disabled-4-ITs-in-CredentialProviderUtili.patch
>
>
> Following ITs started failing with "java.io.IOException: Invalid secret key 
> format" after recent JDK update from 1.8.0_152 to 1.8.0_172:
> - CredentialProviderUtilityIT.testEnterEmptyValues:138
> - CredentialProviderUtilityIT.testEnterMismatchedValues:192
> - CredentialProviderUtilityIT.testEnterValidValues:76
> - CredentialProviderUtilityIT.testOverwriteValues:251
> Until these failures are investigated and fixed, the tests should be disabled 
> - to help validate other commits.
> {noformat}
> Tests run: 126, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 168.465 sec 
> <<< FAILURE! - in TestSuite
> testEnterEmptyValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
> elapsed: 0.836 sec  <<< FAILURE!
> java.io.IOException: Invalid secret key format
> at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
> at java.security.KeyStore.load(KeyStore.java:1445)
> at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
> at 
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
> at 
> org.apache.atlas.CredentialProviderUtilityIT.testEnterEmptyValues(CredentialProviderUtilityIT.java:138)
> testEnterMismatchedValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
> elapsed: 0.656 sec  <<< FAILURE!
> java.io.IOException: Invalid secret key format
> at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
> at java.security.KeyStore.load(KeyStore.java:1445)
> at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
> at 
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
> at 
> org.apache.atlas.CredentialProviderUtilityIT.testEnterMismatchedValues(CredentialProviderUtilityIT.java:192)
> testEnterValidValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
> elapsed: 0.641 sec  <<< FAILURE!
> java.io.IOException: Invalid secret key format
> at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
> at java.security.KeyStore.load(KeyStore.java:1445)
> at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
> at 
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
> at 
> org.apache.atlas.CredentialProviderUtilityIT.testEnterValidValues(CredentialProviderUtilityIT.java:76)
> testOverwriteValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
> elapsed: 0.654 sec  <<< FAILURE!
> java.io.IOException: Invalid secret key format
> at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
> at java.security.KeyStore.load(KeyStore.java:1445)
> at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
> 

Re: Review Request 66936: ATLAS-2521: Remove Titan 0.5.4 support from Atlas

2018-05-03 Thread Sarath Subramanian


> On May 3, 2018, 1:01 p.m., Madhan Neethiraj wrote:
> > tools/atlas-migration-exporter/pom.xml
> > Line 37 (original)
> > 
> >
> > migration-exporter needs to read data in previous Atlas release, which 
> > uses titan-0.5.4. So, I think almost all changes to 
> > atlas-migration-exporter module need to be reverted.
> > 
> > Please make sure that references to Titan are restricted to 
> > atlas-migration-exporter module.

there is a reference to atlas-titan0-graphdb in the pom.xml of 
atlas-migration-exporter. I'm removing it now and Ashutosh will fix titan0 
dependency in a follow up patch.


- Sarath


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66936/#review202371
---


On May 3, 2018, 12:06 p.m., Sarath Subramanian wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66936/
> ---
> 
> (Updated May 3, 2018, 12:06 p.m.)
> 
> 
> Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.
> 
> 
> Bugs: ATLAS-2521
> https://issues.apache.org/jira/browse/ATLAS-2521
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Now that Atlas is using JanusGraph as the backend store and all new features 
> developed depends on TinkerPop3 queries and enhanced capabilities of 
> JanusGraph, I propose we remove support for Titan 0.5.4 in Atlas.
> 
> 
> Diffs
> -
> 
>   addons/falcon-bridge-shim/pom.xml e2c41b3a 
>   addons/falcon-bridge/pom.xml 53f6d368 
>   addons/falcon-bridge/src/test/resources/atlas-application.properties 
> 91fd8b09 
>   addons/falcon-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/hbase-bridge/src/test/resources/atlas-application.properties 
> 91fd8b09 
>   addons/hbase-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/hive-bridge/src/main/resources/atlas-hive-import-log4j.xml fe34bb8d 
>   addons/hive-bridge/src/test/resources/atlas-application.properties 91fd8b09 
>   addons/hive-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/sqoop-bridge/src/test/resources/atlas-application.properties 
> 91fd8b09 
>   addons/sqoop-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/storm-bridge/src/test/resources/atlas-application.properties 
> 5e3836ba 
>   addons/storm-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   authorization/src/test/resources/atlas-application.properties 2e02678a 
>   build-tools/src/main/resources/checkstyle-suppressions.xml bf16a9dd 
>   common/src/main/java/org/apache/atlas/repository/Constants.java 0cef5f2e 
>   common/src/test/resources/atlas-log4j.xml 8a1de629 
>   distro/pom.xml 9f6f2bdc 
>   distro/src/conf/atlas-env.sh 9213f488 
>   distro/src/conf/atlas-log4j.xml a0f96296 
>   distro/src/conf/solr/schema.xml 1d445b15 
>   distro/src/conf/solr/solrconfig.xml 1d414f76 
>   
> graphdb/common/src/main/java/org/apache/atlas/repository/graphdb/tinkerpop/query/TinkerpopGraphQuery.java
>  d6806541 
>   graphdb/janus/readme.txt fb935be2 
>   
> graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraphDatabase.java
>  86cd2990 
>   graphdb/pom.xml cef77c94 
>   graphdb/readme.txt 92edd002 
>   graphdb/titan0/pom.xml dc840581 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/AdminMask.java
>  e255f1b6 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/ConnectionMask.java
>  feb578bd 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseAdmin0_98.java
>  0cd47950 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseAdmin1_0.java
>  7e8f72d1 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat.java
>  c1af7b66 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat0_98.java
>  2c0f3b4b 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat1_0.java
>  bb3fb3b0 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat1_1.java
>  e5c3d31c 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompatLoader.java
>  4d61b608 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseKeyColumnValueStore.java
>  d454f379 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseStoreManager.java
>  4bdd3204 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseTransaction.java
>  e13593fa 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HConnection0_98.java
>  86606447 
>   

Jenkins build is back to normal : PreCommit-ATLAS-Build-Test #343-master-ATLAS-2642-disabled-4-ITs-in-CredentialProviderUtili.patch

2018-05-03 Thread Apache Jenkins Server
See 




[jira] [Updated] (ATLAS-2642) IT failures in CredentialProviderUtilityIT (after recent JDK update?)

2018-05-03 Thread Madhan Neethiraj (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhan Neethiraj updated ATLAS-2642:

Attachment: ATLAS-2642-disabled-4-ITs-in-CredentialProviderUtili.patch

> IT failures in CredentialProviderUtilityIT (after recent JDK update?)
> -
>
> Key: ATLAS-2642
> URL: https://issues.apache.org/jira/browse/ATLAS-2642
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Madhan Neethiraj
>Priority: Major
> Attachments: 
> ATLAS-2642-disabled-4-ITs-in-CredentialProviderUtili.patch
>
>
> Following ITs started failing with "java.io.IOException: Invalid secret key 
> format" after recent JDK update from 1.8.0_152 to 1.8.0_172:
> - CredentialProviderUtilityIT.testEnterEmptyValues:138
> - CredentialProviderUtilityIT.testEnterMismatchedValues:192
> - CredentialProviderUtilityIT.testEnterValidValues:76
> - CredentialProviderUtilityIT.testOverwriteValues:251
> Until these failures are investigated and fixed, the tests should be disabled 
> - to help validate other commits.
> {noformat}
> Tests run: 126, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 168.465 sec 
> <<< FAILURE! - in TestSuite
> testEnterEmptyValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
> elapsed: 0.836 sec  <<< FAILURE!
> java.io.IOException: Invalid secret key format
> at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
> at java.security.KeyStore.load(KeyStore.java:1445)
> at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
> at 
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
> at 
> org.apache.atlas.CredentialProviderUtilityIT.testEnterEmptyValues(CredentialProviderUtilityIT.java:138)
> testEnterMismatchedValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
> elapsed: 0.656 sec  <<< FAILURE!
> java.io.IOException: Invalid secret key format
> at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
> at java.security.KeyStore.load(KeyStore.java:1445)
> at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
> at 
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
> at 
> org.apache.atlas.CredentialProviderUtilityIT.testEnterMismatchedValues(CredentialProviderUtilityIT.java:192)
> testEnterValidValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
> elapsed: 0.641 sec  <<< FAILURE!
> java.io.IOException: Invalid secret key format
> at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
> at java.security.KeyStore.load(KeyStore.java:1445)
> at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
> at 
> org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
> at 
> org.apache.atlas.CredentialProviderUtilityIT.testEnterValidValues(CredentialProviderUtilityIT.java:76)
> testOverwriteValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
> elapsed: 0.654 sec  <<< FAILURE!
> java.io.IOException: Invalid secret key format
> at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
> at java.security.KeyStore.load(KeyStore.java:1445)
> at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
> at 
> org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
> at 
> 

[jira] [Updated] (ATLAS-2642) IT failures in CredentialProviderUtilityIT (after recent JDK update?)

2018-05-03 Thread Madhan Neethiraj (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhan Neethiraj updated ATLAS-2642:

Description: 
Following ITs started failing with "java.io.IOException: Invalid secret key 
format" after recent JDK update from 1.8.0_152 to 1.8.0_172:
- CredentialProviderUtilityIT.testEnterEmptyValues:138
- CredentialProviderUtilityIT.testEnterMismatchedValues:192
- CredentialProviderUtilityIT.testEnterValidValues:76
- CredentialProviderUtilityIT.testOverwriteValues:251

Until these failures are investigated and fixed, the tests should be disabled - 
to help validate other commits.

{noformat}
Tests run: 126, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 168.465 sec 
<<< FAILURE! - in TestSuite
testEnterEmptyValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
elapsed: 0.836 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
at java.security.KeyStore.load(KeyStore.java:1445)
at 
org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
at 
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
at 
org.apache.atlas.CredentialProviderUtilityIT.testEnterEmptyValues(CredentialProviderUtilityIT.java:138)

testEnterMismatchedValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
elapsed: 0.656 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
at java.security.KeyStore.load(KeyStore.java:1445)
at 
org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
at 
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
at 
org.apache.atlas.CredentialProviderUtilityIT.testEnterMismatchedValues(CredentialProviderUtilityIT.java:192)

testEnterValidValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
elapsed: 0.641 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
at java.security.KeyStore.load(KeyStore.java:1445)
at 
org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
at 
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
at 
org.apache.atlas.CredentialProviderUtilityIT.testEnterValidValues(CredentialProviderUtilityIT.java:76)

testOverwriteValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
elapsed: 0.654 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
at java.security.KeyStore.load(KeyStore.java:1445)
at 
org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
at 
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
at 
org.apache.atlas.util.CredentialProviderUtility.getCredentialProvider(CredentialProviderUtility.java:150)
at 
org.apache.atlas.util.CredentialProviderUtility.main(CredentialProviderUtility.java:75)
at 
org.apache.atlas.CredentialProviderUtilityIT.testOverwriteValues(CredentialProviderUtilityIT.java:251)
{noformat}


  was:
Following ITs started failing after recent JDK update from 1.8.0_152 to 
1.8.0_172:
- CredentialProviderUtilityIT.testEnterEmptyValues:138
- CredentialProviderUtilityIT.testEnterMismatchedValues:192
- 

[jira] [Created] (ATLAS-2642) IT failures in CredentialProviderUtilityIT (after recent JDK update?)

2018-05-03 Thread Madhan Neethiraj (JIRA)
Madhan Neethiraj created ATLAS-2642:
---

 Summary: IT failures in CredentialProviderUtilityIT (after recent 
JDK update?)
 Key: ATLAS-2642
 URL: https://issues.apache.org/jira/browse/ATLAS-2642
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Affects Versions: 1.0.0
Reporter: Madhan Neethiraj


Following ITs started failing after recent JDK update from 1.8.0_152 to 
1.8.0_172:
- CredentialProviderUtilityIT.testEnterEmptyValues:138
- CredentialProviderUtilityIT.testEnterMismatchedValues:192
- CredentialProviderUtilityIT.testEnterValidValues:76
- CredentialProviderUtilityIT.testOverwriteValues:251

Until these failures are investigated and fixed, the tests should be disabled - 
to help validate other commits.




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: Atlas-master-IntegrationTests #1232

2018-05-03 Thread Apache Jenkins Server
See 


--
[...truncated 568.47 KB...]
127.0.0.1 - - [03/May/2018:18:43:28 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=DB_v1+as+db1+Table+where+(db1.name+%3D+%22Reporting%22)=10=0
 HTTP/1.1" 200 193 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:29 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+(createTime+%2B+1)+as+_col_1+=10=0
 HTTP/1.1" 200 1138 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:29 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=Dimension_v1=10=0
 HTTP/1.1" 200 15962 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:29 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=JdbcAccess_v1=10=0
 HTTP/1.1" 200 1552 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:30 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=ETL_v1=10=0 
HTTP/1.1" 200 11307 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:30 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=Metric_v1=10=0 
HTTP/1.1" 200 7919 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:30 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=PII_v1=10=0 
HTTP/1.1" 200 2529 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:31 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=%60Log+Data_v1%60=10=0
 HTTP/1.1" 200 7150 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:31 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns=10=0
 HTTP/1.1" 200 1670 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:31 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=Table_v1+where+name%3D%22sales_fact%22,+columns+as+column+select+column.name,+column.dataType,+column.comment=10=0
 HTTP/1.1" 200 570 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:32 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=from+DataSet=10=0
 HTTP/1.1" 200 22749 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:32 +] "GET 
//localhost:31000/api/atlas/discovery/search?query=from+Process=10=0
 HTTP/1.1" 200 9755 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:32 +] "GET 
//localhost:31000/api/atlas/entities?type=DB_v1=name=Sales 
HTTP/1.1" 200 688 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:32 +] "GET 
//localhost:31000/api/atlas/entities?type=Table_v1=qualifiedName=sales_fact
 HTTP/1.1" 200 4110 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:32 +] "GET 
//localhost:31000/api/atlas/entities?type=Table_v1=qualifiedName=time_dim
 HTTP/1.1" 200 3334 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:32 +] "GET 
//localhost:31000/api/atlas/entities?type=Table_v1=qualifiedName=sales_fact_daily_mv
 HTTP/1.1" 200 4569 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:32 +] "GET 
//localhost:31000/api/atlas/lineage/b5edf1fa-12a2-4862-bd48-bcacde37668c/inputs/graph
 HTTP/1.1" 200 1722 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:33 +] "GET 
//localhost:31000/api/atlas/entities?type=LoadProcess_v1=qualifiedName=loadSalesDaily
 HTTP/1.1" 200 1779 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:33 +] "GET 
//localhost:31000/api/atlas/entities?type=Table_v1=qualifiedName=sales_fact
 HTTP/1.1" 200 4110 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:33 +] "GET 
//localhost:31000/api/atlas/entities?type=Table_v1=qualifiedName=time_dim
 HTTP/1.1" 200 3334 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:33 +] "GET 
//localhost:31000/api/atlas/entities?type=Table_v1=qualifiedName=sales_fact_daily_mv
 HTTP/1.1" 200 4569 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:33 +] "GET 
//localhost:31000/api/atlas/entities?type=Table_v1=qualifiedName=sales_fact
 HTTP/1.1" 200 4110 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:33 +] "GET 
//localhost:31000/api/atlas/entities?type=DB_v1=name=Sales 
HTTP/1.1" 200 688 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:33 +] "GET 
//localhost:31000/api/atlas/entities?type=View_v1=qualifiedName=product_dim_view
 HTTP/1.1" 200 1296 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:18:43:33 +] "GET 
//localhost:31000/api/atlas/entities?type=Table_v1=qualifiedName=product_dim
 HTTP/1.1" 200 3360 "-" "Java/1.8.0_172"
May 03, 2018 6:43:34 PM java.io.ObjectInputStream filterCheck
INFO: ObjectInputFilter REJECTED: null, array length: -1, nRefs: 1, depth: 1, 
bytes: 70, ex: n/a
May 03, 2018 6:43:34 PM java.io.ObjectInputStream filterCheck
INFO: ObjectInputFilter REJECTED: null, array length: -1, nRefs: 1, depth: 1, 
bytes: 70, ex: n/a
May 03, 2018 6:43:35 PM java.io.ObjectInputStream filterCheck
INFO: ObjectInputFilter REJECTED: null, array length: -1, nRefs: 1, depth: 1, 
bytes: 70, ex: n/a
May 03, 2018 6:43:35 PM 

Re: Review Request 66936: ATLAS-2521: Remove Titan 0.5.4 support from Atlas

2018-05-03 Thread Madhan Neethiraj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66936/#review202371
---




tools/atlas-migration-exporter/pom.xml
Line 37 (original)


migration-exporter needs to read data in previous Atlas release, which uses 
titan-0.5.4. So, I think almost all changes to atlas-migration-exporter module 
need to be reverted.

Please make sure that references to Titan are restricted to 
atlas-migration-exporter module.


- Madhan Neethiraj


On May 3, 2018, 7:06 p.m., Sarath Subramanian wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66936/
> ---
> 
> (Updated May 3, 2018, 7:06 p.m.)
> 
> 
> Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.
> 
> 
> Bugs: ATLAS-2521
> https://issues.apache.org/jira/browse/ATLAS-2521
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Now that Atlas is using JanusGraph as the backend store and all new features 
> developed depends on TinkerPop3 queries and enhanced capabilities of 
> JanusGraph, I propose we remove support for Titan 0.5.4 in Atlas.
> 
> 
> Diffs
> -
> 
>   addons/falcon-bridge-shim/pom.xml e2c41b3a 
>   addons/falcon-bridge/pom.xml 53f6d368 
>   addons/falcon-bridge/src/test/resources/atlas-application.properties 
> 91fd8b09 
>   addons/falcon-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/hbase-bridge/src/test/resources/atlas-application.properties 
> 91fd8b09 
>   addons/hbase-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/hive-bridge/src/main/resources/atlas-hive-import-log4j.xml fe34bb8d 
>   addons/hive-bridge/src/test/resources/atlas-application.properties 91fd8b09 
>   addons/hive-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/sqoop-bridge/src/test/resources/atlas-application.properties 
> 91fd8b09 
>   addons/sqoop-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   addons/storm-bridge/src/test/resources/atlas-application.properties 
> 5e3836ba 
>   addons/storm-bridge/src/test/resources/atlas-log4j.xml a0f96296 
>   authorization/src/test/resources/atlas-application.properties 2e02678a 
>   build-tools/src/main/resources/checkstyle-suppressions.xml bf16a9dd 
>   common/src/main/java/org/apache/atlas/repository/Constants.java 0cef5f2e 
>   common/src/test/resources/atlas-log4j.xml 8a1de629 
>   distro/pom.xml 9f6f2bdc 
>   distro/src/conf/atlas-env.sh 9213f488 
>   distro/src/conf/atlas-log4j.xml a0f96296 
>   distro/src/conf/solr/schema.xml 1d445b15 
>   distro/src/conf/solr/solrconfig.xml 1d414f76 
>   
> graphdb/common/src/main/java/org/apache/atlas/repository/graphdb/tinkerpop/query/TinkerpopGraphQuery.java
>  d6806541 
>   graphdb/janus/readme.txt fb935be2 
>   
> graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraphDatabase.java
>  86cd2990 
>   graphdb/pom.xml cef77c94 
>   graphdb/readme.txt 92edd002 
>   graphdb/titan0/pom.xml dc840581 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/AdminMask.java
>  e255f1b6 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/ConnectionMask.java
>  feb578bd 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseAdmin0_98.java
>  0cd47950 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseAdmin1_0.java
>  7e8f72d1 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat.java
>  c1af7b66 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat0_98.java
>  2c0f3b4b 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat1_0.java
>  bb3fb3b0 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat1_1.java
>  e5c3d31c 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompatLoader.java
>  4d61b608 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseKeyColumnValueStore.java
>  d454f379 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseStoreManager.java
>  4bdd3204 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseTransaction.java
>  e13593fa 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HConnection0_98.java
>  86606447 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HConnection1_0.java
>  91e50266 
>   
> graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HTable0_98.java
>  b11532ac 
>   
> 

Build failed in Jenkins: PreCommit-ATLAS-Build-Test #342-master-ATLAS-2521.1.patch

2018-05-03 Thread Apache Jenkins Server
See 


--
[...truncated 458.76 KB...]
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
at 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:748)

127.0.0.1 - - [03/May/2018:19:21:21 +] "GET 
//localhost:31000/api/atlas/lineage/hive/table/SalesalziuEM7PY/schema HTTP/1.1" 
500 100 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:21 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_table_v1=qualifiedName=sales_factFdgiy6zK3M
 HTTP/1.1" 200 4368 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:21 +] "GET 
//localhost:31000/api/atlas/lineage/f11f7fed-217b-460f-a160-d5b378a4e4f8/schema 
HTTP/1.1" 200 3373 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:21 +] "POST 
//localhost:31000/api/atlas/entities HTTP/1.1" 201 882 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:22 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_db=qualifiedName=dbi8hBnQDSD9
 HTTP/1.1" 200 729 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:22 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_db=qualifiedName=dbi8hBnQDSD9
 HTTP/1.1" 200 729 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:22 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_table_v1=qualifiedName=sales_factFdgiy6zK3M
 HTTP/1.1" 200 4368 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:22 +] "GET 
//localhost:31000/api/atlas/lineage/f11f7fed-217b-460f-a160-d5b378a4e4f8/outputs/graph
 HTTP/1.1" 200 1945 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:22 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_table_v1=qualifiedName=sales_factFdgiy6zK3M
 HTTP/1.1" 200 4368 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:22 +] "GET 
//localhost:31000/api/atlas/lineage/f11f7fed-217b-460f-a160-d5b378a4e4f8/outputs/graph
 HTTP/1.1" 200 1945 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:22 +] "POST 
//localhost:31000/api/atlas/entities HTTP/1.1" 201 882 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:23 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbPJb5hqHQps'=10=0
 HTTP/1.1" 200 641 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:24 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbVuvtMsVYae'=10=0
 HTTP/1.1" 200 185 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:26 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbcSS1AEbZtZ'=10=0
 HTTP/1.1" 200 635 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:27 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_table_v1=qualifiedName=sales_fact_monthly_mvDjxTqn9Txm
 HTTP/1.1" 200 4877 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:19:21:27 +] "GET 

Build failed in Jenkins: PreCommit-ATLAS-Build-Test #341-master-ATLAS-2521.1.patch

2018-05-03 Thread Apache Jenkins Server
See 


Changes:

[madhan] ATLAS-2635: added REST APIs to add/update/remove classifications for an

[madhan] ATLAS-2639: UI: Associating a classification to entity from term page

[madhan] ATLAS-2579: UI updates to block selected classifications in lineage 
edge

--
[...truncated 396.60 KB...]
at 
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization
 (AbstractApplicationContext.java:866)
at org.springframework.context.support.AbstractApplicationContext.refresh 
(AbstractApplicationContext.java:542)
at 
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext
 (ContextLoader.java:443)
at org.springframework.web.context.ContextLoader.initWebApplicationContext 
(ContextLoader.java:325)
at org.springframework.web.context.ContextLoaderListener.contextInitialized 
(ContextLoaderListener.java:107)
at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized 
(ContextHandler.java:843)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized 
(ServletContextHandler.java:533)
at org.eclipse.jetty.server.handler.ContextHandler.startContext 
(ContextHandler.java:816)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext 
(ServletContextHandler.java:345)
at org.eclipse.jetty.webapp.WebAppContext.startWebapp 
(WebAppContext.java:1404)
at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp 
(JettyWebAppContext.java:323)
at org.eclipse.jetty.webapp.WebAppContext.startContext 
(WebAppContext.java:1366)
at org.eclipse.jetty.server.handler.ContextHandler.doStart 
(ContextHandler.java:778)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart 
(ServletContextHandler.java:262)
at org.eclipse.jetty.webapp.WebAppContext.doStart (WebAppContext.java:520)
at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart 
(JettyWebAppContext.java:398)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start 
(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start 
(ContainerLifeCycle.java:131)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart 
(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart 
(AbstractHandler.java:61)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart 
(ContextHandlerCollection.java:161)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start 
(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start 
(ContainerLifeCycle.java:131)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart 
(ContainerLifeCycle.java:113)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart 
(AbstractHandler.java:61)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start 
(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start 
(ContainerLifeCycle.java:131)
at org.eclipse.jetty.server.Server.start (Server.java:422)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart 
(ContainerLifeCycle.java:105)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart 
(AbstractHandler.java:61)
at org.eclipse.jetty.server.Server.doStart (Server.java:389)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start 
(AbstractLifeCycle.java:68)
at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty 
(AbstractJettyMojo.java:460)
at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute 
(AbstractJettyMojo.java:328)
at org.eclipse.jetty.maven.plugin.JettyRunWarMojo.execute 
(JettyRunWarMojo.java:64)
at org.eclipse.jetty.maven.plugin.JettyDeployWar.execute 
(JettyDeployWar.java:65)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo 
(DefaultBuildPluginManager.java:134)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:208)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:154)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
(MojoExecutor.java:146)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
(LifecycleModuleBuilder.java:81)
at 
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
 (SingleThreadedBuilder.java:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:309)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:194)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:107)
at org.apache.maven.cli.MavenCli.execute 

Review Request 66936: ATLAS-2521: Remove Titan 0.5.4 support from Atlas

2018-05-03 Thread Sarath Subramanian

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66936/
---

Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj.


Bugs: ATLAS-2521
https://issues.apache.org/jira/browse/ATLAS-2521


Repository: atlas


Description
---

Now that Atlas is using JanusGraph as the backend store and all new features 
developed depends on TinkerPop3 queries and enhanced capabilities of 
JanusGraph, I propose we remove support for Titan 0.5.4 in Atlas.


Diffs
-

  addons/falcon-bridge-shim/pom.xml e2c41b3a 
  addons/falcon-bridge/pom.xml 53f6d368 
  addons/falcon-bridge/src/test/resources/atlas-application.properties 91fd8b09 
  addons/falcon-bridge/src/test/resources/atlas-log4j.xml a0f96296 
  addons/hbase-bridge/src/test/resources/atlas-application.properties 91fd8b09 
  addons/hbase-bridge/src/test/resources/atlas-log4j.xml a0f96296 
  addons/hive-bridge/src/main/resources/atlas-hive-import-log4j.xml fe34bb8d 
  addons/hive-bridge/src/test/resources/atlas-application.properties 91fd8b09 
  addons/hive-bridge/src/test/resources/atlas-log4j.xml a0f96296 
  addons/sqoop-bridge/src/test/resources/atlas-application.properties 91fd8b09 
  addons/sqoop-bridge/src/test/resources/atlas-log4j.xml a0f96296 
  addons/storm-bridge/src/test/resources/atlas-application.properties 5e3836ba 
  addons/storm-bridge/src/test/resources/atlas-log4j.xml a0f96296 
  authorization/src/test/resources/atlas-application.properties 2e02678a 
  build-tools/src/main/resources/checkstyle-suppressions.xml bf16a9dd 
  common/src/main/java/org/apache/atlas/repository/Constants.java 0cef5f2e 
  common/src/test/resources/atlas-log4j.xml 8a1de629 
  distro/pom.xml 9f6f2bdc 
  distro/src/conf/atlas-env.sh 9213f488 
  distro/src/conf/atlas-log4j.xml a0f96296 
  distro/src/conf/solr/schema.xml 1d445b15 
  distro/src/conf/solr/solrconfig.xml 1d414f76 
  
graphdb/common/src/main/java/org/apache/atlas/repository/graphdb/tinkerpop/query/TinkerpopGraphQuery.java
 d6806541 
  graphdb/janus/readme.txt fb935be2 
  
graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/AtlasJanusGraphDatabase.java
 86cd2990 
  graphdb/pom.xml cef77c94 
  graphdb/readme.txt 92edd002 
  graphdb/titan0/pom.xml dc840581 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/AdminMask.java
 e255f1b6 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/ConnectionMask.java
 feb578bd 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseAdmin0_98.java
 0cd47950 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseAdmin1_0.java
 7e8f72d1 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat.java
 c1af7b66 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat0_98.java
 2c0f3b4b 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat1_0.java
 bb3fb3b0 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompat1_1.java
 e5c3d31c 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseCompatLoader.java
 4d61b608 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseKeyColumnValueStore.java
 d454f379 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseStoreManager.java
 4bdd3204 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HBaseTransaction.java
 e13593fa 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HConnection0_98.java
 86606447 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HConnection1_0.java
 91e50266 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HTable0_98.java
 b11532ac 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/HTable1_0.java
 5c90617c 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/hbase/TableMask.java
 54f87434 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/locking/LocalLockMediator.java
 95669af3 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/diskstorage/solr/Solr5Index.java
 90d24e4d 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/graphdb/database/idassigner/StandardIDPool.java
 6c7a0863 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/graphdb/query/condition/PredicateCondition.java
 3a466c0b 
  
graphdb/titan0/src/main/java/com/thinkaurelius/titan/graphdb/query/graph/GraphCentricQueryBuilder.java
 8e0928c8 
  
graphdb/titan0/src/main/java/org/apache/atlas/repository/graphdb/titan0/GraphDbObjectFactory.java
 73097f25 
  
graphdb/titan0/src/main/java/org/apache/atlas/repository/graphdb/titan0/Titan0Edge.java
 1d5d4090 
  

[jira] [Commented] (ATLAS-2641) Storm Hook: Needs commons-collection to be Packaged

2018-05-03 Thread Madhan Neethiraj (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16462891#comment-16462891
 ] 

Madhan Neethiraj commented on ATLAS-2641:
-

+1 for the patch. Thanks [~ashutoshm]!

> Storm Hook: Needs commons-collection to be Packaged
> ---
>
> Key: ATLAS-2641
> URL: https://issues.apache.org/jira/browse/ATLAS-2641
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: trunk
>Reporter: Ashutosh Mestry
>Assignee: Ashutosh Mestry
>Priority: Major
> Fix For: trunk
>
> Attachments: ATLAS-2641-Storm-hook-Added-commons-collection.patch
>
>
> _Strom Hook_ fails after deployment with following error message. 
> {code:java}
> 405 [main] INFO o.a.s.StormSubmitter - Initializing the registered 
> ISubmitterHook [org.apache.atlas.storm.hook.StormAtlasHook] 4502 [main] INFO 
> o.a.a.ApplicationProperties - Looking for atlas-application.properties in 
> classpath 4503 [main] INFO o.a.a.ApplicationProperties - Loading 
> atlas-application.properties from 
> jar:file:/tmp/40df25e04e3811e8a05f0242ac1b1cc3.jar!/atlas-application.properties
>  log4j:WARN No appenders could be found for logger 
> (org.apache.atlas.ApplicationProperties). log4j:WARN Please initialize the 
> log4j system properly. log4j:WARN See 
> http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. 4544 
> [main] INFO o.a.a.ApplicationProperties - No graphdb backend specified. Will 
> use 'janus' 4544 [main] INFO o.a.a.ApplicationProperties - Using storage 
> backend 'hbase2' 4544 [main] INFO o.a.a.ApplicationProperties - Using index 
> backend 'solr' 4544 [main] INFO o.a.a.ApplicationProperties - Setting 
> solr-wait-searcher property 'true' 4544 [main] INFO 
> o.a.a.ApplicationProperties - Setting index.search.map-name property 'false' 
> 4549 [main] INFO o.a.a.ApplicationProperties - Property (set to default) 
> atlas.graph.cache.db-cache = true 4549 [main] INFO 
> o.a.a.ApplicationProperties - Property (set to default) 
> atlas.graph.cache.db-cache-clean-wait = 20 4549 [main] INFO 
> o.a.a.ApplicationProperties - Property (set to default) 
> atlas.graph.cache.db-cache-size = 0.5 4549 [main] INFO 
> o.a.a.ApplicationProperties - Property (set to default) 
> atlas.graph.cache.tx-cache.size = 15000 4549 [main] INFO 
> o.a.a.ApplicationProperties - Property (set to default) 
> atlas.graph.cache.tx-dirty-size = 120 Exception in thread "main" 
> java.lang.NoClassDefFoundError: org/apache/commons/collections/MapUtils at 
> org.apache.atlas.security.InMemoryJAASConfiguration.init(InMemoryJAASConfiguration.java:195)
>  at 
> org.apache.atlas.security.InMemoryJAASConfiguration.init(InMemoryJAASConfiguration.java:184)
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:88) 
> at org.apache.atlas.hook.AtlasHook.(AtlasHook.java:65) at 
> java.lang.Class.forName0(Native Method) at 
> java.lang.Class.forName(Class.java:348) at 
> org.apache.atlas.storm.hook.StormAtlasHook.initialize(StormAtlasHook.java:78) 
> at org.apache.atlas.storm.hook.StormAtlasHook.(StormAtlasHook.java:46) 
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>  at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>  at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at 
> java.lang.Class.newInstance(Class.java:442) at 
> org.apache.storm.StormSubmitter.invokeSubmitterHook(StormSubmitter.java:358) 
> at org.apache.storm.StormSubmitter.submitTopologyAs(StormSubmitter.java:275) 
> at org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:387) at 
> org.apache.storm.flux.Flux.runCli(Flux.java:176) at 
> org.apache.storm.flux.Flux.main(Flux.java:103) Caused by: 
> java.lang.ClassNotFoundException: org.apache.commons.collections.MapUtils at 
> java.lang.ClassLoader.findClass(ClassLoader.java:530) at 
> org.apache.atlas.plugin.classloader.AtlasPluginClassLoader$MyClassLoader.findClass(AtlasPluginClassLoader.java:328)
>  at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at 
> java.lang.ClassLoader.loadClass(ClassLoader.java:357) at 
> org.apache.atlas.plugin.classloader.AtlasPluginClassLoader.loadClass(AtlasPluginClassLoader.java:136)
>  ... 18 more
> {code}
> *Solution*
> Adding _commons-collection_ to _Storm Hook_ packaging seems to resolve the 
> problem. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-2641) Storm Hook: Needs commons-collection to be Packaged

2018-05-03 Thread Ashutosh Mestry (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Mestry updated ATLAS-2641:
---
Attachment: ATLAS-2641-Storm-hook-Added-commons-collection.patch

> Storm Hook: Needs commons-collection to be Packaged
> ---
>
> Key: ATLAS-2641
> URL: https://issues.apache.org/jira/browse/ATLAS-2641
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: trunk
>Reporter: Ashutosh Mestry
>Assignee: Ashutosh Mestry
>Priority: Major
> Fix For: trunk
>
> Attachments: ATLAS-2641-Storm-hook-Added-commons-collection.patch
>
>
> _Strom Hook_ fails after deployment with following error message. 
> {code:java}
> 405 [main] INFO o.a.s.StormSubmitter - Initializing the registered 
> ISubmitterHook [org.apache.atlas.storm.hook.StormAtlasHook] 4502 [main] INFO 
> o.a.a.ApplicationProperties - Looking for atlas-application.properties in 
> classpath 4503 [main] INFO o.a.a.ApplicationProperties - Loading 
> atlas-application.properties from 
> jar:file:/tmp/40df25e04e3811e8a05f0242ac1b1cc3.jar!/atlas-application.properties
>  log4j:WARN No appenders could be found for logger 
> (org.apache.atlas.ApplicationProperties). log4j:WARN Please initialize the 
> log4j system properly. log4j:WARN See 
> http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. 4544 
> [main] INFO o.a.a.ApplicationProperties - No graphdb backend specified. Will 
> use 'janus' 4544 [main] INFO o.a.a.ApplicationProperties - Using storage 
> backend 'hbase2' 4544 [main] INFO o.a.a.ApplicationProperties - Using index 
> backend 'solr' 4544 [main] INFO o.a.a.ApplicationProperties - Setting 
> solr-wait-searcher property 'true' 4544 [main] INFO 
> o.a.a.ApplicationProperties - Setting index.search.map-name property 'false' 
> 4549 [main] INFO o.a.a.ApplicationProperties - Property (set to default) 
> atlas.graph.cache.db-cache = true 4549 [main] INFO 
> o.a.a.ApplicationProperties - Property (set to default) 
> atlas.graph.cache.db-cache-clean-wait = 20 4549 [main] INFO 
> o.a.a.ApplicationProperties - Property (set to default) 
> atlas.graph.cache.db-cache-size = 0.5 4549 [main] INFO 
> o.a.a.ApplicationProperties - Property (set to default) 
> atlas.graph.cache.tx-cache.size = 15000 4549 [main] INFO 
> o.a.a.ApplicationProperties - Property (set to default) 
> atlas.graph.cache.tx-dirty-size = 120 Exception in thread "main" 
> java.lang.NoClassDefFoundError: org/apache/commons/collections/MapUtils at 
> org.apache.atlas.security.InMemoryJAASConfiguration.init(InMemoryJAASConfiguration.java:195)
>  at 
> org.apache.atlas.security.InMemoryJAASConfiguration.init(InMemoryJAASConfiguration.java:184)
>  at org.apache.atlas.ApplicationProperties.get(ApplicationProperties.java:88) 
> at org.apache.atlas.hook.AtlasHook.(AtlasHook.java:65) at 
> java.lang.Class.forName0(Native Method) at 
> java.lang.Class.forName(Class.java:348) at 
> org.apache.atlas.storm.hook.StormAtlasHook.initialize(StormAtlasHook.java:78) 
> at org.apache.atlas.storm.hook.StormAtlasHook.(StormAtlasHook.java:46) 
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>  at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>  at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at 
> java.lang.Class.newInstance(Class.java:442) at 
> org.apache.storm.StormSubmitter.invokeSubmitterHook(StormSubmitter.java:358) 
> at org.apache.storm.StormSubmitter.submitTopologyAs(StormSubmitter.java:275) 
> at org.apache.storm.StormSubmitter.submitTopology(StormSubmitter.java:387) at 
> org.apache.storm.flux.Flux.runCli(Flux.java:176) at 
> org.apache.storm.flux.Flux.main(Flux.java:103) Caused by: 
> java.lang.ClassNotFoundException: org.apache.commons.collections.MapUtils at 
> java.lang.ClassLoader.findClass(ClassLoader.java:530) at 
> org.apache.atlas.plugin.classloader.AtlasPluginClassLoader$MyClassLoader.findClass(AtlasPluginClassLoader.java:328)
>  at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at 
> java.lang.ClassLoader.loadClass(ClassLoader.java:357) at 
> org.apache.atlas.plugin.classloader.AtlasPluginClassLoader.loadClass(AtlasPluginClassLoader.java:136)
>  ... 18 more
> {code}
> *Solution*
> Adding _commons-collection_ to _Storm Hook_ packaging seems to resolve the 
> problem. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: Atlas-master-IntegrationTests #1231

2018-05-03 Thread Apache Jenkins Server
See 


Changes:

[madhan] ATLAS-2639: UI: Associating a classification to entity from term page

[madhan] ATLAS-2579: UI updates to block selected classifications in lineage 
edge

--
[...truncated 569.92 KB...]
at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
at 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:748)

127.0.0.1 - - [03/May/2018:16:48:37 +] "GET 
//localhost:31000/api/atlas/lineage/hive/table/blah/schema HTTP/1.1" 500 89 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:16:48:37 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_table_v1=qualifiedName=sales_fact_monthly_mvZ6wrSMNzXA
 HTTP/1.1" 200 4015 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:16:48:37 +] "GET 
//localhost:31000/api/atlas/v2/lineage/b7d0a5a7-138c-4771-8a95-e659ed31bd50?depth=5=INPUT
 HTTP/1.1" 200 3351 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:16:48:38 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_table_v1=qualifiedName=sales_fact_monthly_mvZ6wrSMNzXA
 HTTP/1.1" 200 4015 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:16:48:38 +] "GET 
//localhost:31000/api/atlas/v2/lineage/b7d0a5a7-138c-4771-8a95-e659ed31bd50?depth=5=BOTH
 HTTP/1.1" 200 3350 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:16:48:38 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_table_v1=qualifiedName=sales_factsd2dCOrjNZ
 HTTP/1.1" 200 3958 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:16:48:38 +] "GET 
//localhost:31000/api/atlas/v2/lineage/6ebad159-7341-4445-b802-6314e2dfc38c?depth=5=OUTPUT
 HTTP/1.1" 200 2801 "-" "Java/1.8.0_172"
Tests run: 123, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 179.424 sec 
<<< FAILURE! - in TestSuite
testEnterValidValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
elapsed: 0.864 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
at java.security.KeyStore.load(KeyStore.java:1445)
at 
org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
at 
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
at 

[jira] [Comment Edited] (ATLAS-2523) Import relationship, preserving existing GUID

2018-05-03 Thread Ashutosh Mestry (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16462728#comment-16462728
 ] 

Ashutosh Mestry edited comment on ATLAS-2523 at 5/3/18 4:32 PM:


Thanks [~grahamwallis] for the details. I get a better understanding of your 
intent. This patch is fine as it is. I may have to make a small change at 
another place where I am assigning GUID to an entity that is being imported 
since this patch will make it redundant (not harmful). 

It may be wroth removing these lines as I think it will make the code cleaner.

These are the lines that I will have to remove:

_EntityGraphMapper: line 762_ 



// for import use the relationship guid provided
 if (context.isImport()) {
     String relationshipGuid = getRelationshipGuid(ctx.getValue());
     if(!StringUtils.isEmpty(relationshipGuid)) {    

    AtlasGraphUtilsV1.setProperty(ret, 
Constants.RELATIONSHIP_GUID_PROPERTY_KEY, relationshipGuid);    

   }

}



 


was (Author: ashutoshm):
Thanks [~grahamwallis] for the details. I get a better understanding of your 
intent. This patch is fine as it is. I may have to make a small change at 
another place where I am assigning GUID to an entity that is being imported 
since this patch will make it redundant (not harmful). 

It may be wroth removing these lines as I think it will make the code cleaner.

These are the lines that I will have to remove:

_EntityGraphMapper: line 762_ 



_// for import use the relationship guid provided_
 _if (context.isImport()) {_
     _String relationshipGuid = getRelationshipGuid(ctx.getValue());_
     _if(!StringUtils.isEmpty(relationshipGuid))_

_{     AtlasGraphUtilsV1.setProperty(ret, 
Constants.RELATIONSHIP_GUID_PROPERTY_KEY, relationshipGuid);     }_

_}_



 

> Import relationship, preserving existing GUID
> -
>
> Key: ATLAS-2523
> URL: https://issues.apache.org/jira/browse/ATLAS-2523
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Graham Wallis
>Priority: Major
> Fix For: 1.0.0
>
> Attachments: ATLAS-2523-2018-04-09.patch
>
>
> To add a relationship defined externally (in another metadata repository), I 
> want to be able to add the relationship and maintain the existing GUID.
> This is possible for an entity by performing an import. It does not seem to 
> be possible for relationships., because the relationship store always 
> generates a new GUID, which overwrites the existing GUID.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-2523) Import relationship, preserving existing GUID

2018-05-03 Thread Ashutosh Mestry (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16462728#comment-16462728
 ] 

Ashutosh Mestry commented on ATLAS-2523:


Thanks [~grahamwallis] for the details. I get a better understanding of your 
intent. This patch is fine as it is. I may have to make a small change at 
another place where I am assigning GUID to an entity that is being imported 
since this patch will make it redundant (not harmful). 

It may be wroth removing these lines as I think it will make the code cleaner.

These are the lines that I will have to remove:

_EntityGraphMapper: line 762_ 



// for import use the relationship guid provided
if (context.isImport()) {
    String relationshipGuid = getRelationshipGuid(ctx.getValue());
    if(!StringUtils.isEmpty(relationshipGuid)) {
    AtlasGraphUtilsV1.setProperty(ret, 
Constants.RELATIONSHIP_GUID_PROPERTY_KEY, relationshipGuid);
    }
}



 

> Import relationship, preserving existing GUID
> -
>
> Key: ATLAS-2523
> URL: https://issues.apache.org/jira/browse/ATLAS-2523
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Graham Wallis
>Priority: Major
> Fix For: 1.0.0
>
> Attachments: ATLAS-2523-2018-04-09.patch
>
>
> To add a relationship defined externally (in another metadata repository), I 
> want to be able to add the relationship and maintain the existing GUID.
> This is possible for an entity by performing an import. It does not seem to 
> be possible for relationships., because the relationship store always 
> generates a new GUID, which overwrites the existing GUID.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-2639) UI: Associating a classification to entity from term page results in adding tag to term rather than entity

2018-05-03 Thread Madhan Neethiraj (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16462688#comment-16462688
 ] 

Madhan Neethiraj commented on ATLAS-2639:
-

+1 for the patch.

> UI: Associating a classification to entity from term page results in adding 
> tag to term rather than entity
> --
>
> Key: ATLAS-2639
> URL: https://issues.apache.org/jira/browse/ATLAS-2639
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Ayub Pathan
>Assignee: Keval Bhatt
>Priority: Critical
> Fix For: 1.0.0
>
> Attachments: ATLAS-2639.patch
>
>
> * Create a term(term1) and classification(tag1)
> * Create an entity(E1) and associate term1 to E1.
> * In the term page, entity association can be seen, associate tag1 to E1.
> * This results in associating tag1 to term instead of E1.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Review Request 66907: ATLAS-2579 : UI : Block Propagation at classification level in edit propagation flow.

2018-05-03 Thread Madhan Neethiraj

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66907/#review202357
---


Ship it!




Ship It!

- Madhan Neethiraj


On May 3, 2018, 3:05 p.m., keval bhatt wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66907/
> ---
> 
> (Updated May 3, 2018, 3:05 p.m.)
> 
> 
> Review request for atlas, Apoorv Naik, Ashutosh Mestry, Madhan Neethiraj, and 
> Sarath Subramanian.
> 
> 
> Bugs: ATLAS-2579
> https://issues.apache.org/jira/browse/ATLAS-2579
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> Show ONE_TO_TWO and NONE option and remove other options in  Block 
> Propagation popup UI
> 
> 
> Diffs
> -
> 
>   dashboardv2/public/js/views/graph/PropagationPropertyModal.js bb7d1d73e 
> 
> 
> Diff: https://reviews.apache.org/r/66907/diff/2/
> 
> 
> Testing
> ---
> 
> Done one round of sanity test
> 
> 
> Thanks,
> 
> keval bhatt
> 
>



Build failed in Jenkins: Atlas-0.8-IntegrationTests #204

2018-05-03 Thread Apache Jenkins Server
See 


Changes:

[madhan] ATLAS-2635: added REST APIs to add/update/remove classifications for an

--
[...truncated 535.33 KB...]
127.0.0.1 - - [03/May/2018:15:53:56 +] "POST /api/atlas/entities HTTP/1.1" 
201 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:53:56 +] "POST /api/atlas/entities HTTP/1.1" 
201 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:53:56 +] "POST /api/atlas/entities HTTP/1.1" 
201 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:53:56 +] "GET 
/api/atlas/discovery/search?query=from+DB_v1=10=0 HTTP/1.1" 200 - 
"-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:53:57 +] "GET 
/api/atlas/discovery/search?query=DB_v1=10=0 HTTP/1.1" 200 - "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:53:58 +] "GET 
/api/atlas/discovery/search?query=DB_v1+where+name%3D%22Reporting%22=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:53:58 +] "GET 
/api/atlas/discovery/search?query=DB_v1+where+DB_v1.name%3D%22Reporting%22=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:53:59 +] "GET 
/api/atlas/discovery/search?query=DB_v1+name+%3D+%22Reporting%22=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:00 +] "GET 
/api/atlas/discovery/search?query=DB_v1+DB_v1.name+%3D+%22Reporting%22=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:01 +] "GET 
/api/atlas/discovery/search?query=DB_v1+where+name%3D%22Reporting%22+select+name,+owner=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:02 +] "GET 
/api/atlas/discovery/search?query=DB_v1+where+DB_v1.name%3D%22Reporting%22+select+name,+owner=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:03 +] "GET 
/api/atlas/discovery/search?query=DB_v1+has+name=10=0 HTTP/1.1" 
200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:04 +] "GET 
/api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name=10=0 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:05 +] "GET 
/api/atlas/discovery/search?query=DB_v1,+Table_v1=10=0 HTTP/1.1" 
200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:06 +] "GET 
/api/atlas/discovery/search?query=DB_v1+is+JdbcAccess=10=0 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:07 +] "GET 
/api/atlas/discovery/search?query=from+Table_v1=10=0 HTTP/1.1" 200 
- "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:07 +] "GET 
/api/atlas/discovery/search?query=Table_v1=10=0 HTTP/1.1" 200 - 
"-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:08 +] "GET 
/api/atlas/discovery/search?query=Table_v1+is+Dimension_v1=10=0 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:09 +] "GET 
/api/atlas/discovery/search?query=Column_v1+where+Column_v1+isa+PII_v1=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:10 +] "GET 
/api/atlas/discovery/search?query=View_v1+is+Dimension_v1=10=0 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:10 +] "GET 
/api/atlas/discovery/search?query=Column_v1+select+Column_v1.name=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:11 +] "GET 
/api/atlas/discovery/search?query=Column_v1+select+name=10=0 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:12 +] "GET 
/api/atlas/discovery/search?query=Column_v1+where+Column_v1.name%3D%22customer_id%22=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:13 +] "GET 
/api/atlas/discovery/search?query=from+Table_v1+select+Table_v1.name=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:14 +] "GET 
/api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:15 +] "GET 
/api/atlas/discovery/search?query=DB_v1+where+(name+%3D+%22Reporting%22)+select+name+as+_col_0,+owner+as+_col_1=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:16 +] "GET 
/api/atlas/discovery/search?query=DB_v1+where+DB_v1+is+JdbcAccess_v1=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:17 +] "GET 
/api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name=10=0 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:18 +] "GET 
/api/atlas/discovery/search?query=DB_v1+Table_v1=10=0 HTTP/1.1" 
200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:19 +] "GET 
/api/atlas/discovery/search?query=DB_v1+where+DB_v1+has+name=10=0 
HTTP/1.1" 200 - "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:15:54:20 +] "GET 
/api/atlas/discovery/search?query=DB_v1+as+db1+Table+where+(db1.name+%3D+%22Reporting%22)=10=0
 HTTP/1.1" 200 - "-" "Java/1.8.0_172"

[jira] [Resolved] (ATLAS-2635) Added REST APIs to add/update/remove classifications for an entity given its type and unique attributes

2018-05-03 Thread Madhan Neethiraj (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Madhan Neethiraj resolved ATLAS-2635.
-
   Resolution: Fixed
Fix Version/s: 0.8.3
   1.0.0

Committed to following branches:
 - master: http://git-wip-us.apache.org/repos/asf/atlas/commit/3a002db4
 - branch-0.8: http://git-wip-us.apache.org/repos/asf/atlas/commit/1500c73b

> Added REST APIs to add/update/remove classifications for an entity given its 
> type and unique attributes
> ---
>
> Key: ATLAS-2635
> URL: https://issues.apache.org/jira/browse/ATLAS-2635
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Reporter: Ruchi Solani
>Assignee: Ruchi Solani
>Priority: Major
> Fix For: 1.0.0, 0.8.3
>
>
> Many of the APIs in EntityREST require entity-guid to be provided. It will be 
> useful to operate on entities given its typeName and uniqueAttributes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (ATLAS-2640) Glossary , UI : URL is constructed with gid as GUID of first glossary's GUID

2018-05-03 Thread Keval Bhatt (JIRA)

[ 
https://issues.apache.org/jira/browse/ATLAS-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16462581#comment-16462581
 ] 

Keval Bhatt commented on ATLAS-2640:


patch is available at ATLAS-2639

> Glossary , UI : URL is constructed with gid as GUID of first glossary's GUID
> 
>
> Key: ATLAS-2640
> URL: https://issues.apache.org/jira/browse/ATLAS-2640
> Project: Atlas
>  Issue Type: Bug
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
>
> 1. Created 2 glossaries and a term under them:
> Glossary1
> |___term1
> Glossary2
>  |term2
> Clicking on Glossary 1 , 
> URL is 
> /index.html#!/glossary/?gId==glossary=term
> Clicking on term1 ,
> URL is 
> /index.html#!/glossary/?gId==term=term
> Which is expected.
> But clicking on Glossary2 , gid is still Glossary1's GUID which should be 
> ideally Glossary2 's GUID.
> URL is 
> /index.html#!/glossary/?gId==glossary=term
> Clicking on term2 ,
> URL is 
> /index.html#!/glossary/?gId==term=term
> CC : [~ppandey] [~kbhatt] [~mneethiraj]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-2639) UI: Associating a classification to entity from term page results in adding tag to term rather than entity

2018-05-03 Thread Keval Bhatt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-2639:
---
Attachment: ATLAS-2639.patch

> UI: Associating a classification to entity from term page results in adding 
> tag to term rather than entity
> --
>
> Key: ATLAS-2639
> URL: https://issues.apache.org/jira/browse/ATLAS-2639
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Ayub Pathan
>Assignee: Keval Bhatt
>Priority: Critical
> Fix For: 1.0.0
>
> Attachments: ATLAS-2639.patch
>
>
> * Create a term(term1) and classification(tag1)
> * Create an entity(E1) and associate term1 to E1.
> * In the term page, entity association can be seen, associate tag1 to E1.
> * This results in associating tag1 to term instead of E1.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Jenkins build is back to normal : PreCommit-ATLAS-Build-Test #340-master-

2018-05-03 Thread Apache Jenkins Server
See 




Re: Review Request 66907: ATLAS-2579 : UI : Block Propagation at classification level in edit propagation flow.

2018-05-03 Thread keval bhatt

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66907/
---

(Updated May 3, 2018, 3:05 p.m.)


Review request for atlas, Apoorv Naik, Ashutosh Mestry, Madhan Neethiraj, and 
Sarath Subramanian.


Changes
---

block tag checkbox issue handled


Bugs: ATLAS-2579
https://issues.apache.org/jira/browse/ATLAS-2579


Repository: atlas


Description
---

Show ONE_TO_TWO and NONE option and remove other options in  Block Propagation 
popup UI


Diffs (updated)
-

  dashboardv2/public/js/views/graph/PropagationPropertyModal.js bb7d1d73e 


Diff: https://reviews.apache.org/r/66907/diff/2/

Changes: https://reviews.apache.org/r/66907/diff/1-2/


Testing
---

Done one round of sanity test


Thanks,

keval bhatt



[jira] [Updated] (ATLAS-2579) UI : Block Propagation at classification level in edit propagation flow.

2018-05-03 Thread Keval Bhatt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-2579:
---
Attachment: ATLAS-2579-2.patch

> UI : Block Propagation at classification level in edit propagation flow.
> 
>
> Key: ATLAS-2579
> URL: https://issues.apache.org/jira/browse/ATLAS-2579
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: pratik pandey
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 1.0.0
>
> Attachments: ATLAS-2579-1.patch, ATLAS-2579-2.patch, ATLAS-2579.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: PreCommit-ATLAS-Build-Test #339-master-

2018-05-03 Thread Apache Jenkins Server
See 


--
[...truncated 483.01 KB...]
127.0.0.1 - - [03/May/2018:14:50:39 +] "DELETE 
//localhost:31000/api/atlas/v2/entity/guid/random/classification/blah_trait 
HTTP/1.1" 400 105 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:39 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbYBXZ5N0Lkf'=10=0
 HTTP/1.1" 200 1658 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:39 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbYBXZ5N0Lkf'=10=0
 HTTP/1.1" 200 1658 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:40 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 387 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:40 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbYBXZ5N0Lkf'=10=0
 HTTP/1.1" 200 2726 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 532 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 237 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "PUT 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 691 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/c21021f7-fed1-4419-9b71-e22b0650890f 
HTTP/1.1" 200 282 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 404 181 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 237 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 178 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "GET 
//localhost:31000/api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbYBXZ5N0Lkf
 HTTP/1.1" 200 3537 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/blah HTTP/1.1" 404 95 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 237 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "GET 
//localhost:31000/api/atlas/entities/231e98bd-0e5e-4041-a033-a557ee395c5d/audit?count=10
 HTTP/1.1" 200 952 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 239 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:41 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 392 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/D5sxkpibQD HTTP/1.1" 404 87 
"-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 558 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 283 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/28a7b528-61c7-4772-a8b0-652c28df2f8b 
HTTP/1.1" 200 309 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "GET 
//localhost:31000/api/atlas/types/database HTTP/1.1" 200 748 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "GET 
//localhost:31000/api/atlas/types/table HTTP/1.1" 200 1725 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "GET 
//localhost:31000/api/atlas/types/fetl HTTP/1.1" 200 539 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "GET 
//localhost:31000/api/atlas/types HTTP/1.1" 200 2408 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/ec1a7cf2-1829-49c0-91bd-25f04eeaba19 
HTTP/1.1" 200 1506 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 195 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/ec1a7cf2-1829-49c0-91bd-25f04eeaba19 
HTTP/1.1" 200 1524 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/ec1a7cf2-1829-49c0-91bd-25f04eeaba19 
HTTP/1.1" 200 1524 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 195 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:42 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/ec1a7cf2-1829-49c0-91bd-25f04eeaba19 
HTTP/1.1" 200 1536 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:14:50:43 +] "GET 

[jira] [Reopened] (ATLAS-2579) UI : Block Propagation at classification level in edit propagation flow.

2018-05-03 Thread Keval Bhatt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt reopened ATLAS-2579:


> UI : Block Propagation at classification level in edit propagation flow.
> 
>
> Key: ATLAS-2579
> URL: https://issues.apache.org/jira/browse/ATLAS-2579
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: pratik pandey
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 1.0.0
>
> Attachments: ATLAS-2579-1.patch, ATLAS-2579.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (ATLAS-2562) UI: Support Business Terms and Categories

2018-05-03 Thread Keval Bhatt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt resolved ATLAS-2562.

Resolution: Fixed

> UI: Support Business Terms and Categories
> -
>
> Key: ATLAS-2562
> URL: https://issues.apache.org/jira/browse/ATLAS-2562
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 1.0.0
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 1.0.0
>
> Attachments: ATLAS-2562-1.patch, ATLAS-2562-2.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (ATLAS-2599) UI - Regression - Lineage is not displayed even it has DataSet as Supertype

2018-05-03 Thread Keval Bhatt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt resolved ATLAS-2599.

Resolution: Fixed

> UI - Regression - Lineage is not displayed even it has DataSet as Supertype
> ---
>
> Key: ATLAS-2599
> URL: https://issues.apache.org/jira/browse/ATLAS-2599
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Tejas Rawool
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 1.0.0
>
>
> Lineage should be displayed for the entity which has dataset as a supurtype 
> of its own or nested derivatives.
> Example:-
> ‘hdfs_path’ has supertype ‘fs_path’ which has supertype as ‘DataSet’.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: Atlas-master-IntegrationTests #1229

2018-05-03 Thread Apache Jenkins Server
See 


--
[...truncated 575.72 KB...]
at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1691)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
at 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
at org.eclipse.jetty.server.Server.handle(Server.java:534)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
at java.lang.Thread.run(Thread.java:748)

127.0.0.1 - - [03/May/2018:12:44:23 +] "GET 
//localhost:31000/api/atlas/lineage/hive/table/blah/schema HTTP/1.1" 500 89 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:12:44:23 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_table_v1=qualifiedName=sales_fact_monthly_mvgjekWd6jN6
 HTTP/1.1" 200 4015 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:12:44:23 +] "GET 
//localhost:31000/api/atlas/v2/lineage/0f2bcb59-1080-40d8-b141-0345c2b56761?depth=5=INPUT
 HTTP/1.1" 200 3351 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:12:44:23 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_table_v1=qualifiedName=sales_fact_monthly_mvgjekWd6jN6
 HTTP/1.1" 200 4015 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:12:44:23 +] "GET 
//localhost:31000/api/atlas/v2/lineage/0f2bcb59-1080-40d8-b141-0345c2b56761?depth=5=BOTH
 HTTP/1.1" 200 3350 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:12:44:24 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_table_v1=qualifiedName=sales_factFut2B9IQGv
 HTTP/1.1" 200 3958 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:12:44:24 +] "GET 
//localhost:31000/api/atlas/v2/lineage/39e1eee8-7498-4deb-a9ea-1c299b32f47b?depth=5=OUTPUT
 HTTP/1.1" 200 2801 "-" "Java/1.8.0_172"
Tests run: 123, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 177.765 sec 
<<< FAILURE! - in TestSuite
testEnterEmptyValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
elapsed: 0.974 sec  <<< FAILURE!
java.io.IOException: Invalid secret key format
at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:856)
at java.security.KeyStore.load(KeyStore.java:1445)
at 
org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.(AbstractJavaKeyStoreProvider.java:106)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:49)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider.(JavaKeyStoreProvider.java:41)
at 
org.apache.hadoop.security.alias.JavaKeyStoreProvider$Factory.createProvider(JavaKeyStoreProvider.java:100)
at 
org.apache.hadoop.security.alias.CredentialProviderFactory.getProviders(CredentialProviderFactory.java:58)
at 
org.apache.atlas.CredentialProviderUtilityIT.testEnterEmptyValues(CredentialProviderUtilityIT.java:138)

testEnterValidValues(org.apache.atlas.CredentialProviderUtilityIT)  Time 
elapsed: 0.53 sec  <<< 

Build failed in Jenkins: PreCommit-ATLAS-Build-Test #338-master-0001-CredentialProviderUtilityIT-Test.patch

2018-05-03 Thread Apache Jenkins Server
See 


--
[...truncated 445.23 KB...]
127.0.0.1 - - [03/May/2018:13:31:43 +] "DELETE 
//localhost:31000/api/atlas/v2/entity/guid/random/classification/blah_trait 
HTTP/1.1" 400 105 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:43 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbWyuwp12gv1'=10=0
 HTTP/1.1" 200 1659 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:44 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbWyuwp12gv1'=10=0
 HTTP/1.1" 200 1659 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:44 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 387 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:44 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db_v2+where+name%3D'dbWyuwp12gv1'=10=0
 HTTP/1.1" 200 2727 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:45 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 532 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:45 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 237 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:45 +] "PUT 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 691 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:45 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/7b619a14-8f3c-42f4-8ecb-a31cc478c8ff 
HTTP/1.1" 200 282 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:45 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 404 181 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:45 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 237 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:45 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 178 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:45 +] "GET 
//localhost:31000/api/atlas/v2/entity/uniqueAttribute/type/hive_db_v2?attr:name=dbWyuwp12gv1
 HTTP/1.1" 200 3537 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:45 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/blah HTTP/1.1" 404 95 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:45 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 237 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "GET 
//localhost:31000/api/atlas/entities/faab3842-99c0-4f05-8189-07c72e643b2e/audit?count=10
 HTTP/1.1" 200 953 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 239 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 392 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/LR5Pmo09U9 HTTP/1.1" 404 87 
"-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 561 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 286 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/b18bf775-7ab7-4cf9-9d32-940018d40a13 
HTTP/1.1" 200 312 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "GET 
//localhost:31000/api/atlas/types/database HTTP/1.1" 200 749 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "GET 
//localhost:31000/api/atlas/types/table HTTP/1.1" 200 1726 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "GET 
//localhost:31000/api/atlas/types/fetl HTTP/1.1" 200 540 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "GET 
//localhost:31000/api/atlas/types HTTP/1.1" 200 2409 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/5eeffae7-5f21-41db-89fa-a16986427068 
HTTP/1.1" 200 1506 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:46 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 195 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:47 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/5eeffae7-5f21-41db-89fa-a16986427068 
HTTP/1.1" 200 1524 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:47 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/5eeffae7-5f21-41db-89fa-a16986427068 
HTTP/1.1" 200 1524 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:47 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 195 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:47 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/5eeffae7-5f21-41db-89fa-a16986427068 
HTTP/1.1" 200 1536 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:13:31:47 +] "GET 

[jira] [Updated] (ATLAS-2640) Glossary , UI : URL is constructed with gid as GUID of first glossary's GUID

2018-05-03 Thread Keval Bhatt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt updated ATLAS-2640:
---
Issue Type: Bug  (was: Improvement)

> Glossary , UI : URL is constructed with gid as GUID of first glossary's GUID
> 
>
> Key: ATLAS-2640
> URL: https://issues.apache.org/jira/browse/ATLAS-2640
> Project: Atlas
>  Issue Type: Bug
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
>
> 1. Created 2 glossaries and a term under them:
> Glossary1
> |___term1
> Glossary2
>  |term2
> Clicking on Glossary 1 , 
> URL is 
> /index.html#!/glossary/?gId==glossary=term
> Clicking on term1 ,
> URL is 
> /index.html#!/glossary/?gId==term=term
> Which is expected.
> But clicking on Glossary2 , gid is still Glossary1's GUID which should be 
> ideally Glossary2 's GUID.
> URL is 
> /index.html#!/glossary/?gId==glossary=term
> Clicking on term2 ,
> URL is 
> /index.html#!/glossary/?gId==term=term
> CC : [~ppandey] [~kbhatt] [~mneethiraj]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ATLAS-2640) Glossary , UI : URL is constructed with gid as GUID of first glossary's GUID

2018-05-03 Thread Keval Bhatt (JIRA)
Keval Bhatt created ATLAS-2640:
--

 Summary: Glossary , UI : URL is constructed with gid as GUID of 
first glossary's GUID
 Key: ATLAS-2640
 URL: https://issues.apache.org/jira/browse/ATLAS-2640
 Project: Atlas
  Issue Type: Improvement
Reporter: Keval Bhatt
Assignee: Keval Bhatt


1. Created 2 glossaries and a term under them:

Glossary1

|___term1

Glossary2
 |term2

Clicking on Glossary 1 , 
URL is 
/index.html#!/glossary/?gId==glossary=term
Clicking on term1 ,
URL is 
/index.html#!/glossary/?gId==term=term
Which is expected.

But clicking on Glossary2 , gid is still Glossary1's GUID which should be 
ideally Glossary2 's GUID.
URL is 
/index.html#!/glossary/?gId==glossary=term
Clicking on term2 ,
URL is 
/index.html#!/glossary/?gId==term=term

CC : [~ppandey] [~kbhatt] [~mneethiraj]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (ATLAS-2639) UI: Associating a classification to entity from term page results in adding tag to term rather than entity

2018-05-03 Thread Keval Bhatt (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keval Bhatt reassigned ATLAS-2639:
--

Assignee: Keval Bhatt

> UI: Associating a classification to entity from term page results in adding 
> tag to term rather than entity
> --
>
> Key: ATLAS-2639
> URL: https://issues.apache.org/jira/browse/ATLAS-2639
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Ayub Pathan
>Assignee: Keval Bhatt
>Priority: Critical
> Fix For: 1.0.0
>
>
> * Create a term(term1) and classification(tag1)
> * Create an entity(E1) and associate term1 to E1.
> * In the term page, entity association can be seen, associate tag1 to E1.
> * This results in associating tag1 to term instead of E1.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ATLAS-2639) UI: Associating a classification to entity from term page results in adding tag to term rather than entity

2018-05-03 Thread Ayub Pathan (JIRA)
Ayub Pathan created ATLAS-2639:
--

 Summary: UI: Associating a classification to entity from term page 
results in adding tag to term rather than entity
 Key: ATLAS-2639
 URL: https://issues.apache.org/jira/browse/ATLAS-2639
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Affects Versions: 1.0.0
Reporter: Ayub Pathan
 Fix For: 1.0.0


* Create a term(term1) and classification(tag1)
* Create an entity(E1) and associate term1 to E1.
* In the term page, entity association can be seen, associate tag1 to E1.
* This results in associating tag1 to term instead of E1.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Build failed in Jenkins: Atlas-master-IntegrationTests #1228

2018-05-03 Thread Apache Jenkins Server
See 


--
[...truncated 567.82 KB...]
127.0.0.1 - - [03/May/2018:09:45:50 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb 
HTTP/1.1" 200 1524 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:50 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 195 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb 
HTTP/1.1" 200 1536 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb 
HTTP/1.1" 200 1536 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 513 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb 
HTTP/1.1" 200 1674 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitOf6R8T9sRU HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 576 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "DELETE 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb/classification/PII_TraitOf6R8T9sRU
 HTTP/1.1" 400 114 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitbQX3KZtuHL HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "GET 
//localhost:31000/api/atlas/v2/types/classificationdef/name/PII_TraitbQX3KZtuHL 
HTTP/1.1" 200 332 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:51 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:52 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb/classifications
 HTTP/1.1" 200 868 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:52 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb/classifications
 HTTP/1.1" 200 868 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:52 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 359 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:52 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb 
HTTP/1.1" 200 1854 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:52 +] "PUT 
//localhost:31000/api/atlas/v2/entity/uniqueAttribute/type/hive_table_v2?attr:qualifiedName=tablemiJKqeWSIJ
 HTTP/1.1" 200 510 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:45:52 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb 
HTTP/1.1" 200 1930 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:12 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitFtGfR5CgYy HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:12 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:13 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:13 +] "GET 
//localhost:31000/api/atlas/entities/1d754bb9-85c7-450b-b830-b770fa2911cb/audit?count=100
 HTTP/1.1" 200 21391 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:13 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitwYa8q0S5Mf HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:13 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 576 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:13 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:14 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/1d754bb9-85c7-450b-b830-b770fa2911cb 
HTTP/1.1" 200 2166 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:14 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitxGPR0rZucc HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:14 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:09:46:14 +] "POST 

Build failed in Jenkins: Atlas-master-IntegrationTests #1227

2018-05-03 Thread Apache Jenkins Server
See 


--
[...truncated 567.81 KB...]
127.0.0.1 - - [03/May/2018:06:45:05 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b 
HTTP/1.1" 200 1524 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:05 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 195 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:05 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b 
HTTP/1.1" 200 1536 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:05 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b 
HTTP/1.1" 200 1536 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:05 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 513 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b 
HTTP/1.1" 200 1674 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitzEJLNyY7lE HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 576 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "DELETE 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b/classification/PII_TraitzEJLNyY7lE
 HTTP/1.1" 400 114 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraituGvmECFc0I HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "GET 
//localhost:31000/api/atlas/v2/types/classificationdef/name/PII_TraituGvmECFc0I 
HTTP/1.1" 200 332 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b/classifications
 HTTP/1.1" 200 868 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b/classifications
 HTTP/1.1" 200 868 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "POST 
//localhost:31000/api/atlas/v2/entity/ HTTP/1.1" 200 359 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b 
HTTP/1.1" 200 1854 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:06 +] "PUT 
//localhost:31000/api/atlas/v2/entity/uniqueAttribute/type/hive_table_v2?attr:qualifiedName=tableODfIPnoINr
 HTTP/1.1" 200 510 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:07 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b 
HTTP/1.1" 200 1930 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:24 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraituoxQcRAn7L HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:24 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:25 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:25 +] "GET 
//localhost:31000/api/atlas/entities/0976c91e-a289-43d1-b59d-e4f2e053284b/audit?count=100
 HTTP/1.1" 200 21392 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:25 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_Traite88xznFc5L HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:25 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 576 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:25 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:26 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/0976c91e-a289-43d1-b59d-e4f2e053284b 
HTTP/1.1" 200 2166 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:26 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitlvbC8hvgaQ HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:26 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:06:45:26 +] "POST 

[jira] [Updated] (ATLAS-2635) added REST APIs to add/update/remove classifications for an entity given its type and unique attributes

2018-05-03 Thread Ruchi Solani (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ruchi Solani updated ATLAS-2635:

Summary: added REST APIs to add/update/remove classifications for an entity 
given its type and unique attributes  (was: Add method to refer entity by 
unique Attributes)

> added REST APIs to add/update/remove classifications for an entity given its 
> type and unique attributes
> ---
>
> Key: ATLAS-2635
> URL: https://issues.apache.org/jira/browse/ATLAS-2635
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Reporter: Ruchi Solani
>Assignee: Ruchi Solani
>Priority: Major
>
> Many of the APIs in EntityREST require entity-guid to be provided. It will be 
> useful to operate on entities given its typeName and uniqueAttributes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-2635) Added REST APIs to add/update/remove classifications for an entity given its type and unique attributes

2018-05-03 Thread Ruchi Solani (JIRA)

 [ 
https://issues.apache.org/jira/browse/ATLAS-2635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ruchi Solani updated ATLAS-2635:

Summary: Added REST APIs to add/update/remove classifications for an entity 
given its type and unique attributes  (was: added REST APIs to 
add/update/remove classifications for an entity given its type and unique 
attributes)

> Added REST APIs to add/update/remove classifications for an entity given its 
> type and unique attributes
> ---
>
> Key: ATLAS-2635
> URL: https://issues.apache.org/jira/browse/ATLAS-2635
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Reporter: Ruchi Solani
>Assignee: Ruchi Solani
>Priority: Major
>
> Many of the APIs in EntityREST require entity-guid to be provided. It will be 
> useful to operate on entities given its typeName and uniqueAttributes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Review Request 66929: Add method to refer entity by unique Attributes

2018-05-03 Thread Ruchi Solani

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66929/
---

(Updated May 3, 2018, 6:39 a.m.)


Review request for atlas and Madhan Neethiraj.


Changes
---

added REST APIs to add/update/remove classifications for an entity given its 
type and unique attributes


Bugs: ATLAS-2635
https://issues.apache.org/jira/browse/ATLAS-2635


Repository: atlas


Description
---

Many of the APIs in EntityREST require entity-guid to be provided. It will be 
useful to operate on entities given its typeName and uniqueAttributes.


Diffs (updated)
-

  
repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasEntityStore.java
 eb825c4d3 
  
repository/src/main/java/org/apache/atlas/repository/store/graph/v1/AtlasEntityStoreV1.java
 316d78c64 
  webapp/src/main/java/org/apache/atlas/web/rest/EntityREST.java 17a6eced3 
  webapp/src/test/java/org/apache/atlas/web/adapters/TestEntityREST.java 
f0bc9628c 


Diff: https://reviews.apache.org/r/66929/diff/2/

Changes: https://reviews.apache.org/r/66929/diff/1-2/


Testing
---

Done with sanity testing


Thanks,

Ruchi Solani



Build failed in Jenkins: Atlas-master-IntegrationTests #1226

2018-05-03 Thread Apache Jenkins Server
See 


Changes:

[amestry] ATLAS-2624: (2): Fixed the case where same classifications are

--
[...truncated 574.07 KB...]
127.0.0.1 - - [03/May/2018:05:44:12 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/hive_table_v1 HTTP/1.1" 200 
1854 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:12 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/hive_process_v1 HTTP/1.1" 200 
1401 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:12 +] "POST 
//localhost:31000/api/atlas/types HTTP/1.1" 201 192 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:13 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbz4laQ7FlxH'=10=0
 HTTP/1.1" 200 643 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:14 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_db=qualifiedName=dbz4laQ7FlxH
 HTTP/1.1" 200 723 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:14 +] "GET 
//localhost:31000/api/atlas/entities/158ce238-4de9-4036-8ceb-c5c544538b9b/audit?count=1
 HTTP/1.1" 200 1008 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:14 +] "POST 
//localhost:31000/api/atlas/entities HTTP/1.1" 201 881 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:15 +] "GET 
//localhost:31000/api/atlas/entities/768bf5e5-eb88-4f65-bb94-6469f79fe601 
HTTP/1.1" 200 721 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:17 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+name%3D'dbjqGC3XxH0W'=10=0
 HTTP/1.1" 200 634 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:17 +] "POST 
//localhost:31000/api/atlas/entities HTTP/1.1" 201 881 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:19 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbcSWzaJxCOo'=10=0
 HTTP/1.1" 200 646 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:19 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_db=qualifiedName=dbcSWzaJxCOo
 HTTP/1.1" 200 726 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:19 +] "POST 
//localhost:31000/api/atlas/entities HTTP/1.1" 201 881 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:20 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_db=qualifiedName=dbRTMVzBCqwC
 HTTP/1.1" 200 728 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:20 +] "GET 
//localhost:31000/api/atlas/entities?type=hive_db=qualifiedName=dbRTMVzBCqwC
 HTTP/1.1" 200 728 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:20 +] "POST 
//localhost:31000/api/atlas/entities HTTP/1.1" 201 881 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:21 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dbtQe4XYW6Xz'=10=0
 HTTP/1.1" 200 640 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:22 +] "GET 
//localhost:31000/api/atlas/discovery/search/dsl?query=hive_db+where+qualifiedName%3D'dboU9Pk3LsSp'=10=0
 HTTP/1.1" 200 184 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:22 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitJS9AFNk8hF HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:22 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:22 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/ec1c6893-f75d-4b10-b8b1-ce3e6f84dff4/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:23 +] "GET 
//localhost:31000/api/atlas/entities/ec1c6893-f75d-4b10-b8b1-ce3e6f84dff4/audit?count=100
 HTTP/1.1" 200 21392 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:23 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitsFiCLhDsjv HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:23 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 576 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:23 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/ec1c6893-f75d-4b10-b8b1-ce3e6f84dff4/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:23 +] "GET 
//localhost:31000/api/atlas/v2/entity/guid/ec1c6893-f75d-4b10-b8b1-ce3e6f84dff4 
HTTP/1.1" 200 2166 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:23 +] "GET 
//localhost:31000/api/atlas/v2/types/typedef/name/PII_TraitrVXs8aycw6 HTTP/1.1" 
404 96 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:23 +] "POST 
//localhost:31000/api/atlas/v2/types/typedefs/ HTTP/1.1" 200 425 "-" 
"Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:23 +] "POST 
//localhost:31000/api/atlas/v2/entity/guid/ec1c6893-f75d-4b10-b8b1-ce3e6f84dff4/classifications
 HTTP/1.1" 204 0 "-" "Java/1.8.0_172"
127.0.0.1 - - [03/May/2018:05:44:24 +] "GET