[jira] [Updated] (ATLAS-30) GraphBackedSearchIndexer.testSearchByDSLQueries and GraphRepoMapperScaleTest.testSearchIndex should assert on number of results per query

2015-06-22 Thread Suma Shivaprasad (JIRA)

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

Suma Shivaprasad updated ATLAS-30:
--
Summary: GraphBackedSearchIndexer.testSearchByDSLQueries and 
GraphRepoMapperScaleTest.testSearchIndex should assert on number of results per 
query  (was: GraphBackedSearchIndexer.testSearchByDSLQueries should assert on 
number of results per query)

> GraphBackedSearchIndexer.testSearchByDSLQueries and 
> GraphRepoMapperScaleTest.testSearchIndex should assert on number of results 
> per query
> -
>
> Key: ATLAS-30
> URL: https://issues.apache.org/jira/browse/ATLAS-30
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.5-incubating
>Reporter: Suma Shivaprasad
>
> Currently , the tests are accepting only the input query in the dataprovider, 
> they should accept both input query and expected number of rows. 
> Also all the queries running are returning query 0 rows. This needs to be 
> investigated and fixed.
> query [from DB] returned [0] rows
> query [DB] returned [0] rows
> query [DB where DB.name="Reporting"] returned [0] rows
> query [DB DB.name = "Reporting"] returned [0] rows
> query [DB where DB.name="Reporting" select name, owner] returned [0] rows
> query [DB has name] returned [0] rows
> query [DB, Table] returned [0] rows
> query [DB is JdbcAccess] returned [0] rows
> query [from Table] returned [0] rows
> query [Table] returned [0] rows
> query [Table is Dimension] returned [0] rows
> query [Column where Column isa PII] returned [0] rows
> query [View is Dimension] returned [0] rows
> query [Column select Column.name] returned [0] rows
> query [Column select name] returned [0] rows
> query [Column where Column.name="customer_id"] returned [0] rows
> query [from Table select Table.name] returned [0] rows
> query [DB where (name = "Reporting")] returned [0] rows
> query [DB where (name = "Reporting") select name as _col_0, owner as _col_1] 
> returned [0] rows
> query [DB where DB is JdbcAccess] returned [0] rows
> query [DB where DB has name] returned [0] rows
> query [DB Table] returned [0] rows
> query [DB where DB has name] returned [0] rows
> query [DB as db1 Table where (db1.name = "Reporting")] returned [0] rows
> query [DB where (name = "Reporting") select name as _col_0, (createTime + 1) 
> as _col_1 ] returned [0] rows
> query [Table where (name = "sales_fact" and created > 
> "2014-01-01T00:00:00.000Z" ) select name as _col_0, created as _col_1 ] 
> returned [0] rows
> query [Table where (name = "sales_fact" and created > 
> "2014-12-11T02:35:58.440Z" ) select name as _col_0, created as _col_1 ] 
> returned [0] rows
> query [Dimension] returned [0] rows
> query [JdbcAccess] returned [0] rows
> query [ETL] returned [0] rows
> query [Metric] returned [0] rows
> query [PII] returned [0] rows
> query [Table LoadProcess outputTable] returned [0] rows
> query [Table loop (LoadProcess outputTable)] returned [0] rows
> query [Table as _loop0 loop (LoadProcess outputTable) withPath] returned [0] 
> rows
> query [Table as src loop (LoadProcess outputTable) as dest select src.name as 
> srcTable, dest.name as destTable withPath] returned [0] rows
> query [Table as t, sd, Column as c where t.name="sales_fact" select c.name as 
> colName, c.dataType as colType] returned [0] rows
> query [Table where name='sales_fact', db where name='Reporting'] returned [0] 
> rows



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-30) GraphBackedSearchIndexer.testSearchByDSLQueries and GraphRepoMapperScaleTest.testSearchIndex should assert on number of results per query

2015-06-22 Thread Shwetha G S (JIRA)

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

Shwetha G S commented on ATLAS-30:
--

also the type returned

