[jira] [Resolved] (ATLAS-2780) Update AtlasAdminClient to accept username/password via cmdline

2018-07-05 Thread Apoorv Naik (JIRA)


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

Apoorv Naik resolved ATLAS-2780.

   Resolution: Fixed
Fix Version/s: 2.0.0
   1.1.0

> Update AtlasAdminClient to accept username/password via cmdline
> ---
>
> Key: ATLAS-2780
> URL: https://issues.apache.org/jira/browse/ATLAS-2780
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
> Fix For: 1.1.0, 2.0.0
>
>
> Currently the code doesn't accept the username, password via cmdline options.
>  
> This change will allow a user to specify the combo using -u :



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


[jira] [Commented] (ATLAS-2780) Update AtlasAdminClient to accept username/password via cmdline

2018-07-05 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2780:


Commit 33a9ae1f9d4cb726ea7321845f293e52c97af924 in atlas's branch 
refs/heads/branch-1.0 from apoorvnaik
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=33a9ae1 ]

ATLAS-2780: Add username/password option to AtlasAdminClient

(cherry picked from commit ec396b931b21df05ce52d4b323370ac9e64b426b)

Change-Id: I89fecb2639735f0ffa31a5a0693faa62c108c54b


> Update AtlasAdminClient to accept username/password via cmdline
> ---
>
> Key: ATLAS-2780
> URL: https://issues.apache.org/jira/browse/ATLAS-2780
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
>
> Currently the code doesn't accept the username, password via cmdline options.
>  
> This change will allow a user to specify the combo using -u :



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


[jira] [Commented] (ATLAS-2780) Update AtlasAdminClient to accept username/password via cmdline

2018-07-05 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2780:


Commit ec396b931b21df05ce52d4b323370ac9e64b426b in atlas's branch 
refs/heads/master from apoorvnaik
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=ec396b9 ]

ATLAS-2780: Add username/password option to AtlasAdminClient

Change-Id: Iad6269043bb3ae5ef0df9307c9bb57ac66998e87


> Update AtlasAdminClient to accept username/password via cmdline
> ---
>
> Key: ATLAS-2780
> URL: https://issues.apache.org/jira/browse/ATLAS-2780
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
>
> Currently the code doesn't accept the username, password via cmdline options.
>  
> This change will allow a user to specify the combo using -u :



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


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

2018-07-05 Thread Apache Jenkins Server
See 




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

2018-07-05 Thread Apache Jenkins Server
See 


--
[...truncated 602.61 KB...]
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(MavenCli.java:955)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.RuntimeException: The root scratch dir: /tmp/hive on HDFS 
should be writable. Current permissions are: rwxr-xr-x
at 
org.apache.hadoop.hive.ql.session.SessionState.createRootHDFSDir(SessionState.java:612)
at 
org.apache.hadoop.hive.ql.session.SessionState.createSessionDirs(SessionState.java:554)
at 
org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:508)
at org.apache.atlas.hive.HiveITBase.setUp(HiveITBase.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:517)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:140)
at 
org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:170)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:104)
at org.testng.TestRunner.privateRun(TestRunner.java:771)
at org.testng.TestRunner.run(TestRunner.java:621)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:357)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:352)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310)
at org.testng.SuiteRunner.run(SuiteRunner.java:259)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1199)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1124)
at org.testng.TestNG.run(TestNG.java:1032)
at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:115)
at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:205)
at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:108)
at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:155)
at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:81)
at 
org.apache.maven.plugin.surefire.InPluginVMSurefireStarter.runSuitesInProcess(InPluginVMSurefireStarter.java:82)
at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:974)
at 
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:824)
at 

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

2018-07-05 Thread Apache Jenkins Server
See 




Build failed in Jenkins: PreCommit-ATLAS-Build-Test #509-master-0001-ATLAS-2777-Enhance-advanced-search-DSL-to-support-cl-unittest.patch

2018-07-05 Thread Apache Jenkins Server
See 


