Re: Total number of results in search results (total count)

2019-05-08 Thread Apoorv Naik
, there's no better way of doing it as of now. *Apoorv Naik* On Wed, May 8, 2019 at 12:47 PM Verdan Mahmood wrote: > Repost: any help or suggestions? > > Best, > *Verdan Mahmood* > (+31) 655 576 560 > > > -- Forwarded message - > From: Verdan Mahmood > Dat

Re: Start with/Ends with/contains Elastic search queries in atlas with IDX_QRY_OFFENDING_CHARS.

2019-04-22 Thread Apoorv Naik
should be able to assist you in a better way. On Mon, Apr 22, 2019 at 9:18 AM Apoorv Naik wrote: > AFAIK, the current implementation of the search is tuned for Solr. For > Elastic search, you'll have to make some adjustments. I think the query > provider logic is pluggable and configu

Re: Start with/Ends with/contains Elastic search queries in atlas with IDX_QRY_OFFENDING_CHARS.

2019-04-22 Thread Apoorv Naik
AFAIK, the current implementation of the search is tuned for Solr. For Elastic search, you'll have to make some adjustments. I think the query provider logic is pluggable and configurable, so if you create a ES specific provider and configure Atlas to use that, this problem can be fixed. On Mon,

Re: Special characters attribute filter search behaviour

2019-04-22 Thread Apoorv Naik
Hi Sreenivasulu, The reasoning behind this code block is as follows. The solr schema for JanusGraph is configured with a StandardTokenizer and this cause the index to be created in a way that any index query with special characters gets tokenized into smaller chunks and gives back wrong results.

Re: Apache atlas scaling question

2018-11-20 Thread Apoorv Naik
As of now only ONE instance can be active at a time. Atlas does not have the capability to concurrently talk to same JanusGraph across different instances. In this ACTIVE-PASSIVE setup the REST calls will get directed to the active instance. Hope this helps. *Apoorv Naik* On Tue, Nov 20, 2018

Re: RE: Need Help!!! Atlas Installation Error

2018-11-02 Thread Apoorv Naik
Not that I know of. *Apoorv Naik* On Fri, Nov 2, 2018 at 9:42 AM Mahender Shankesi < mahender.x.shank...@gsk.com> wrote: > Apoorv/Dev Team, > > > > We are facing challenges on install Atlas on HDinsight cluster, did anyone > able to install it earlier on

Re: Review Request 69120: Code and plugin changes to ensure correct REST docs are generated

2018-10-24 Thread Apoorv Naik
up adding "@Consumes(json)" to all APIs - even the > > ones that don't need any body. > > > > Would this cause failure if REST client doesn't specify "Content-Type: > > application/json"? Please verify. > > Apoorv Naik wrote: >

Re: RE: Need Help!!! Atlas Installation Error

2018-10-24 Thread Apoorv Naik
There are a bunch of models that get loaded during the startup process. typically the files will follow **_model.json *pattern. *https://github.com/apache/atlas/tree/master/addons/models <https://github.com/apache/atlas/tree/master/addons/models>* *Apoorv Naik* On Wed, Oct 24, 2018 at

Re: Review Request 69133: ATLAS-2934: utility to detect and repair incorrect entity state

2018-10-23 Thread Apoorv Naik
ore/graph/v1/AtlasEntityStoreV1.java Lines 872 (patched) <https://reviews.apache.org/r/69133/#comment294594> Can't we get the EntityGraphRetriever object using injection at class level ? Here for each guid a new object gets created. - Apoorv Naik On Oct. 24, 2018, 1:25 a.m., Madh

[jira] [Updated] (ATLAS-2932) Update DSL to use Java Traversal API

2018-10-23 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2932: --- Attachment: 0002-ATLAS-2932-Update-DSL-to-use-Tinkerpop-Java-APIs-ins.patch > Update DSL to use J

Review Request 69131: ATLAS-2932: Update DSL to use Tinkerpop APIs instead of GremlinScriptEngine