> GraphBackedSearchIndexer.testSearchByDSLQueries and 
> GraphRepoMapperScaleTest.testSearchIndex should assert on number of results 
> per query
> -
>
> Key: ATLAS-30
> URL: https://issues.apache.org/jira/browse/ATLAS-30
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.5-incubating
>Reporter: Suma Shivaprasad
>
> Currently , the tests are accepting only the input query in the dataprovider, 
> they should accept both input query and expected number of rows. 
> Also all the queries running are returning query 0 rows. This needs to be 
> investigated and fixed.
> query [from DB] returned [0] rows
> query [DB] returned [0] rows
> query [DB where DB.name="Reporting"] returned [0] rows
> query [DB DB.name = "Reporting"] returned [0] rows
> query [DB where DB.name="Reporting" select name, owner] returned [0] rows
> query [DB has name] returned [0] rows
> query [DB, Table] returned [0] rows
> query [DB is JdbcAccess] returned [0] rows
> query [from Table] returned [0] rows
> query [Table] returned [0] rows
> query [Table is Dimension] returned [0] rows
> query [Column where Column isa PII] returned [0] rows
> query [View is Dimension] returned [0] rows
> query [Column select Column.name] returned [0] rows
> query [Column select name] returned [0] rows
> query [Column where Column.name="customer_id"] returned [0] rows
> query [from Table select Table.name] returned [0] rows
> query [DB where (name = "Reporting")] returned [0] rows
> query [DB where (name = "Reporting") select name as _col_0, owner as _col_1] 
> returned [0] rows
> query [DB where DB is JdbcAccess] returned [0] rows
> query [DB where DB has name] returned [0] rows
> query [DB Table] returned [0] rows
> query [DB where DB has name] returned [0] rows
> query [DB as db1 Table where (db1.name = "Reporting")] returned [0] rows
> query [DB where (name = "Reporting") select name as _col_0, (createTime + 1) 
> as _col_1 ] returned [0] rows
> query [Table where (name = "sales_fact" and created > 
> "2014-01-01T00:00:00.000Z" ) select name as _col_0, created as _col_1 ] 
> returned [0] rows
> query [Table where (name = "sales_fact" and created > 
> "2014-12-11T02:35:58.440Z" ) select name as _col_0, created as _col_1 ] 
> returned [0] rows
> query [Dimension] returned [0] rows
> query [JdbcAccess] returned [0] rows
> query [ETL] returned [0] rows
> query [Metric] returned [0] rows
> query [PII] returned [0] rows
> query [Table LoadProcess outputTable] returned [0] rows
> query [Table loop (LoadProcess outputTable)] returned [0] rows
> query [Table as _loop0 loop (LoadProcess outputTable) withPath] returned [0] 
> rows
> query [Table as src loop (LoadProcess outputTable) as dest select src.name as 
> srcTable, dest.name as destTable withPath] returned [0] rows
> query [Table as t, sd, Column as c where t.name="sales_fact" select c.name as 
> colName, c.dataType as colType] returned [0] rows
> query [Table where name='sales_fact', db where name='Reporting'] returned [0] 
> rows



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-31) ATLAS build fails with clean repo

2015-06-22 Thread Shwetha G S (JIRA)

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

Shwetha G S commented on ATLAS-31:
--

+1

> ATLAS build fails with clean repo
> -
>
> Key: ATLAS-31
> URL: https://issues.apache.org/jira/browse/ATLAS-31
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.5-incubating
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
> Fix For: 0.5-incubating
>
> Attachments: ATLAS-31.patch
>
>
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.3:site (default) on project 
> atlas-docs: SiteToolException: The site descriptor cannot be resolved from 
> the repository: ArtifactResolutionException: Unable to locate site 
> descriptor: Could not transfer artifact org.apache:apache:xml:site_en:13 
> from/to Codehaus repository (http://repository.codehaus.org/): Failed to 
> transfer file: 
> http://repository.codehaus.org/org/apache/apache/13/apache-13-site_en.xml. 
> Return code is: 410 , ReasonPhrase:Gone.
> [ERROR] org.apache:apache:xml:13
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-31) ATLAS build fails with clean repo

2015-06-22 Thread Shwetha G S (JIRA)

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

Shwetha G S updated ATLAS-31:
-
Fix Version/s: (was: 0.5-incubating)
   trunk

> ATLAS build fails with clean repo
> -
>
> Key: ATLAS-31
> URL: https://issues.apache.org/jira/browse/ATLAS-31
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.5-incubating
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
> Fix For: trunk
>
> Attachments: ATLAS-31.patch
>
>
> {noformat}
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-site-plugin:3.3:site (default) on project 
> atlas-docs: SiteToolException: The site descriptor cannot be resolved from 
> the repository: ArtifactResolutionException: Unable to locate site 
> descriptor: Could not transfer artifact org.apache:apache:xml:site_en:13 
> from/to Codehaus repository (http://repository.codehaus.org/): Failed to 
> transfer file: 
> http://repository.codehaus.org/org/apache/apache/13/apache-13-site_en.xml. 
> Return code is: 410 , ReasonPhrase:Gone.
> [ERROR] org.apache:apache:xml:13
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-33) Atlas restart fails

2015-06-22 Thread Shwetha G S (JIRA)

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

Shwetha G S updated ATLAS-33:
-
Attachment: ATLAS-33.patch