--
[...truncated 228.64 KB...]
Running org.apache.atlas.repository.impexp.ImportTransformsTest
Running org.apache.atlas.repository.userprofile.UserProfileServiceTest
Running org.apache.atlas.utils.TestResourceFileUtils
Running org.apache.atlas.glossary.PaginationHelperTest
Running org.apache.atlas.repository.migration.MigrationProgressServiceTest
Running 
org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateHardDeleteV2Test
Running org.apache.atlas.repository.migration.HiveParititionTest
Running org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateV2Test
Running org.apache.atlas.repository.impexp.AtlasImportRequestTest
Running org.apache.atlas.repository.impexp.ZipSourceTest
Running org.apache.atlas.repository.migration.TypesWithClassificationTest
Running org.apache.atlas.utils.ObjectUpdateSynchronizerTest
Running org.apache.atlas.repository.migration.ComplexAttributesTest
Running org.apache.atlas.repository.impexp.ExportServiceTest
Running org.apache.atlas.repository.impexp.TypeAttributeDifferenceTest
Running org.apache.atlas.repository.store.graph.AtlasTypeDefGraphStoreTest
Running org.apache.atlas.repository.migration.TypesDefScrubberTest
Running org.apache.atlas.repository.tagpropagation.ClassificationPropagationTest
Running org.apache.atlas.repository.impexp.ZipSinkTest
Running org.apache.atlas.repository.audit.CassandraAuditRepositoryTest
Running org.apache.atlas.repository.store.graph.v2.AtlasEntityStoreV2Test
Running org.apache.atlas.repository.migration.TypesWithCollectionsFinderTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.606 sec - in 
org.apache.atlas.utils.TestResourceFileUtils
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.948 sec - in 
org.apache.atlas.repository.impexp.ImportTransformerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.467 sec - in 
org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.893 sec - in 
org.apache.atlas.glossary.PaginationHelperTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.978 sec - in 
org.apache.atlas.repository.impexp.UniqueListTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.803 sec - in 
org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateV2Test
Running org.apache.atlas.repository.store.graph.v2.AtlasEntityDefStoreV2Test
Running 
org.apache.atlas.repository.store.graph.v2.AtlasRelationshipDefStoreV2Test
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.544 sec - in 
org.apache.atlas.repository.impexp.ImportTransformsTest
Running 
org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreHardDeleteV2Test
Running org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreV2Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.072 sec - in 
org.apache.atlas.repository.impexp.ZipSourceTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.903 sec - in 
org.apache.atlas.repository.impexp.TypeAttributeDifferenceTest
Running org.apache.atlas.repository.store.graph.v2.AtlasComplexAttributesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.394 sec - in 
org.apache.atlas.repository.impexp.AtlasImportRequestTest
Running 
org.apache.atlas.repository.store.graph.v2.AtlasEntityStoreV2BulkImportPercentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.074 sec - in 
org.apache.atlas.repository.migration.TypesDefScrubberTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.616 sec - in 
org.apache.atlas.utils.ObjectUpdateSynchronizerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.292 sec - in 
org.apache.atlas.repository.migration.MigrationProgressServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.527 sec - in 
org.apache.atlas.repository.impexp.ImportTransformerJSONTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.181 sec - in 
org.apache.atlas.repository.impexp.ZipSinkTest
Running 
org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreSoftDeleteV2Test
Running org.apache.atlas.TestModules
Running org.apache.atlas.query.GremlinQueryComposerTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.346 sec - in 
org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreV2Test
Running org.apache.atlas.query.DSLParsingTest
Running org.apache.atlas.query.DSLQueriesTest
Running org.apache.atlas.services.MetricsServiceTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.777 sec - in 
org.apache.atlas.TestModules
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.067 sec - in 
org.apache.atlas.repository.store.graph.v2.AtlasEntityStoreV2BulkImportPercentTest
Tests run: 8, Failures: 0, 

Jenkins build is back to normal : Atlas-1.0-AllTests #442

2018-07-05 Thread Apache Jenkins Server
See 



Re: Review Request 67837: Update AtlasAdminClient to accept credentials via cmdline

2018-07-05 Thread Sarath Subramanian

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


Ship it!




Ship It!

- Sarath Subramanian