2018-10-23 Thread Apoorv Naik
tests run successfully. Thanks, Apoorv Naik

[jira] [Updated] (ATLAS-2520) Use JanusGraph traversal over gremlin script

2018-10-23 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2520: --- Attachment: (was: 0001-DSL-using-graph-traversal.patch) > Use JanusGraph traversal over grem

[jira] [Updated] (ATLAS-2520) Use JanusGraph traversal over gremlin script

2018-10-23 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2520: --- Attachment: 0001-ATLAS-2520-Introduce-JanusGraphTraversal-to-deprecat.patch > Use JanusGr

[jira] [Created] (ATLAS-2932) Update DSL to use Java Traversal API

2018-10-23 Thread Apoorv Naik (JIRA)
Apoorv Naik created ATLAS-2932: -- Summary: Update DSL to use Java Traversal API Key: ATLAS-2932 URL: https://issues.apache.org/jira/browse/ATLAS-2932 Project: Atlas Issue Type: Bug Affects

Re: Review Request 69120: Code and plugin changes to ensure correct REST docs are generated

2018-10-22 Thread Apoorv Naik
I didn't have any issues. Will check with the Java REST Client as well. - Apoorv --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69120/#review209875 -----

Review Request 69120: Code and plugin changes to ensure correct REST docs are generated

2018-10-22 Thread Apoorv Naik
locally and uploaded the latest website to apache. Thanks, Apoorv Naik

[jira] [Resolved] (ATLAS-2929) Fix netty issues when running with embedded Cassandra

2018-10-21 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-2929. Resolution: Fixed > Fix netty issues when running with embedded Cassan

[jira] [Commented] (ATLAS-2929) Fix netty issues when running with embedded Cassandra

2018-10-21 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16658319#comment-16658319 ] Apoorv Naik commented on ATLAS-2929: Fixes ATLAS-2919 > Fix netty issues when running with embed

[jira] [Created] (ATLAS-2929) Fix netty issues when running with embedded Cassandra

2018-10-21 Thread Apoorv Naik (JIRA)
Apoorv Naik created ATLAS-2929: -- Summary: Fix netty issues when running with embedded Cassandra Key: ATLAS-2929 URL: https://issues.apache.org/jira/browse/ATLAS-2929 Project: Atlas Issue Type

Re: [VOTE] Release Apache Atlas v 0.8.3 - RC0

2018-10-20 Thread Apoorv Naik
+1 for the release Ashutosh. 1. Verified signature 2. Built with embedded hbase and solr profile 3. Basic search and DSL works as expected Thanks for putting in the effort towards this release. *Apoorv Naik* On Sat, Oct 20, 2018 at 11:35 AM Sarath Subramanian wrote: > Thanks Ashut

Re: RE: Need Help!!! Atlas Installation Error

2018-10-19 Thread Apoorv Naik
ime it worked and was able to view through browser. I will get back to you if I have any issues. Do you have any other documentation on Atlas for further study. Mahender *From:* Apoorv Naik *Sent:* Friday, October 19, 2018 2:55 PM *To:* Mahender Shankesi *Cc:* Shankesi Mahender ; Mad

Re: Need Help!!! Atlas Installation Error

2018-10-19 Thread Apoorv Naik
* On Fri, Oct 19, 2018 at 9:19 AM Mahender Shankesi < mahender.x.shank...@gsk.com> wrote: > Apoorv, > > > > Any update on this? > > > > Mahender > > > > *From:* Apoorv Naik > *Sent:* Wednesday, October 17, 2018 12:11 PM > *To:* Mahender Sha

Re: Need Help!!! Atlas Installation Error

2018-10-17 Thread Apoorv Naik
. > > > > Thanks & Regards, > > Mahender > > > > > > > > > > > > On Thu, Oct 11, 2018 at 6:44 PM Shankesi Mahender > wrote: > > Thanks Apoorv. > > > > Mahender > > > > On Thu, Oct 11, 2018 at 4:21 PM Apo