> Atlas restart fails
> ---
>
> Key: ATLAS-33
> URL: https://issues.apache.org/jira/browse/ATLAS-33
> Project: Atlas
>  Issue Type: Bug
>Reporter: Shwetha G S
>Assignee: Shwetha G S
> Fix For: trunk
>
> Attachments: ATLAS-33.patch
>
>
> {code}
> 2015-06-20 07:33:19,494 ERROR - [main:] ~ Failed startup of context 
> org.mortbay.jetty.webapp.WebAppContext@5b7cb3e0{/,/var/lib/atlas/server/webapp/atlas}
>  (log:87)
> com.google.inject.CreationException: Unable to create injector, see the 
> following errors:
> 1) Error injecting constructor, java.lang.IllegalArgumentException: 
> Comparison method violates its general contract!
>   at 
> org.apache.atlas.services.DefaultMetadataService.(DefaultMetadataService.java:84)
>   at 
> org.apache.atlas.services.DefaultMetadataService.class(DefaultMetadataService.java:73)
>   while locating org.apache.atlas.services.DefaultMetadataService
>   at 
> org.apache.atlas.RepositoryMetadataModule.configure(RepositoryMetadataModule.java:65)
>   while locating org.apache.atlas.services.MetadataService
> 1 error
> at 
> com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:466)
> at 
> com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:184)
> at 
> com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
> at com.google.inject.Guice.createInjector(Guice.java:96)
> at com.google.inject.Guice.createInjector(Guice.java:73)
> at com.google.inject.Guice.createInjector(Guice.java:62)
> at 
> org.apache.atlas.web.listeners.GuiceServletConfig.getInjector(GuiceServletConfig.java:60)
> at 
> com.google.inject.servlet.GuiceServletContextListener.contextInitialized(GuiceServletContextListener.java:47)
> at 
> org.apache.atlas.web.listeners.GuiceServletConfig.contextInitialized(GuiceServletConfig.java:99)
> at 
> org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
> at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
> at 
> org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
> at 
> org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
> at 
> org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
> at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> at 
> org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
> at org.mortbay.jetty.Server.doStart(Server.java:224)
> at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> at 
> org.apache.atlas.web.service.EmbeddedServer.start(EmbeddedServer.java:79)
> at org.apache.atlas.Main.main(Main.java:83)
> Caused by: java.lang.IllegalArgumentException: Comparison method violates its 
> general contract!
> at java.util.ComparableTimSort.mergeLo(ComparableTimSort.java:714)
> at java.util.ComparableTimSort.mergeAt(ComparableTimSort.java:451)
> at 
> java.util.ComparableTimSort.mergeForceCollapse(ComparableTimSort.java:392)
> at java.util.ComparableTimSort.sort(ComparableTimSort.java:191)
> at java.util.ComparableTimSort.sort(ComparableTimSort.java:146)
> at java.util.Arrays.sort(Arrays.java:472)
> at java.util.Collections.sort(Collections.java:155)
> at 
> org.apache.atlas.typesystem.types.TypeSystem$TransientTypeSystem.step3(TypeSystem.java:507)
> at 
> org.apache.atlas.typesystem.types.TypeSystem$TransientTypeSystem.defineTypes(TypeSystem.java:547)
> at 
> org.apache.atlas.typesystem.types.TypeSystem.defineTypes(TypeSystem.java:249)
> at 
> org.apache.atlas.typesystem.types.TypeSystem.defineTypes(TypeSystem.java:241)
> at 
> org.apache.atlas.services.DefaultMetadataService.restoreTypeSystem(DefaultMetadataService.java:97)
> at 
> org.apache.atlas.services.DefaultMetadataService.(DefaultMetadataService.java:90)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> at 
> com.google.inject.internal.DefaultConstructionProxyFactory$2.newInstance(DefaultConstructionProxyFactory.java:86)
> at 
> com.google.inject.internal.ConstructorInjector.provisi

[jira] [Commented] (ATLAS-33) Atlas restart fails

2015-06-22 Thread Suma Shivaprasad (JIRA)

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

Suma Shivaprasad commented on ATLAS-33:
---

+1

