[jira] [Commented] (ATLAS-311) UI: Local storage for traits - caching [not cleared on refresh] To be cleared on time lapse for 1hr.

2016-01-19 Thread Hemanth Yamijala (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106588#comment-15106588 ] Hemanth Yamijala commented on ATLAS-311: Functionality looks OK to me and the review comments are

Re: Does Atlas really support Gremlin queries?

2016-01-19 Thread Seetharam Venkatesh
I added Gremlin and Rexster APIs as an experiment and mostly for testing instead of pointing Titan to the DB instance outside. I should have annotated them as LimitedPrivate to avoid confusion. If you notice, Gremlin is a pass-through today and we did not intend to support it in the long run.

Re: Does Atlas really support Gremlin queries?

2016-01-19 Thread Dmitry Vasilenko
Thanks a lot, looking forward to the Atlas DSL API that has support for ORDER BY and LIMIT. In the mean time here is the sample of the Gremlin query we have to use: g.V().and( _().has('__typeName', T.eq, 'X'), _().or( _().has('__traitNames',

Re: Atlas & Storage back-ends

2016-01-19 Thread Seetharam Venkatesh
Nigel, Since most of the active contributors are very familiar with HBase, we have tested it with HBase and documented the steps in the wiki. We have run any formal performance but we know HBase scales. OTOH, if anyone from the community is willing to test Cassandra, we definitely would love to

Re: Does Atlas really support Gremlin queries?

2016-01-19 Thread Dmitry Vasilenko
We tested this query (using the real names and values) directly with Atlas using http://localhost:21000/api/atlas/discovery/search/gremlin?query=. and the returned JSON result was what we expected. So the current plan is to stick with Gremlin for our needs and switch to a new DSL when

[jira] [Commented] (ATLAS-446) IndexWriter.updateDocument on FSDirectory does not work Ver.5.4.0

2016-01-19 Thread uygar yuzsuren (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15107226#comment-15107226 ] uygar yuzsuren commented on ATLAS-446: -- I try to create a simple index and then update documents (with

[jira] [Commented] (ATLAS-396) Creating an entity with non-existing type results in "Unable to deserialize json" error

2016-01-19 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15108000#comment-15108000 ] Shwetha G S commented on ATLAS-396: --- [~dkantor], I have added [~guptaneeru] as contributor and have

[jira] [Updated] (ATLAS-396) Creating an entity with non-existing type results in "Unable to deserialize json" error

2016-01-19 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-396: -- Assignee: Neeru Gupta > Creating an entity with non-existing type results in "Unable to deserialize >

[jira] [Updated] (ATLAS-106) Store createTimestamp and modified timestamp separately for an entity

2016-01-19 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-106: -- Attachment: ATLAS-106-v8.patch Attaching the patch from reviewboard > Store createTimestamp and

[jira] [Resolved] (ATLAS-446) IndexWriter.updateDocument on FSDirectory does not work Ver.5.4.0

2016-01-19 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S resolved ATLAS-446. --- Resolution: Invalid Doesn't look like the issue belongs to Atlas project > IndexWriter.updateDocument

Re: v0.6 on HDP 2.3.2 sandbox

2016-01-19 Thread Shwetha Shivalingamurthy
http://dev.hortonworks.com.s3.amazonaws.com/HDPDocuments/Ambari-2.2.0.0/bk_ ambari_reference_guide/content/ch_integrating_atlas.html has the instructions on setting up 0.6 Atlas with Ambari Regards, Shwetha On 20/01/16 2:26 am, "Herman Yu" wrote: >Hi everyone, >

[jira] [Updated] (ATLAS-181) Integrate storm topology metadata into Atlas

2016-01-19 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-181: -- Attachment: ATLAS-181-2.patch Attaching the latest patch from reviewboard > Integrate storm topology

[jira] [Commented] (ATLAS-311) UI: Local storage for traits - caching [not cleared on refresh] To be cleared on time lapse for 1hr.

2016-01-19 Thread Anilsg (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106654#comment-15106654 ] Anilsg commented on ATLAS-311: -- ATLAS-318 will be addressed for entire application level, the code is ready.

[jira] [Comment Edited] (ATLAS-396) Creating an entity with non-existing type results in "Unable to deserialize json" error

2016-01-19 Thread David Kantor (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106949#comment-15106949 ] David Kantor edited comment on ATLAS-396 at 1/19/16 4:38 PM: - [~shwethags] A

[jira] [Commented] (ATLAS-396) Creating an entity with non-existing type results in "Unable to deserialize json" error

2016-01-19 Thread David Kantor (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15106949#comment-15106949 ] David Kantor commented on ATLAS-396: [~shwethags] A member of our team would like to start working on