[jira] [Commented] (ATLAS-2924) Use encoded property name in getEncodedProperty() and setEncodedProperty() methods

2018-10-16 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16652379#comment-16652379 ] Apoorv Naik commented on ATLAS-2924: +1 Changes look good. > Use encoded property n

Re: Need Help!!! Atlas Installation Error

2018-10-11 Thread Apoorv Naik
This looks like an issue with the packaging, a wrong version of netty is getting pulled in. I'll try to find the source and update the thread. On Thu, Oct 11, 2018 at 1:10 PM Shankesi Mahender wrote: > Please find attached the application log. Did some more debugging and > found out that

Re: Need Help!!! Atlas Installation Error

2018-10-11 Thread Apoorv Naik
Do you see a application.log file somewhere? If yes, please share the same. Did you get past the python issue ? On Oct 11, 2018 at 11:01 AM, > wrote: Madhan/Dev team, I'm able to install by changing the command mvn clean -DskipTests package -Pdist,embedded-cassandra-solr I faced the same

Re: Need Help!!! Atlas Installation Error

2018-10-10 Thread Apoorv Naik
Python version mismatch. I think you're using Python3 and the current atlas scripts are Python 2 specific. On 10/10/18, 8:57 PM, "Shankesi Mahender" wrote: Dev team, I'm able to install when I changed the command like below. mvn clean -DskipTests package

[jira] [Resolved] (ATLAS-1553) Property loading framework

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-1553. Resolution: Won't Do > Property loading framew

[jira] [Resolved] (ATLAS-1954) UTs and ITs

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-1954. Resolution: Fixed > UTs and ITs > --- > > Key

[jira] [Resolved] (ATLAS-1956) AtlasSearchResult to include filter attributes by default

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-1956. Resolution: Fixed > AtlasSearchResult to include filter attributes by defa

[jira] [Resolved] (ATLAS-2149) Cleanup V1 typedef listener interfaces

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-2149. Resolution: Fixed > Cleanup V1 typedef listener interfa

[jira] [Resolved] (ATLAS-2210) Add relationship methods to AtlasClientV2

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-2210. Resolution: Won't Do > Add relationship methods to AtlasClien

[jira] [Resolved] (ATLAS-2218) Test stability across branches

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-2218. Resolution: Fixed > Test stability across branc

[jira] [Commented] (ATLAS-2335) [DSL] Query with multiple aggregator of same type fails

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16645546#comment-16645546 ] Apoorv Naik commented on ATLAS-2335: Janusgraph java traversal fixes this issue. > [DSL] Qu

[jira] [Resolved] (ATLAS-2225) Split properties per module and concatenate in distro

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-2225. Resolution: Later > Split properties per module and concatenate in dis

[jira] [Resolved] (ATLAS-2479) [Docs] Update Atlas user docs and REST API specs

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-2479. Resolution: Fixed > [Docs] Update Atlas user docs and REST API sp

[jira] [Resolved] (ATLAS-1746) Test refactor and cleanup

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-1746. Resolution: Later > Test refactor and cleanup > - > >

[jira] [Resolved] (ATLAS-1683) Add bean validation to request bodies

2018-10-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-1683. Resolution: Later > Add bean validation to request bod

Re: Need Help!!! Atlas Installation Error

2018-10-10 Thread Apoorv Naik
Can you share the startup stack trace ? I've run into similar issue and might be able to help after having more context. On 10/10/18, 1:49 PM, "Mahender Shankesi" wrote: I changed it but still not working. Mahender Sent from my iPhone > On Oct 10, 2018, at 4:03

Re: Review Request 68893: ATLAS-2905: Generate lineage information for process entities

2018-10-02 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68893/#review209147 --- Ship it! Ship It! - Apoorv Naik On Oct. 2, 2018, 5:43 a.m

Re: Question about Metadata store