> Atlas restart fails
> ---
>
> Key: ATLAS-33
> URL: https://issues.apache.org/jira/browse/ATLAS-33
> Project: Atlas
>  Issue Type: Bug
>Reporter: Shwetha G S
>Assignee: Shwetha G S
> Fix For: trunk
>
> Attachments: ATLAS-33.patch
>
>
> {code}
> 2015-06-20 07:33:19,494 ERROR - [main:] ~ Failed startup of context 
> org.mortbay.jetty.webapp.WebAppContext@5b7cb3e0{/,/var/lib/atlas/server/webapp/atlas}
>  (log:87)
> com.google.inject.CreationException: Unable to create injector, see the 
> following errors:
> 1) Error injecting constructor, java.lang.IllegalArgumentException: 
> Comparison method violates its general contract!
>   at 
> org.apache.atlas.services.DefaultMetadataService.(DefaultMetadataService.java:84)
>   at 
> org.apache.atlas.services.DefaultMetadataService.class(DefaultMetadataService.java:73)
>   while locating org.apache.atlas.services.DefaultMetadataService
>   at 
> org.apache.atlas.RepositoryMetadataModule.configure(RepositoryMetadataModule.java:65)
>   while locating org.apache.atlas.services.MetadataService
> 1 error
> at 
> com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:466)
> at 
> com.google.inject.internal.InternalInjectorCreator.injectDynamically(InternalInjectorCreator.java:184)
> at 
> com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:110)
> at com.google.inject.Guice.createInjector(Guice.java:96)
> at com.google.inject.Guice.createInjector(Guice.java:73)
> at com.google.inject.Guice.createInjector(Guice.java:62)
> at 
> org.apache.atlas.web.listeners.GuiceServletConfig.getInjector(GuiceServletConfig.java:60)
> at 
> com.google.inject.servlet.GuiceServletContextListener.contextInitialized(GuiceServletContextListener.java:47)
> at 
> org.apache.atlas.web.listeners.GuiceServletConfig.contextInitialized(GuiceServletConfig.java:99)
> at 
> org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:549)
> at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)
> at 
> org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282)
> at 
> org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518)
> at 
> org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499)
> at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> at 
> org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
> at org.mortbay.jetty.Server.doStart(Server.java:224)
> at 
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
> at 
> org.apache.atlas.web.service.EmbeddedServer.start(EmbeddedServer.java:79)
> at org.apache.atlas.Main.main(Main.java:83)
> Caused by: java.lang.IllegalArgumentException: Comparison method violates its 
> general contract!
> at java.util.ComparableTimSort.mergeLo(ComparableTimSort.java:714)
> at java.util.ComparableTimSort.mergeAt(ComparableTimSort.java:451)
> at 
> java.util.ComparableTimSort.mergeForceCollapse(ComparableTimSort.java:392)
> at java.util.ComparableTimSort.sort(ComparableTimSort.java:191)
> at java.util.ComparableTimSort.sort(ComparableTimSort.java:146)
> at java.util.Arrays.sort(Arrays.java:472)
> at java.util.Collections.sort(Collections.java:155)
> at 
> org.apache.atlas.typesystem.types.TypeSystem$TransientTypeSystem.step3(TypeSystem.java:507)
> at 
> org.apache.atlas.typesystem.types.TypeSystem$TransientTypeSystem.defineTypes(TypeSystem.java:547)
> at 
> org.apache.atlas.typesystem.types.TypeSystem.defineTypes(TypeSystem.java:249)
> at 
> org.apache.atlas.typesystem.types.TypeSystem.defineTypes(TypeSystem.java:241)
> at 
> org.apache.atlas.services.DefaultMetadataService.restoreTypeSystem(DefaultMetadataService.java:97)
> at 
> org.apache.atlas.services.DefaultMetadataService.(DefaultMetadataService.java:90)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native 
> Method)
> at 
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> at 
> com.google.inject.internal.DefaultConstructionProxyFactory$2.newInstance(DefaultConstructionProxyFactory.java:86)
> at 
> com.google.inj

[jira] [Updated] (ATLAS-22) QuickStart should use hive data model instead of its own

2015-06-22 Thread Shwetha G S (JIRA)

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

Shwetha G S updated ATLAS-22:
-
Assignee: (was: Shwetha G S)

> QuickStart should use hive data model instead of its own
> 
>
> Key: ATLAS-22
> URL: https://issues.apache.org/jira/browse/ATLAS-22
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.5-incubating
>Reporter: Venkatesh Seetharam
> Fix For: 0.5.1-incubating
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ATLAS-34) JSON asserts should not compare transient values in query results

2015-06-22 Thread Suma Shivaprasad (JIRA)
Suma Shivaprasad created ATLAS-34:
-

 Summary: JSON asserts should not compare transient values in query 
results
 Key: ATLAS-34
 URL: https://issues.apache.org/jira/browse/ATLAS-34
 Project: Atlas
  Issue Type: Bug
Reporter: Suma Shivaprasad


Currently the json validations in query results are validating transient values 
like id etc which makes tests brittle. For eg: GremlinTest, LineageQueryTest 
etc. 

Have fixed part of this in ATLAS-3 for some of the tests. However need to 
update test results for other query tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-34) JSON asserts should not compare transient values in query results

2015-06-22 Thread Suma Shivaprasad (JIRA)

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

Suma Shivaprasad updated ATLAS-34:
--
Description: 
Currently the json validations in query results are validating transient values 
like id etc which makes tests brittle. For eg: GremlinTest, LineageQueryTest 
etc. 