On July 5, 2018, 2:59 p.m., Apoorv Naik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67837/
> ---
> 
> (Updated July 5, 2018, 2:59 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nixon Rodrigues, 
> and Sarath Subramanian.
> 
> 
> Bugs: ATLAS-2780
> https://issues.apache.org/jira/browse/ATLAS-2780
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> See JIRA
> 
> 
> Diffs
> -
> 
>   client/client-v1/src/main/java/org/apache/atlas/AtlasAdminClient.java 
> f334f6c69 
>   intg/src/main/java/org/apache/atlas/utils/AuthenticationUtil.java af32afccc 
> 
> 
> Diff: https://reviews.apache.org/r/67837/diff/1/
> 
> 
> Testing
> ---
> 
> Verified using the driver script and a direct run of AtlasAdminClient.main
> 
> 
> Thanks,
> 
> Apoorv Naik
> 
>



Re: Review Request 67837: Update AtlasAdminClient to accept credentials via cmdline

2018-07-05 Thread Sarath Subramanian

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




client/client-v1/src/main/java/org/apache/atlas/AtlasAdminClient.java
Lines 121 (patched)


handle null for 'value' and 'basicAuthUsernamePassword'


- Sarath Subramanian


On July 5, 2018, 2:59 p.m., Apoorv Naik wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67837/
> ---
> 
> (Updated July 5, 2018, 2:59 p.m.)
> 
> 
> Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nixon Rodrigues, 
> and Sarath Subramanian.
> 
> 
> Bugs: ATLAS-2780
> https://issues.apache.org/jira/browse/ATLAS-2780
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> See JIRA
> 
> 
> Diffs
> -
> 
>   client/client-v1/src/main/java/org/apache/atlas/AtlasAdminClient.java 
> f334f6c69 
>   intg/src/main/java/org/apache/atlas/utils/AuthenticationUtil.java af32afccc 
> 
> 
> Diff: https://reviews.apache.org/r/67837/diff/1/
> 
> 
> Testing
> ---
> 
> Verified using the driver script and a direct run of AtlasAdminClient.main
> 
> 
> Thanks,
> 
> Apoorv Naik
> 
>



[jira] [Updated] (ATLAS-2779) Create Hive Metastore Event listener to push table changes to Atlas.

2018-07-05 Thread Tiffany Nguyen (JIRA)


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

Tiffany Nguyen updated ATLAS-2779:
--
Description: 
Create Hive Metastore Event listener to push table changes to Atlas. This will 
help push changes done via SparkSQL which does not go through hivehook to 
reflect in Atlas.
Furthermore, this will eliminate the need to set hook on the client side to 
capture DDL. For example, using hive CLI (by typing hive at command line) would 
require changes in hive-site.xml on the client side to include hook property 
(hive.exec.post.hooks). The benefit of no change needed on client side is 
amplified in environment where there are hundreds of clients.

  was:Create Hive Metastore Event listener to push table changes to Atlas. This 
will help push changes done via SparkSQL which does not go through hivehook to 
reflect in Atlas. 


> Create Hive Metastore Event listener to push table changes to Atlas.
> 
>
> Key: ATLAS-2779
> URL: https://issues.apache.org/jira/browse/ATLAS-2779
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 1.0.0-alpha
>Reporter: Tiffany Nguyen
>Priority: Major
> Fix For: 1.0.0-alpha
>
>
> Create Hive Metastore Event listener to push table changes to Atlas. This 
> will help push changes done via SparkSQL which does not go through hivehook 
> to reflect in Atlas.
> Furthermore, this will eliminate the need to set hook on the client side to 
> capture DDL. For example, using hive CLI (by typing hive at command line) 
> would require changes in hive-site.xml on the client side to include hook 
> property (hive.exec.post.hooks). The benefit of no change needed on client 
> side is amplified in environment where there are hundreds of clients.



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


Jenkins build is back to normal : PreCommit-ATLAS-Build-Test #507-master-0001-ATLAS-2777-Enhance-advanced-search-DSL-to-support-cl-unittest.patch

2018-07-05 Thread Apache Jenkins Server
See 




Re: Review Request 67837: Update AtlasAdminClient to accept credentials via cmdline

2018-07-05 Thread Apoorv Naik

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

(Updated July 5, 2018, 9:59 p.m.)


Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nixon Rodrigues, 
and Sarath Subramanian.


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


Repository: atlas


Description
---

See JIRA


Diffs
-

  client/client-v1/src/main/java/org/apache/atlas/AtlasAdminClient.java 
f334f6c69 
  intg/src/main/java/org/apache/atlas/utils/AuthenticationUtil.java af32afccc 


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


Testing
---

Verified using the driver script and a direct run of AtlasAdminClient.main


Thanks,

Apoorv Naik



Review Request 67837: Update AtlasAdminClient to accept credentials via cmdline

2018-07-05 Thread Apoorv Naik

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

Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, Nixon Rodrigues, 
and Sarath Subramanian.


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


Repository: atlas


Description
---

See JIRA


Diffs
-

  client/client-v1/src/main/java/org/apache/atlas/AtlasAdminClient.java 
f334f6c69 
  intg/src/main/java/org/apache/atlas/utils/AuthenticationUtil.java af32afccc 


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


Testing
---

Verified using the driver script and a direct run of AtlasAdminClient.main


Thanks,

Apoorv Naik



[jira] [Created] (ATLAS-2780) Update AtlasAdminClient to accept username/password via cmdline

2018-07-05 Thread Apoorv Naik (JIRA)
Apoorv Naik created ATLAS-2780:
--

 Summary: Update AtlasAdminClient to accept username/password via 
cmdline
 Key: ATLAS-2780
 URL: https://issues.apache.org/jira/browse/ATLAS-2780
 Project: Atlas
  Issue Type: Improvement
Reporter: Apoorv Naik
Assignee: Apoorv Naik


Currently the code doesn't accept the username, password via cmdline options.

 

This change will allow a user to specify the combo using -u :



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


Build failed in Jenkins: PreCommit-ATLAS-Build-Test #506-master-0001-ATLAS-2777-Enhance-advanced-search-DSL-to-support-cl-unittest.patch

2018-07-05 Thread Apache Jenkins Server
See 


Changes:

[ssubramanian] ATLAS-2778: UI: Enhance advanced search (DSL) by adding 
_CLASSIFIED and

--
[...truncated 228.77 KB...]
Running org.apache.atlas.repository.migration.MigrationProgressServiceTest
Running org.apache.atlas.repository.migration.ComplexAttributesTest
Running org.apache.atlas.repository.impexp.UniqueListTest
Running org.apache.atlas.repository.impexp.ImportTransformsTest
Running org.apache.atlas.repository.store.graph.AtlasTypeDefGraphStoreTest
Running org.apache.atlas.repository.impexp.ExportServiceTest
Running org.apache.atlas.repository.userprofile.UserProfileServiceTest
Running 
org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateSoftDeleteV2Test
Running org.apache.atlas.repository.tagpropagation.ClassificationPropagationTest
Running org.apache.atlas.query.GremlinQueryComposerTest
Running 
org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateHardDeleteV2Test
Running org.apache.atlas.repository.impexp.ImportServiceTest
Running org.apache.atlas.services.MetricsServiceTest
Running org.apache.atlas.repository.store.graph.v2.AtlasEntityDefStoreV2Test
Running org.apache.atlas.repository.migration.TypesWithClassificationTest
Running org.apache.atlas.glossary.PaginationHelperTest
Running org.apache.atlas.utils.TestResourceFileUtils
Running org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateV2Test
Running org.apache.atlas.repository.impexp.ZipSinkTest
Running org.apache.atlas.glossary.GlossaryServiceTest
Running org.apache.atlas.query.DSLQueriesTest
Running org.apache.atlas.repository.impexp.ImportTransformerJSONTest
Running org.apache.atlas.repository.store.graph.v2.AtlasComplexAttributesTest
Running 
org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreHardDeleteV2Test
Running org.apache.atlas.repository.migration.TypesWithCollectionsFinderTest
Running org.apache.atlas.repository.migration.HiveStocksTest
Running org.apache.atlas.repository.migration.HiveParititionTest
Running 
org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreSoftDeleteV2Test
Running org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreV2Test
Running org.apache.atlas.repository.migration.RelationshipCacheGeneratorTest
Running org.apache.atlas.utils.ObjectUpdateSynchronizerTest
Running org.apache.atlas.TestModules
Running org.apache.atlas.repository.migration.PathTest
Running org.apache.atlas.query.DSLParsingTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.942 sec - in 
org.apache.atlas.repository.impexp.TypeAttributeDifferenceTest
Running org.apache.atlas.repository.impexp.ImportTransformerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.67 sec - in 
org.apache.atlas.repository.migration.TypesDefScrubberTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.343 sec - in 
org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateV2Test
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.464 sec - in 
org.apache.atlas.utils.TestResourceFileUtils
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.705 sec - in 
org.apache.atlas.repository.impexp.UniqueListTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.725 sec - in 
org.apache.atlas.repository.impexp.AtlasImportRequestTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.228 sec - in 
org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreV2Test
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.03 sec - in 
org.apache.atlas.repository.impexp.ImportTransformerTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.486 sec - in 
org.apache.atlas.TestModules
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.854 sec - in 
org.apache.atlas.glossary.PaginationHelperTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.524 sec - in 
org.apache.atlas.repository.store.graph.v2.AtlasEntityStoreV2BulkImportPercentTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.788 sec - in 
org.apache.atlas.utils.ObjectUpdateSynchronizerTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.667 sec - in 
org.apache.atlas.query.DSLParsingTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.001 sec - in 
org.apache.atlas.repository.impexp.ImportTransformsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.34 sec - in 
org.apache.atlas.repository.migration.MigrationProgressServiceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.616 sec - in 
org.apache.atlas.repository.impexp.ImportTransformerJSONTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.733 sec - in 
org.apache.atlas.repository.impexp.ZipSinkTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 

Re: Atlas 1.1.0 release heads up

2018-07-05 Thread vishal suvagia
+1 for Apacha Atlas 1.1.0 release.
Thanks Nixon for the heads-up.


Thanks
Vishal Suvagia

On Thursday, 5 July, 2018, 11:58:35 PM IST, Sarath Subramanian 
 wrote:  
 
 +1

Thanks,
Sarath Subramanian
 

On 7/2/18, 9:23 PM, "Nixon Rodrigues"  
wrote:

    Atlas dev community,
    
    Since Atlas 1.0 was released, there are around 30 plus commits on branch1.0
    and 24 resolved issues
    

    with fix version 1.1.0 after 1.0 release.
    These bug fixes and improvements are important for stability and for other
    dependent components that consume Atlas.
    
    I propose that we do a 1.1.0 release from branch-1.0 and the tentative
    release completion date would be 15th July 2018.
    
    I volunteer to be the release manager for Apache Atlas 1.1.0 release.
    
    Let me know your thoughts and concerns if any.
    
    Regards
    Nixon
    

  

Build failed in Jenkins: Atlas-1.0-AllTests #441

2018-07-05 Thread Apache Jenkins Server
See 

--
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on H10 (Hadoop) in workspace 

[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://github.com/apache/atlas.git
 > git init  # timeout=10
Fetching upstream changes from https://github.com/apache/atlas.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/atlas.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/atlas.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://github.com/apache/atlas.git # timeout=10
Fetching upstream changes from https://github.com/apache/atlas.git
 > git fetch --tags --progress https://github.com/apache/atlas.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-1.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-1.0^{commit} # timeout=10
Checking out Revision 91c23c30a8d68891d406e8d03a1a30d08b34272b 
(refs/remotes/origin/branch-1.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 91c23c30a8d68891d406e8d03a1a30d08b34272b
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H10
at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy112.withRepository(Unknown Source)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
at 
hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)
at hudson.scm.SCM.checkout(SCM.java:504)
at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at 
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
java.lang.NoClassDefFoundError: hudson.model.Computer
at 
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: Remote call on H10 failed
at hudson.remoting.Channel.call(Channel.java:961)
at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy112.withRepository(Unknown Source)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)
  

Build failed in Jenkins: Atlas-1.0-AllTests #440

2018-07-05 Thread Apache Jenkins Server
See 

--
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H10 (Hadoop) in workspace 

[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Done
Cloning the remote Git repository
Cloning repository https://github.com/apache/atlas.git
 > git init  # timeout=10
Fetching upstream changes from https://github.com/apache/atlas.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/atlas.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/atlas.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://github.com/apache/atlas.git # timeout=10
Fetching upstream changes from https://github.com/apache/atlas.git
 > git fetch --tags --progress https://github.com/apache/atlas.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/branch-1.0^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/branch-1.0^{commit} # timeout=10
Checking out Revision 91c23c30a8d68891d406e8d03a1a30d08b34272b 
(refs/remotes/origin/branch-1.0)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 91c23c30a8d68891d406e8d03a1a30d08b34272b
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H10
at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy112.withRepository(Unknown Source)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
at 
hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)
at hudson.scm.SCM.checkout(SCM.java:504)
at 
hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
at 
jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
at hudson.model.Run.execute(Run.java:1794)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at 
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
java.lang.NoClassDefFoundError: hudson.model.Computer
at 
org.jenkinsci.plugins.gitclient.AbstractGitAPIImpl.withRepository(AbstractGitAPIImpl.java:29)
at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.withRepository(CliGitAPIImpl.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:929)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:903)
at 
hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:855)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: Remote call on H10 failed
at hudson.remoting.Channel.call(Channel.java:961)
at 
hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:283)
at com.sun.proxy.$Proxy112.withRepository(Unknown Source)
at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:235)
at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1271)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1244)
at 