2018-10-01 Thread Apoorv Naik
Only hbase, Cassandra and berkeleyje are supported are storage backend. This dependency is from JanusGraph. I think for audits you can still implement a custom repository but not for the core storage. Sent from Nine From: Weiqing Yang

Re: Review Request 68870: ATLAS-2786: updated HBase and Solr clients to use all zookeeper entires

2018-09-27 Thread Apoorv Naik
. - Apoorv Naik On Sept. 28, 2018, 3 a.m., Madhan Neethiraj wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 68870: ATLAS-2786: updated HBase and Solr clients to use all zookeeper entires

2018-09-27 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68870/#review209084 --- Ship it! Ship It! - Apoorv Naik On Sept. 28, 2018, 3 a.m

Re: Review Request 68792: ATLAS-2882: refactored import transformer creation to set context in constructor

2018-09-21 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68792/#review208835 --- Ship it! Ship It! - Apoorv Naik On Sept. 21, 2018, 12:33

Re: Review Request 68752: ATLAS-2878: avoid retrieval of entiyWithExtInfo when extInfo is not needed

2018-09-18 Thread Apoorv Naik
. - Apoorv Naik On Sept. 18, 2018, 8:13 p.m., Madhan Neethiraj wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Draft board report for Apache Atlas: September 2018

2018-09-13 Thread Apoorv Naik
+1 for the report. Thanks for putting this together. On 9/13/18, 12:46 AM, "Ayub Khan Pathan" wrote: Madhan, You might want to consider adding export-import feature enhancements to the report. Rest everything looks good to me, +1. Thanks for putting together

Re: Review Request 68691: Export Service: Hdfs path entities are created before starting export

2018-09-11 Thread Apoorv Naik
? - Apoorv Naik On Sept. 11, 2018, 10:32 p.m., Ashutosh Mestry wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request 68583: ATLAS-2844: added eventTime field in EntityNotificationV2

2018-08-31 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68583/#review208182 --- Ship it! Ship It! - Apoorv Naik On Aug. 30, 2018, 10:52 p.m

Re: Review Request 68584: ATLAS-2853: updated to send entity-notifications after successful graph transaction commit

2018-08-31 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68584/#review208181 --- Ship it! Ship It! - Apoorv Naik On Aug. 31, 2018, 4:12 p.m

[jira] [Resolved] (ATLAS-2848) Fix property name in ApplicationProperties class

2018-08-29 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-2848. Resolution: Fixed > Fix property name in ApplicationProperties cl

[jira] [Updated] (ATLAS-2848) Fix property name in ApplicationProperties class

2018-08-29 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2848: --- Fix Version/s: (was: 0.8.3) > Fix property name in ApplicationProperties cl

[jira] [Updated] (ATLAS-2848) Fix property name in ApplicationProperties class

2018-08-29 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2848: --- Affects Version/s: (was: 0.8.2) (was: 0.8.1) > Fix property n

[jira] [Created] (ATLAS-2848) Fix property name in ApplicationProperties class

2018-08-29 Thread Apoorv Naik (JIRA)
Apoorv Naik created ATLAS-2848: -- Summary: Fix property name in ApplicationProperties class Key: ATLAS-2848 URL: https://issues.apache.org/jira/browse/ATLAS-2848 Project: Atlas Issue Type: Bug

Re: Hello, When i install the atlas with solr5 cloud. I met the problem, Please help

2018-08-27 Thread Apoorv Naik
What errors are you seeing on the server side ? Is atlas not able to start ? Or search results are inconsistent ? It'd be helpful if you could share the application.log file. On 8/27/18, 1:23 PM, "Brice" wrote: I too am having this issue. This is from print(atlas_classpath) in

Review Request 68478: ATLAS-2834: Atlas authorizer init should be done in HA mode

2018-08-22 Thread Apoorv Naik
--- Thanks, Apoorv Naik

[jira] [Updated] (ATLAS-2834) In HA environment, authorizer initialization is done only on first access.