Have fixed part of this in ATLAS-3 for some of the tests by adding a framework 
called JSONAssert and changed LIneageQueryTest to not do "id":  
comparisions. However need to update test results for other query tests.

  was:
Currently the json validations in query results are validating transient values 
like id etc which makes tests brittle. For eg: GremlinTest, LineageQueryTest 
etc. 

Have fixed part of this in ATLAS-3 for some of the tests. However need to 
update test results for other query tests.


> JSON asserts should not compare transient values in query results
> -
>
> Key: ATLAS-34
> URL: https://issues.apache.org/jira/browse/ATLAS-34
> Project: Atlas
>  Issue Type: Bug
>Reporter: Suma Shivaprasad
>
> Currently the json validations in query results are validating transient 
> values like id etc which makes tests brittle. For eg: GremlinTest, 
> LineageQueryTest etc. 
> Have fixed part of this in ATLAS-3 for some of the tests by adding a 
> framework called JSONAssert and changed LIneageQueryTest to not do "id":  
> comparisions. However need to update test results for other query tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-3) Mixed Index creation fails with Date types

2015-06-22 Thread Suma Shivaprasad (JIRA)

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

Suma Shivaprasad updated ATLAS-3:
-
Attachment: ATLAS-3.1.patch

> Mixed Index creation fails with Date types
> --
>
> Key: ATLAS-3
> URL: https://issues.apache.org/jira/browse/ATLAS-3
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.5-incubating, 0.6-incubating
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
> Fix For: 0.6-incubating
>
> Attachments: ATLAS-3.1.patch, ATLAS-3.patch, ATLAS-3.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-3) Mixed Index creation fails with Date types

2015-06-22 Thread Suma Shivaprasad (JIRA)

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

Suma Shivaprasad commented on ATLAS-3:
--

Fixed some date to string conversion in code and uploading new patch

> Mixed Index creation fails with Date types
> --
>
> Key: ATLAS-3
> URL: https://issues.apache.org/jira/browse/ATLAS-3
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.5-incubating, 0.6-incubating
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
> Fix For: 0.6-incubating
>
> Attachments: ATLAS-3.1.patch, ATLAS-3.patch, ATLAS-3.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-3) Mixed Index creation fails with Date types

2015-06-22 Thread Shwetha G S (JIRA)

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

Shwetha G S updated ATLAS-3:

Attachment: ATLAS-3-final.patch

> Mixed Index creation fails with Date types
> --
>
> Key: ATLAS-3
> URL: https://issues.apache.org/jira/browse/ATLAS-3
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.5-incubating, 0.6-incubating
>Reporter: Suma Shivaprasad
>Assignee: Suma Shivaprasad
> Fix For: 0.6-incubating
>
> Attachments: ATLAS-3-final.patch, ATLAS-3.1.patch, ATLAS-3.patch, 
> ATLAS-3.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-25) Jdk8 compatibility of Atlas

2015-06-22 Thread sandeep samudrala (JIRA)

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

sandeep samudrala updated ATLAS-25:
---
Summary: Jdk8 compatibility of Atlas  (was: build fails on java 8 as 
enunciate is not supported with jdk8)

> Jdk8 compatibility of Atlas
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25.patch, ATLAS-25_jdk8.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-25) Jdk8 compatibility of Atlas

2015-06-22 Thread sandeep samudrala (JIRA)

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

sandeep samudrala updated ATLAS-25:
---
Attachment: ATLAS-25-v3.patch

{noformat}
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] apache-atlas ... SUCCESS [  6.800 s]
[INFO] Apache Atlas Typesystem  SUCCESS [ 34.862 s]
[INFO] Apache Atlas Client  SUCCESS [ 54.590 s]
[INFO] Apache Atlas Repository  SUCCESS [02:45 min]
[INFO] Apache Atlas Web Application ... SUCCESS [02:20 min]
[INFO] Apache Atlas Documentation . SUCCESS [01:21 min]
[INFO] Apache Atlas Hive Bridge ... SUCCESS [07:35 min]
[INFO] 
[INFO] BUILD SUCCESS
[INFO] 
[INFO] Total time: 15:40 min
[INFO] Finished at: 2015-06-22T20:42:22+05:30
[INFO] Final Memory: 185M/993M
[INFO] 
{noformat}

> Jdk8 compatibility of Atlas
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25-v3.patch, ATLAS-25.patch, ATLAS-25_jdk8.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-25) Jdk8 compatibility of Atlas

2015-06-22 Thread sandeep samudrala (JIRA)

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

sandeep samudrala commented on ATLAS-25:


For 1) Map data is copied to ImmutableSortedMap and all the test cases are 
accordingly modified to fit in the sorted order.
2) hadoop needs to be upgraded to 
2.7.0(https://issues.apache.org/jira/browse/HADOOP-10786 fixed in 2.7.0) after 
which the tests run fine with hadoop 2.7.0 client.


> Jdk8 compatibility of Atlas
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25-v3.patch, ATLAS-25.patch, ATLAS-25_jdk8.patch
>
>
> 1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
> map.tostring are failing.
> 2) With java 8 kerberos security for keytab has been moved to subject 
> (HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-25) Fix Atlas on Java 8

2015-06-22 Thread sandeep samudrala (JIRA)

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

sandeep samudrala updated ATLAS-25:
---
Summary: Fix Atlas on Java 8  (was: Jdk8 compatibility of Atlas)

> Fix Atlas on Java 8
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25-v3.patch, ATLAS-25.patch, ATLAS-25_jdk8.patch
>
>
> 1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
> map.tostring are failing.
> 2)   a) With java 8 kerberos security for keytab has been moved to subject 
> (HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.
>   b) SecureEmbeddedServerIT fails for authentication which is fixed in 
> HADOOP-10786 client.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-25) Jdk8 compatibility of Atlas

2015-06-22 Thread sandeep samudrala (JIRA)

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

sandeep samudrala updated ATLAS-25:
---
Description: 
1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
map.tostring are failing.
2)   a) With java 8 kerberos security for keytab has been moved to subject 
(HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.
  b) SecureEmbeddedServerIT fails for authentication which is fixed in 
HADOOP-10786 client.

  was:
1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
map.tostring are failing.
2) With java 8 kerberos security for keytab has been moved to subject 
(HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.



> Jdk8 compatibility of Atlas
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25-v3.patch, ATLAS-25.patch, ATLAS-25_jdk8.patch
>
>
> 1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
> map.tostring are failing.
> 2)   a) With java 8 kerberos security for keytab has been moved to subject 
> (HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.
>   b) SecureEmbeddedServerIT fails for authentication which is fixed in 
> HADOOP-10786 client.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-25) Jdk8 compatibility of Atlas

2015-06-22 Thread sandeep samudrala (JIRA)

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

sandeep samudrala updated ATLAS-25:
---
Description: 
1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
map.tostring are failing.
2) With java 8 kerberos security for keytab has been moved to subject 
(HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.


> Jdk8 compatibility of Atlas
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25-v3.patch, ATLAS-25.patch, ATLAS-25_jdk8.patch
>
>
> 1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
> map.tostring are failing.
> 2) With java 8 kerberos security for keytab has been moved to subject 
> (HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-25) Fix Atlas on Java 8

2015-06-22 Thread sandeep samudrala (JIRA)

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

sandeep samudrala updated ATLAS-25:
---
Description: 
1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
map.tostring are failing.
2)   a) With java 8 kerberos security for keytab has been moved to subject 
(HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.
  b) SecureEmbeddedServerIT fails for authentication which is fixed in 
HADOOP-10786 client.
3) Enunciate plugin is not supported with jdk8

  was:
1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
map.tostring are failing.
2)   a) With java 8 kerberos security for keytab has been moved to subject 
(HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.
  b) SecureEmbeddedServerIT fails for authentication which is fixed in 
HADOOP-10786 client.


> Fix Atlas on Java 8
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25-v3.patch, ATLAS-25.patch, ATLAS-25_jdk8.patch
>
>
> 1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
> map.tostring are failing.
> 2)   a) With java 8 kerberos security for keytab has been moved to subject 
> (HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.
>   b) SecureEmbeddedServerIT fails for authentication which is fixed in 
> HADOOP-10786 client.
> 3) Enunciate plugin is not supported with jdk8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ATLAS-25) Fix Atlas on Java 8

2015-06-22 Thread sandeep samudrala (JIRA)

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

sandeep samudrala commented on ATLAS-25:


3) Enunciate plugin is not executed for jdk8 with jdk7 profile only executes it.


> Fix Atlas on Java 8
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25-v3.patch, ATLAS-25.patch, ATLAS-25_jdk8.patch
>
>
> 1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
> map.tostring are failing.
> 2)   a) With java 8 kerberos security for keytab has been moved to subject 
> (HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.
>   b) SecureEmbeddedServerIT fails for authentication which is fixed in 
> HADOOP-10786 client.
> 3) Enunciate plugin is not supported with jdk8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-25) Fix Atlas on Java 8

2015-06-22 Thread sandeep samudrala (JIRA)

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

sandeep samudrala updated ATLAS-25:
---
Attachment: ATLAS-25-v4.patch

removed unused imports