Re: Atlas 1.1.0 release heads up

2018-07-05 Thread Sarath Subramanian
+1

Thanks,
Sarath Subramanian
 

On 7/2/18, 9:23 PM, "Nixon Rodrigues"  
wrote:

Atlas dev community,

Since Atlas 1.0 was released, there are around 30 plus commits on branch1.0
and 24 resolved issues


with fix version 1.1.0 after 1.0 release.
These bug fixes and improvements are important for stability and for other
dependent components that consume Atlas.

I propose that we do a 1.1.0 release from branch-1.0 and the tentative
release completion date would be 15th July 2018.

I volunteer to be the release manager for Apache Atlas 1.1.0 release.

Let me know your thoughts and concerns if any.

Regards
Nixon




[jira] [Commented] (ATLAS-2778) UI: Enhance advanced search (DSL) by adding _CLASSIFIED and _NOT_CLASSIFIED keyword in classification search

2018-07-05 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2778:


Commit 91c23c30a8d68891d406e8d03a1a30d08b34272b in atlas's branch 
refs/heads/branch-1.0 from [~abhib4]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=91c23c3 ]

ATLAS-2778: UI: Enhance advanced search (DSL) by adding _CLASSIFIED and 
_NOT_CLASSIFIED keyword in classification search

Signed-off-by: Sarath Subramanian 
(cherry picked from commit cc629d7091468d1857c4ebbbf70a5b7a00d6ff36)