2018-08-22 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2834: --- Attachment: 0001-ATLAS-2834-Init-authorizer-when-Atlas-is-in-HA-mode.patch > In HA environm

[jira] [Assigned] (ATLAS-2834) In HA environment, authorizer initialization is done only on first access.

2018-08-22 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik reassigned ATLAS-2834: -- Assignee: Apoorv Naik > In HA environment, authorizer initialization is done only on fi

Re: Error: Mandatory attribute value missing in type Referenceable

2018-08-22 Thread Apoorv Naik
Like the message states, you'll have to set the "qualifiedName" attribute for the storm AtlasEntity. Please refer to the storm model JSON to ensure that you pass all the required attributes when attempting a create. On 8/22/18, 7:25 AM, "anshu shukla" wrote: Hi, I am trying to

Re: Pre-installed models

2018-08-21 Thread Apoorv Naik
If you remove all folders except the one named *base model* then Atlas will not load the other types. HTH On 8/21/18, 8:09 PM, "Allen Cheng" wrote: Hi, Atlas experts When we install and start a new Atlas server instance, there are a few type models that are automatically

Re: Review Request 68435: ATLAS-2830: Tag Propagation, Entity Delete : Classification update notification not sent to entities down the lineage present after the deleted entity.

2018-08-21 Thread Apoorv Naik
che.org/r/68435/#comment291161> same here - Apoorv Naik On Aug. 21, 2018, 5:13 p.m., Sarath Subramanian wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://re

[jira] [Updated] (ATLAS-2827) Unable to persist vertex when indexed string attribute is really long

2018-08-17 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2827: --- Attachment: (was: 0001-Indexed-string-compaction-patch.patch) > Unable to persist vertex w

Re: Review Request 68388: ATLAS-2355: Fix for IT failures in branch-0.8

2018-08-16 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68388/#review207417 --- Ship it! Ship It! - Apoorv Naik On Aug. 16, 2018, 5:39 p.m

[jira] [Updated] (ATLAS-2827) Unable to persist vertex when indexed string attribute is really long

2018-08-16 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2827: --- Affects Version/s: trunk 0.8.1 0.8.2

[jira] [Created] (ATLAS-2827) Unable to persist vertex when indexed string attribute is really long

2018-08-16 Thread Apoorv Naik (JIRA)
Apoorv Naik created ATLAS-2827: -- Summary: Unable to persist vertex when indexed string attribute is really long Key: ATLAS-2827 URL: https://issues.apache.org/jira/browse/ATLAS-2827 Project: Atlas

Re: Queries regarding the type system

2018-08-15 Thread Apoorv Naik
1. Model file based type creation ensures that the models are available as soon as Atlas starts up and is ready. 2. RelationshipDefs in Atlas are used to define relation between the types, eg. Hive_table HAS hive_column(s), hive_db HAS hive_table(s) and so on 3. Relationships are used to inject

Review Request 68358: Dependency upgrades

2018-08-14 Thread Apoorv Naik
to latest stable (non-breaking) dependencies Diffs - pom.xml f4686bf83 webapp/pom.xml ab86a78e1 Diff: https://reviews.apache.org/r/68358/diff/1/ Testing --- https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/570/console Thanks, Apoorv Naik

[jira] [Resolved] (ATLAS-2817) Update to JanusGraph 0.3.x

2018-08-13 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-2817. Resolution: Fixed > Update to JanusGraph 0.

[jira] [Commented] (ATLAS-2817) Update to JanusGraph 0.3.x

2018-08-13 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16579209#comment-16579209 ] Apoorv Naik commented on ATLAS-2817: Committed to master : https://git-wip-us.apache.org/repos/asf?p

Review Request 68330: JanusGraph upgrade to 0.3.0

2018-08-13 Thread Apoorv Naik
://reviews.apache.org/r/68330/diff/1/ Testing --- https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/560/console Thanks, Apoorv Naik

[jira] [Updated] (ATLAS-2817) Update to JanusGraph 0.3.x