> Fix Atlas on Java 8
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25-v3.patch, ATLAS-25-v4.patch, ATLAS-25.patch, 
> ATLAS-25_jdk8.patch
>
>
> 1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
> map.tostring are failing.
> 2)   a) With java 8 kerberos security for keytab has been moved to subject 
> (HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.
>   b) SecureEmbeddedServerIT fails for authentication which is fixed in 
> HADOOP-10786 client.
> 3) Enunciate plugin is not supported with jdk8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (ATLAS-25) Fix Atlas on Java 8

2015-06-22 Thread sandeep samudrala (JIRA)

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

sandeep samudrala updated ATLAS-25:
---
Attachment: (was: ATLAS-25_jdk8.patch)

> Fix Atlas on Java 8
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25-v3.patch, ATLAS-25-v4.patch, ATLAS-25.patch
>
>
> 1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
> map.tostring are failing.
> 2)   a) With java 8 kerberos security for keytab has been moved to subject 
> (HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.
>   b) SecureEmbeddedServerIT fails for authentication which is fixed in 
> HADOOP-10786 client.
> 3) Enunciate plugin is not supported with jdk8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: Review Request 35645: ATLAS-3 - Mixed Index creation fails with Date types on ElasticSearch index backend

2015-06-22 Thread Suma Shivaprasad

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

(Updated June 22, 2015, 10:34 a.m.)


Review request for atlas.


Changes
---

Had missed changes to convert from Date to long and was doing to String 
instead. Fixed that and also made UTs less brittle by removing traisnet id 
comparisions


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


Repository: atlas


Description
---

ATLAS-3 - Mixed Index creation fails with Date types on ElasticSearch index 
backend


Diffs (updated)
-

  pom.xml 6e7b470 
  repository/pom.xml e885f76 
  
repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedMetadataRepository.java
 dbee992 
  
repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java
 3e6edb6 
  repository/src/main/scala/org/apache/atlas/query/Expressions.scala 7c5c2b5 
  
repository/src/main/scala/org/apache/atlas/query/GraphPersistenceStrategies.scala
 b475407 
  repository/src/main/scala/org/apache/atlas/query/GremlinQuery.scala 914ed7a 
  
repository/src/test/java/org/apache/atlas/discovery/GraphBackedDiscoveryServiceTest.java
 fc07010 
  
repository/src/test/java/org/apache/atlas/repository/graph/GraphRepoMapperScaleTest.java
 01b7480 
  repository/src/test/scala/org/apache/atlas/query/GremlinTest.scala aa41313 
  repository/src/test/scala/org/apache/atlas/query/HiveTitanSample.scala 
71cbad3 
  repository/src/test/scala/org/apache/atlas/query/LineageQueryTest.scala 
58f3d98 
  repository/src/test/scala/org/apache/atlas/query/QueryTestsUtils.scala 
d79758a 
  typesystem/src/main/java/org/apache/atlas/typesystem/types/TypeSystem.java 
0d0c783 

Diff: https://reviews.apache.org/r/35645/diff/


Testing
---

Added 2 tests abd verified that mixed index is getting picked up


Thanks,

Suma Shivaprasad



Re: Review Request 35645: ATLAS-3 - Mixed Index creation fails with Date types on ElasticSearch index backend

2015-06-22 Thread Shwetha GS

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

Ship it!


Ship It!

- Shwetha GS


On June 19, 2015, 2:59 p.m., Suma Shivaprasad wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/35645/
> ---
> 
> (Updated June 19, 2015, 2:59 p.m.)
> 
> 
> Review request for atlas.
> 
> 
> Bugs: ATLAS-3
> https://issues.apache.org/jira/browse/ATLAS-3
> 
> 
> Repository: atlas
> 
> 
> Description
> ---
> 
> ATLAS-3 - Mixed Index creation fails with Date types on ElasticSearch index 
> backend
> 
> 
> Diffs
> -
> 
>   pom.xml 6e7b470 
>   repository/pom.xml e885f76 
>   
> repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedMetadataRepository.java
>  dbee992 
>   
> repository/src/main/java/org/apache/atlas/repository/graph/GraphBackedSearchIndexer.java
>  3e6edb6 
>   repository/src/main/scala/org/apache/atlas/query/Expressions.scala 7c5c2b5 
>   
> repository/src/main/scala/org/apache/atlas/query/GraphPersistenceStrategies.scala
>  b475407 
>   repository/src/main/scala/org/apache/atlas/query/GremlinQuery.scala 914ed7a 
>   
> repository/src/test/java/org/apache/atlas/discovery/GraphBackedDiscoveryServiceTest.java
>  fc07010 
>   
> repository/src/test/java/org/apache/atlas/repository/graph/GraphRepoMapperScaleTest.java
>  01b7480 
>   repository/src/test/scala/org/apache/atlas/query/GremlinTest.scala aa41313 
>   repository/src/test/scala/org/apache/atlas/query/HiveTitanSample.scala 
> 71cbad3 
>   repository/src/test/scala/org/apache/atlas/query/LineageQueryTest.scala 
> 58f3d98 
>   repository/src/test/scala/org/apache/atlas/query/QueryTestsUtils.scala 
> d79758a 
>   typesystem/src/main/java/org/apache/atlas/typesystem/types/TypeSystem.java 
> 0d0c783 
> 
> Diff: https://reviews.apache.org/r/35645/diff/
> 
> 
> Testing
> ---
> 
> Added 2 tests abd verified that mixed index is getting picked up
> 
> 
> Thanks,
> 
> Suma Shivaprasad
> 
>