> UI: Enhance advanced search (DSL) by adding  _CLASSIFIED and _NOT_CLASSIFIED 
> keyword in classification search
> -
>
> Key: ATLAS-2778
> URL: https://issues.apache.org/jira/browse/ATLAS-2778
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Affects Versions: 1.1.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2778.patch
>
>




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


[jira] [Commented] (ATLAS-2778) UI: Enhance advanced search (DSL) by adding _CLASSIFIED and _NOT_CLASSIFIED keyword in classification search

2018-07-05 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2778:


Commit cc629d7091468d1857c4ebbbf70a5b7a00d6ff36 in atlas's branch 
refs/heads/master from [~abhib4]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=cc629d7 ]

ATLAS-2778: UI: Enhance advanced search (DSL) by adding _CLASSIFIED and 
_NOT_CLASSIFIED keyword in classification search

Signed-off-by: Sarath Subramanian 


> UI: Enhance advanced search (DSL) by adding  _CLASSIFIED and _NOT_CLASSIFIED 
> keyword in classification search
> -
>
> Key: ATLAS-2778
> URL: https://issues.apache.org/jira/browse/ATLAS-2778
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Affects Versions: 1.1.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2778.patch
>
>




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


Build failed in Jenkins: PreCommit-ATLAS-Build-Test #505-branch-1.0-ATLAS-2772-2.patch

2018-07-05 Thread Apache Jenkins Server
See 


Changes:

[ssubramanian] ATLAS-2777: Enhance advanced search (DSL) to support 
classification