2018-08-13 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2817: --- Attachment: 0001-Janusgraph-update-to-0.3.0.patch > Update to JanusGraph 0.

[jira] [Commented] (ATLAS-2812) Upgrade commons-fileupload to 1.3.3

2018-08-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16576860#comment-16576860 ] Apoorv Naik commented on ATLAS-2812: Looks good for commit. Thanks Sarath. > Upgrade comm

[jira] [Comment Edited] (ATLAS-2816) Allow ignoring relationship in EntityGraphRetriever for FullTextMapperV2

2018-08-09 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16575740#comment-16575740 ] Apoorv Naik edited comment on ATLAS-2816 at 8/10/18 4:12 AM: - One suggestion

[jira] [Commented] (ATLAS-2816) Allow ignoring relationship in EntityGraphRetriever for FullTextMapperV2

2018-08-09 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16575740#comment-16575740 ] Apoorv Naik commented on ATLAS-2816: One suggestion, use the followReferences flag instead

[jira] [Assigned] (ATLAS-2816) Allow ignoring relationship in EntityGraphRetriever for FullTextMapperV2

2018-08-09 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik reassigned ATLAS-2816: -- Assignee: Apoorv Naik > Allow ignoring relationship in EntityGraphRetrie

[jira] [Commented] (ATLAS-2816) Allow ignoring relationship in EntityGraphRetriever for FullTextMapperV2

2018-08-09 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16575327#comment-16575327 ] Apoorv Naik commented on ATLAS-2816: Please submit a patch or create a review on reviewboard

Re: Review Request 68270: Cluster Entity Updated after Successful Import if Replication Options are Available in Import Request

2018-08-08 Thread Apoorv Naik
ent290158> "this." is unnecessary here. server-api/src/main/java/org/apache/atlas/RequestContextV1.java Lines 141 (patched) <https://reviews.apache.org/r/68270/#comment290159> better variable name for "b" - Apoorv Naik On Aug. 8,

Re: Review Request 68270: Cluster Entity Updated after Successful Import if Replication Options are Available in Import Request

2018-08-08 Thread Apoorv Naik
/ReplicationDetails.java Lines 21 (patched) <https://reviews.apache.org/r/68270/#comment290155> Wrong annotation. Use the non-shaded one - Apoorv Naik On Aug. 8, 2018, 7:37 p.m., Ashutosh Mestry wrote: > > --- > This is an automatica

[jira] [Created] (ATLAS-2817) Update to JanusGraph 0.3.x

2018-08-08 Thread Apoorv Naik (JIRA)
Apoorv Naik created ATLAS-2817: -- Summary: Update to JanusGraph 0.3.x Key: ATLAS-2817 URL: https://issues.apache.org/jira/browse/ATLAS-2817 Project: Atlas Issue Type: Improvement

[jira] [Commented] (ATLAS-2815) Slow UI load and REST improvement for entities with ownedRef

2018-08-07 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16572207#comment-16572207 ] Apoorv Naik commented on ATLAS-2815: Awaiting build ([https://builds.apache.org/view/A/view/Atlas

[jira] [Updated] (ATLAS-2815) Slow UI load and REST improvement for entities with ownedRef

2018-08-07 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2815: --- Issue Type: Improvement (was: Bug) > Slow UI load and REST improvement for entities with owned

[jira] [Updated] (ATLAS-2815) Slow UI load and REST improvement for entities with ownedRef