Re: [VOTE] Release Apache Atlas version 0.5-incubating

2015-06-22 Thread Jakob Homan
+1 (binding).
sigs/sha/md5 look good.  Headers look good.  NOTICE looks good.
-Jakob


On 19 June 2015 at 10:23, Arun C Murthy  wrote:
> +1 (binding)
>
> Arun
>
> On Jun 19, 2015, at 9:05 AM, Jon Maron  wrote:
>
>> +1
>>
>> downloaded, verified check sums, full build and verify
>>
>> — Jon
>>
>>> On Jun 17, 2015, at 4:22 PM, Seetharam Venkatesh  
>>> wrote:
>>>
>>> Hi Folks,
>>>
>>> I have created a build for Apache Atlas 0.5-incubating, release candidate
>>> 0. Thanks to everyone who have contributed to this release and also tested
>>> this.
>>>
>>> The source tarball (*.tar.gz), signature (*.asc), checksum (*.md5, *.sha):
>>> https://dist.apache.org/repos/dist/dev/incubator/atlas/0.5.0-incubating-rc0
>>>
>>> The SHA1 checksum of the archive is ab21ce037e488a8e5b8986353adb853dc515abd4
>>>
>>> The commit id (318abdacd4c4d17a3d613c1cda04a58194042715) to be voted upon:
>>> https://git-wip-us.apache.org/repos/asf?p=incubator-atlas.git;a=commit;h=318abdacd4c4d17a3d613c1cda04a58194042715
>>>
>>> The tag to be voted upon:
>>> https://git-wip-us.apache.org/repos/asf?p=incubator-atlas.git;a=tag;h=refs/tags/release-0.5-rc0
>>>
>>> The list of fixed issues:
>>> https://git-wip-us.apache.org/repos/asf?p=incubator-atlas.git;a=blob;f=release-log.txt;h=df92e95d408469b2bea5b988fb9be3de802b9f2b;hb=318abdacd4c4d17a3d613c1cda04a58194042715
>>>
>>> Keys to verify the signature of the release artifact are available at:
>>> http://www.apache.org/dist/incubator/atlas/KEYS
>>> PGP release keys:
>>> http://pgp.mit.edu/pks/lookup?op=vindex&search=0x1B16738C42C7A5EA
>>>
>>> Note that this is a source only release and we are voting on the source
>>> (release-0.5-incubating-rc0 / Commit:
>>> 318abdacd4c4d17a3d613c1cda04a58194042715 / SHA:
>>> ab21ce037e488a8e5b8986353adb853dc515abd4).
>>>
>>> Please download, test, and try it out.
>>>
>>> Vote will be open for at least 72 hours (until the required number of IPMC
>>> votes are obtained).
>>>
>>> [ ] +1 approve
>>> [ ] +0 no opinion
>>> [ ] -1 disapprove (and reason why)
>>>
>>> +1 from my side for the release.
>>>
>>> For folks not familiar with vetting a release, please refer to
>>> http://incubator.apache.org/guides/releasemanagement.html#check-list
>>>
>>> Regards,
>>> Venkatesh
>>
>


[jira] [Commented] (ATLAS-25) Fix Atlas on Java 8

2015-06-22 Thread Shwetha G S (JIRA)

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

Shwetha G S commented on ATLAS-25:
--

+1

> Fix Atlas on Java 8
> ---
>
> Key: ATLAS-25
> URL: https://issues.apache.org/jira/browse/ATLAS-25
> Project: Atlas
>  Issue Type: Bug
>Reporter: sandeep samudrala
>Assignee: sandeep samudrala
>Priority: Minor
> Attachments: ATLAS-25-v3.patch, ATLAS-25-v4.patch, ATLAS-25.patch
>
>
> 1) Hashing /indexing in Map is changed in java 8 and so unit tests doing 
> map.tostring are failing.
> 2)   a) With java 8 kerberos security for keytab has been moved to subject 
> (HADOOP-10786) and there by UserGroupInformation.isLoginKeytabBased() fails.
>   b) SecureEmbeddedServerIT fails for authentication which is fixed in 
> HADOOP-10786 client.
> 3) Enunciate plugin is not supported with jdk8



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)