--
[...truncated 183.38 KB...]
Running org.apache.atlas.repository.migration.RelationshipCacheGeneratorTest
Running 
org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateSoftDeleteV2Test
Running org.apache.atlas.repository.impexp.ImportServiceTest
Running org.apache.atlas.repository.impexp.TypeAttributeDifferenceTest
Running org.apache.atlas.repository.impexp.ExportServiceTest
Running org.apache.atlas.repository.migration.ComplexAttributesTest
Running org.apache.atlas.repository.impexp.UniqueListTest
Running org.apache.atlas.repository.impexp.ImportTransformerJSONTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.88 sec - in 
org.apache.atlas.repository.store.graph.v2.AtlasRelationshipStoreV2Test
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.164 sec - in 
org.apache.atlas.repository.store.graph.v2.InverseReferenceUpdateV2Test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.939 sec - in 
org.apache.atlas.repository.audit.InMemoryAuditRepositoryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.827 sec - in 
org.apache.atlas.repository.impexp.ImportTransformerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.114 sec - in 
org.apache.atlas.repository.impexp.UniqueListTest
Running org.apache.atlas.repository.impexp.AtlasImportRequestTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.672 sec - in 
org.apache.atlas.repository.migration.TypesDefScrubberTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.489 sec - in 
org.apache.atlas.repository.store.graph.v2.AtlasEntityStoreV2BulkImportPercentTest
Running org.apache.atlas.repository.tagpropagation.ClassificationPropagationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.084 sec - in 
org.apache.atlas.repository.migration.MigrationProgressServiceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.494 sec - in 
org.apache.atlas.repository.impexp.ImportTransformsTest
Running org.apache.atlas.repository.impexp.ZipSinkTest
Running org.apache.atlas.services.MetricsServiceTest
Running org.apache.atlas.query.DSLParsingTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 7.441 sec - in 
org.apache.atlas.repository.audit.CassandraAuditRepositoryTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.617 sec - in 
org.apache.atlas.repository.impexp.TypeAttributeDifferenceTest
Running org.apache.atlas.query.GremlinQueryComposerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.779 sec - in 
org.apache.atlas.repository.impexp.ImportTransformerJSONTest
Running org.apache.atlas.query.DSLQueriesTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.53 sec - in 
org.apache.atlas.repository.impexp.ZipSourceTest
Running org.apache.atlas.glossary.GlossaryServiceTest
Running org.apache.atlas.glossary.PaginationHelperTest
Running org.apache.atlas.TestModules
Running org.apache.atlas.utils.TestResourceFileUtils
Running org.apache.atlas.utils.ObjectUpdateSynchronizerTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.62 sec - in 
org.apache.atlas.TestModules
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.848 sec - in 
org.apache.atlas.repository.impexp.AtlasImportRequestTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.283 sec - in 
org.apache.atlas.glossary.PaginationHelperTest
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.519 sec - in 
org.apache.atlas.utils.TestResourceFileUtils
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.718 sec - in 
org.apache.atlas.repository.impexp.ZipSinkTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.36 sec - in 
org.apache.atlas.query.DSLParsingTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.302 sec - in 
org.apache.atlas.utils.ObjectUpdateSynchronizerTest
Tests run: 3, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: 10.246 sec <<< 
FAILURE! - in org.apache.atlas.services.MetricsServiceTest
init(org.apache.atlas.services.MetricsServiceTest)  Time elapsed: 10.119 sec  
<<< FAILURE!
java.lang.ExceptionInInitializerError: null
at 
org.apache.solr.cloud.MiniSolrCloudCluster.checkForExceptions(MiniSolrCloudCluster.java:507)
at 
org.apache.solr.cloud.MiniSolrCloudCluster.(MiniSolrCloudCluster.java:251)
at 
org.apache.solr.cloud.MiniSolrCloudCluster.(MiniSolrCloudCluster.java:195)
at 
org.apache.solr.cloud.MiniSolrCloudCluster.(MiniSolrCloudCluster.java:179)
at 
org.apache.solr.cloud.MiniSolrCloudCluster.(MiniSolrCloudCluster.java:160)
at 

Re: Review Request 67831: ATLAS-2777: Enhance advanced search (DSL) to support classification search on _CLASSIFIED or _NOT_CLASSIFIED keyword

2018-07-05 Thread Ashutosh Mestry

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



Can you please add unit test(s) to cover this case?

- Ashutosh Mestry


On July 5, 2018, 6:43 a.m., Sarath Subramanian wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67831/
> ---
> 
> (Updated July 5, 2018, 6:43 a.m.)
> 
> 
> Review request for atlas, Apoorv Naik, Ashutosh Mestry, Madhan Neethiraj, and 
> Nixon Rodrigues.
> 
> 
> Bugs: ATLAS-2777
> https://issues.apache.org/jira/browse/ATLAS-2777
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> ATLAS-2775 introduced keywords - CLASSIFIED and NOT_CLASSIFIED on basic 
> search to search on entities with ANY classifications or NO classifications.
> 
> This JIRA supports the same keywords in advanced search (DSL).
> 
> 
> Diffs
> -
> 
>   repository/src/main/java/org/apache/atlas/query/GremlinClause.java 
> 454b3434c 
>   repository/src/main/java/org/apache/atlas/query/GremlinQueryComposer.java 
> 9ad9a6e41 
>   repository/src/main/java/org/apache/atlas/query/RegistryBasedLookup.java 
> 78ab206d3 
> 
> 
> Diff: https://reviews.apache.org/r/67831/diff/1/
> 
> 
> Testing
> ---
> 
> Manually tested in Advaced search the following DSL queries:
> `_CLASSIFIED`, '_CLASSIFIED'
> `_NOT_CLASSIFIED`, 'NOT__CLASSIFIED'
> hive_table isa _CLASSIFIED
> hive_column isa NOT_CLASSIFIED
> 
> 
> Precommit: 
> https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/504/console
> 
> 
> Thanks,
> 
> Sarath Subramanian
> 
>