2018-08-07 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2815: --- Summary: Slow UI load and REST improvement for entities with ownedRef (was: 'Properties' tab

[jira] [Updated] (ATLAS-2815) 'Properties' tab performance improvement

2018-08-07 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2815: --- Fix Version/s: 1.1.0 trunk > 'Properties' tab performance improvem

[jira] [Resolved] (ATLAS-1957) MultiVertex graph query

2018-07-19 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-1957. Resolution: Won't Do > MultiVertex graph query > --- > >

[jira] [Resolved] (ATLAS-1958) Better graph traversal APIs

2018-07-19 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik resolved ATLAS-1958. Resolution: Won't Do > Better graph traversal A

[jira] [Updated] (ATLAS-2786) [Atlas HA] Zookeeper connection issue

2018-07-17 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2786: --- Fix Version/s: 1.1.0 0.8.3 trunk > [Atlas HA] Zookee

Review Request 67880: ATLAS-2786: Honor ZK server ensemble configuration

2018-07-10 Thread Apoorv Naik
on branch-0.8: https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/517/ Thanks, Apoorv Naik

[jira] [Created] (ATLAS-2786) [Atlas HA] Zookeeper connection issue

2018-07-10 Thread Apoorv Naik (JIRA)
Apoorv Naik created ATLAS-2786: -- Summary: [Atlas HA] Zookeeper connection issue Key: ATLAS-2786 URL: https://issues.apache.org/jira/browse/ATLAS-2786 Project: Atlas Issue Type: Improvement

[jira] [Updated] (ATLAS-2786) [Atlas HA] Zookeeper connection issue

2018-07-10 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2786: --- Issue Type: Bug (was: Improvement) > [Atlas HA] Zookeeper connection is

Re: Atlas graph schema

2018-07-07 Thread Apoorv Naik
You can look at AtlasTypedefStoreV2, AtlasEntityStoreV2 for starting off. Also graphBackedSearchIndexer would be a good place to see how data is indexed . Sent from Nine From: Allen Cheng Sent: Saturday, July 7, 2018 5:57 PM To:

[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 AtlasAdminCli

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

2018-07-05 Thread Apoorv Naik
/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
/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

Re: Review Request 67605: ATLAS-2757: fix for NPE in Hive hook in handling column-rename on temporary table

2018-06-14 Thread Apoorv Naik
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67605/#review204805 --- Ship it! Ship It! - Apoorv Naik On June 14, 2018, 11:04 p.m

Review Request 67492: ATLAS-2746: Term/Category creation doesn't need Entity.UPDATE privilege for simple cases.

2018-06-07 Thread Apoorv Naik
/GlossaryService.java ff5aa6ea7 repository/src/main/java/org/apache/atlas/glossary/GlossaryTermUtils.java 4d65328ca Diff: https://reviews.apache.org/r/67492/diff/1/ Testing --- PreCommit: https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/468/ Thanks, Apoorv Naik

[jira] [Updated] (ATLAS-2746) [Glossary] Simple Term/Category creation should work with CREATE privilege

2018-06-07 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2746: --- Fix Version/s: 1.0.0 trunk > [Glossary] Simple Term/Category creation should w

[jira] [Created] (ATLAS-2746) [Glossary] Simple Term/Category creation should work with CREATE privilege

2018-06-07 Thread Apoorv Naik (JIRA)
Apoorv Naik created ATLAS-2746: -- Summary: [Glossary] Simple Term/Category creation should work with CREATE privilege Key: ATLAS-2746 URL: https://issues.apache.org/jira/browse/ATLAS-2746 Project: Atlas

[jira] [Updated] (ATLAS-2746) [Glossary] Simple Term/Category creation should work with CREATE privilege

2018-06-07 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2746: --- Affects Version/s: 1.0.0 > [Glossary] Simple Term/Category creation should work with CRE

[jira] [Commented] (ATLAS-2520) Use JanusGraph traversal over gremlin script

2018-06-05 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16502750#comment-16502750 ] Apoorv Naik commented on ATLAS-2520: Initial code changes show tremendous improvement in DSL

[jira] [Updated] (ATLAS-2520) Use JanusGraph traversal over gremlin script

2018-06-05 Thread Apoorv Naik (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apoorv Naik updated ATLAS-2520: --- Attachment: Screen Shot 2018-06-05 at 6.16.42 PM.png > Use JanusGraph traversal over gremlin scr

  1   2   3   4   5   6   >