[jira] [Commented] (ATLAS-2777) Enhance advanced search (DSL) to support classification search on _CLASSIFIED or _NOT_CLASSIFIED keyword

2018-07-05 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2777:


Commit 8a8f4c26b0fb25a803d1d496fe89468545ce19f0 in atlas's branch 
refs/heads/branch-1.0 from [~sarath.ku...@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=8a8f4c2 ]

ATLAS-2777: Enhance advanced search (DSL) to support classification search on 
_CLASSIFIED or _NOT_CLASSIFIED keyword

(cherry picked from commit 9d4678e41502c23abb3ad1d5e2cd0c9760679034)


> Enhance advanced search (DSL) to support classification search on _CLASSIFIED 
> or _NOT_CLASSIFIED keyword
> 
>
> Key: ATLAS-2777
> URL: https://issues.apache.org/jira/browse/ATLAS-2777
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 1.1.0
>Reporter: Sarath Subramanian
>Assignee: Sarath Subramanian
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: 
> 0001-ATLAS-2777-Enhance-advanced-search-DSL-to-support-cl.patch
>
>
> ATLAS-2775 introduced keywords - _CLASSIFIED and __NOT__CLASSIFIED on basic 
> search to search on entities with ANY classifications or NO classifications.
> This JIRA supports the same keywords in advanced search (DSL).
> e.g:
>  * `_CLASSIFIED`, 
>  * `_NOT_CLASSIFIED`
>  * hive_table isa _CLASSIFIED
>  * hive_column isa _NOT__CLASSIFIED



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


[jira] [Commented] (ATLAS-2777) Enhance advanced search (DSL) to support classification search on _CLASSIFIED or _NOT_CLASSIFIED keyword

2018-07-05 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on ATLAS-2777:


Commit 9d4678e41502c23abb3ad1d5e2cd0c9760679034 in atlas's branch 
refs/heads/master from [~sarath.ku...@gmail.com]
[ https://git-wip-us.apache.org/repos/asf?p=atlas.git;h=9d4678e ]

ATLAS-2777: Enhance advanced search (DSL) to support classification search on 
_CLASSIFIED or _NOT_CLASSIFIED keyword


> Enhance advanced search (DSL) to support classification search on _CLASSIFIED 
> or _NOT_CLASSIFIED keyword
> 
>
> Key: ATLAS-2777
> URL: https://issues.apache.org/jira/browse/ATLAS-2777
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 1.1.0
>Reporter: Sarath Subramanian
>Assignee: Sarath Subramanian
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: 
> 0001-ATLAS-2777-Enhance-advanced-search-DSL-to-support-cl.patch
>
>
> ATLAS-2775 introduced keywords - _CLASSIFIED and __NOT__CLASSIFIED on basic 
> search to search on entities with ANY classifications or NO classifications.
> This JIRA supports the same keywords in advanced search (DSL).
> e.g:
>  * `_CLASSIFIED`, 
>  * `_NOT_CLASSIFIED`
>  * hive_table isa _CLASSIFIED
>  * hive_column isa _NOT__CLASSIFIED



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


[jira] [Updated] (ATLAS-2778) UI: Enhance advanced search (DSL) by adding _CLASSIFIED and _NOT_CLASSIFIED keyword in classification search

2018-07-05 Thread Abhishek Kadam (JIRA)


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

Abhishek Kadam updated ATLAS-2778:
--
Attachment: ATLAS-2778.patch

> UI: Enhance advanced search (DSL) by adding  _CLASSIFIED and _NOT_CLASSIFIED 
> keyword in classification search
> -
>
> Key: ATLAS-2778
> URL: https://issues.apache.org/jira/browse/ATLAS-2778
> Project: Atlas
>  Issue Type: Bug
>  Components: atlas-webui
>Affects Versions: 1.1.0
>Reporter: Abhishek Kadam
>Assignee: Abhishek Kadam
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: ATLAS-2778.patch
>
>




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


[jira] [Created] (ATLAS-2778) UI: Enhance advanced search (DSL) by adding _CLASSIFIED and _NOT_CLASSIFIED keyword in classification search

2018-07-05 Thread Abhishek Kadam (JIRA)
Abhishek Kadam created ATLAS-2778:
-

 Summary: UI: Enhance advanced search (DSL) by adding  _CLASSIFIED 
and _NOT_CLASSIFIED keyword in classification search
 Key: ATLAS-2778
 URL: https://issues.apache.org/jira/browse/ATLAS-2778
 Project: Atlas
  Issue Type: Bug
  Components: atlas-webui
Affects Versions: 1.1.0
Reporter: Abhishek Kadam
Assignee: Abhishek Kadam
 Fix For: 1.1.0






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


Jenkins build is back to normal : PreCommit-ATLAS-Build-Test #504-master-0001-ATLAS-2777-Enhance-advanced-search-DSL-to-support-cl.patch

2018-07-05 Thread Apache Jenkins Server
See 




Re: Review Request 67831: ATLAS-2777: Enhance advanced search (DSL) to support classification search on _CLASSIFIED or _NOT_CLASSIFIED keyword

2018-07-05 Thread Madhan Neethiraj

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


Ship it!




Ship It!

- Madhan Neethiraj


On July 5, 2018, 6:43 a.m., Sarath Subramanian wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/67831/
> ---
> 
> (Updated July 5, 2018, 6:43 a.m.)
> 
> 
> Review request for atlas, Apoorv Naik, Ashutosh Mestry, Madhan Neethiraj, and 
> Nixon Rodrigues.
> 
> 
> Bugs: ATLAS-2777
> https://issues.apache.org/jira/browse/ATLAS-2777
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> ATLAS-2775 introduced keywords - CLASSIFIED and NOT_CLASSIFIED on basic 
> search to search on entities with ANY classifications or NO classifications.
> 
> This JIRA supports the same keywords in advanced search (DSL).
> 
> 
> Diffs
> -
> 
>   repository/src/main/java/org/apache/atlas/query/GremlinClause.java 
> 454b3434c 
>   repository/src/main/java/org/apache/atlas/query/GremlinQueryComposer.java 
> 9ad9a6e41 
>   repository/src/main/java/org/apache/atlas/query/RegistryBasedLookup.java 
> 78ab206d3 
> 
> 
> Diff: https://reviews.apache.org/r/67831/diff/1/
> 
> 
> Testing
> ---
> 
> Manually tested in Advaced search the following DSL queries:
> `_CLASSIFIED`, '_CLASSIFIED'
> `_NOT_CLASSIFIED`, 'NOT__CLASSIFIED'
> hive_table isa _CLASSIFIED
> hive_column isa NOT_CLASSIFIED
> 
> 
> Precommit: 
> https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/504/console
> 
> 
> Thanks,
> 
> Sarath Subramanian
> 
>



[jira] [Updated] (ATLAS-2777) Enhance advanced search (DSL) to support classification search on _CLASSIFIED or _NOT_CLASSIFIED keyword

2018-07-05 Thread Sarath Subramanian (JIRA)


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

Sarath Subramanian updated ATLAS-2777:
--
Attachment: 0001-ATLAS-2777-Enhance-advanced-search-DSL-to-support-cl.patch

> Enhance advanced search (DSL) to support classification search on _CLASSIFIED 
> or _NOT_CLASSIFIED keyword
> 
>
> Key: ATLAS-2777
> URL: https://issues.apache.org/jira/browse/ATLAS-2777
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: 1.1.0
>Reporter: Sarath Subramanian
>Assignee: Sarath Subramanian
>Priority: Major
> Fix For: 1.1.0
>
> Attachments: 
> 0001-ATLAS-2777-Enhance-advanced-search-DSL-to-support-cl.patch
>
>
> ATLAS-2775 introduced keywords - _CLASSIFIED and __NOT__CLASSIFIED on basic 
> search to search on entities with ANY classifications or NO classifications.
> This JIRA supports the same keywords in advanced search (DSL).
> e.g:
>  * `_CLASSIFIED`, 
>  * `_NOT_CLASSIFIED`
>  * hive_table isa _CLASSIFIED
>  * hive_column isa _NOT__CLASSIFIED



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


Review Request 67831: ATLAS-2777: Enhance advanced search (DSL) to support classification search on _CLASSIFIED or _NOT_CLASSIFIED keyword

2018-07-05 Thread Sarath Subramanian

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

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


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


Repository: atlas


Description
---

ATLAS-2775 introduced keywords - CLASSIFIED and NOT_CLASSIFIED on basic search 
to search on entities with ANY classifications or NO classifications.

This JIRA supports the same keywords in advanced search (DSL).


Diffs
-

  repository/src/main/java/org/apache/atlas/query/GremlinClause.java 454b3434c 
  repository/src/main/java/org/apache/atlas/query/GremlinQueryComposer.java 
9ad9a6e41 
  repository/src/main/java/org/apache/atlas/query/RegistryBasedLookup.java 
78ab206d3 


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


Testing
---

Manually tested in Advaced search the following DSL queries:
`_CLASSIFIED`, '_CLASSIFIED'
`_NOT_CLASSIFIED`, 'NOT__CLASSIFIED'
hive_table isa _CLASSIFIED
hive_column isa NOT_CLASSIFIED


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


Thanks,

Sarath Subramanian



[jira] [Created] (ATLAS-2777) Enhance advanced search (DSL) to support classification search on _CLASSIFIED or _NOT_CLASSIFIED keyword

2018-07-05 Thread Sarath Subramanian (JIRA)
Sarath Subramanian created ATLAS-2777:
-

 Summary: Enhance advanced search (DSL) to support classification 
search on _CLASSIFIED or _NOT_CLASSIFIED keyword
 Key: ATLAS-2777
 URL: https://issues.apache.org/jira/browse/ATLAS-2777
 Project: Atlas
  Issue Type: Improvement
  Components:  atlas-core
Affects Versions: 1.1.0
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
 Fix For: 1.1.0


ATLAS-2775 introduced keywords - _CLASSIFIED and __NOT__CLASSIFIED on basic 
search to search on entities with ANY classifications or NO classifications.

This JIRA supports the same keywords in advanced search (DSL).

e.g:
 * `_CLASSIFIED`, 
 * `_NOT_CLASSIFIED`
 * hive_table isa _CLASSIFIED
 * hive_column isa _NOT__CLASSIFIED



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