[jira] [Created] (ATLAS-2918) Update JanusGraph version to 0.3.1

2018-10-10 Thread Sarath Subramanian (JIRA)
Sarath Subramanian created ATLAS-2918:
-

 Summary: Update JanusGraph version to 0.3.1
 Key: ATLAS-2918
 URL: https://issues.apache.org/jira/browse/ATLAS-2918
 Project: Atlas
  Issue Type: Task
  Components:  atlas-core
Affects Versions: 1.1.0
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
 Fix For: 1.0.0


Janusgraph community has released their latest version:

[https://github.com/JanusGraph/janusgraph/releases/tag/v0.3.1]

This JIRA will update janus version to 0.3.1 in atlas source.

 



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


Review Request 68985: ATLAS-2891: updated column lineage skipping logic to handle single column_lineage entry case

2018-10-10 Thread Madhan Neethiraj

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

Review request for atlas, Apoorv Naik, Ashutosh Mestry, keval bhatt, Nixon 
Rodrigues, and Sarath Subramanian.


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


Repository: atlas


Description
---

updated the work around for HIVE-20633 to skip cases where column_level lineage 
has only one entry


Diffs
-

  
addons/hive-bridge/src/main/java/org/apache/atlas/hive/hook/events/CreateHiveProcess.java
 9b9852e6f 
  
webapp/src/main/java/org/apache/atlas/notification/NotificationHookConsumer.java
 6b34aa62c 


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


Testing
---


Thanks,

Madhan Neethiraj



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 -Pdist,embedded-cassandra-solr.

After that when I started apache server I'm getting the below error.

 File "atlas_start.py", line 107
print "Cannot run setup when server is running."
   ^
SyntaxError: Missing parentheses in call to 'print'

I tried to stop the server if it is already started but I got the same kind
of error.

File "atlas_stop.py", line 63
print "Apache Atlas Server stopped!!!\n"
   ^
SyntaxError: Missing parentheses in call to 'print'

Can  anyone help me on this?

Thanks,
Mahender



On Wed, Oct 10, 2018 at 4:23 PM Mahender Shankesi 
wrote:

> I changed it but still not working.
>
> Mahender
>
> Sent from my iPhone
>
> On Oct 10, 2018, at 4:03 PM, Madhan Neethiraj  wrote:
>
> (copying dev list)
>
>
>
> Mahender – the port # to use is “21000”; the curl commands you listed show
> “2100”. Please try after correcting this.
>
>
>
> @Pierre – perhaps you can help with the question on Cassandra?
>
>
>
> Madhan
>
>
>
>
>
> *From: *Shankesi Mahender 
> *Date: *Wednesday, October 10, 2018 at 12:37 PM
> *To: *"mad...@apache.org" 
> *Subject: *Re: Need Help!!! Atlas Installation Error
>
>
>
> Madhan,
>
>
>
> I followed the instructions in the below site..
>
>
>
> https://atlas.apache.org/InstallationSteps.html
>
>
>
> I did it in two machines one Azure VM and one Azure Hdinisights.
>
>
>
> Hdinsights I'm able to install all steps correctly and run apache_start
> properly. However I'm not able to run the curl command..
>
>
>
> 
sshuser@XXX:~/xyz/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
> curl -u admin:admin
> https://xxx.azurehdinsight.net:2100/api/atlas/admin/version
>
> ^C
>
> 
sshuser@xxx:~/xxx/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
> curl -u admin:admin https://localhost:2100/api/atlas/admin/version
>
> curl: (7) Failed to connect to localhost port 2100: Connection refused
>
>
>
>
>
> However I'm facing challenges in install the steps in VM..
>
>
>
> mvn clean package -Pdist,embedded-cassandra-solr
>
>
>
> I'm getting the below error and it is hanging there..
>
>
>
>
> 
pache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
>
> at
> 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>
> at
> 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
>
> at
> 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>
> at
> 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
>
> at
> 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>
> at
> 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
>
> at
> 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>
> at
> 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
>
> at
> 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>
>
>
>
>
> Any help is greatly appreciated..
>
>
>
>
>
> Mahender
>
> at org.a
>
>
>
> On Tue, Oct 9, 2018 at 3:09 PM Madhan Neethiraj  wrote:
>
> Mahender,
>
>
>
> “port 80”? Atlas should be listening in port 21000 by default. Which URL
> are you getting this error for?
>
>
>
> Thanks,
>
> Madhan
>
>
>
>
>
>
>
>
>
> *From: *Shankesi Mahender 
> *Date: *Tuesday, October 9, 2018 at 11:56 AM
> *To: *"mad...@apache.org" 
> *Subject: *Re: Need Help!!! Atlas Installation Error
>
>
>
> Thanks Madhan..
>
>
>
> When I tried to run the curl command with admin:admin I got below error.
>
>
>
> curl: (7) Failed to 

Re: Need Help!!! Atlas Installation Error

2018-10-10 Thread Shankesi Mahender
Dev team,

I'm able to install when I changed the command like below.

mvn clean -DskipTests package -Pdist,embedded-cassandra-solr.

After that when I started apache server I'm getting the below error.

 File "atlas_start.py", line 107
print "Cannot run setup when server is running."
   ^
SyntaxError: Missing parentheses in call to 'print'

I tried to stop the server if it is already started but I got the same kind
of error.

File "atlas_stop.py", line 63
print "Apache Atlas Server stopped!!!\n"
   ^
SyntaxError: Missing parentheses in call to 'print'

Can  anyone help me on this?

Thanks,
Mahender



On Wed, Oct 10, 2018 at 4:23 PM Mahender Shankesi 
wrote:

> I changed it but still not working.
>
> Mahender
>
> Sent from my iPhone
>
> On Oct 10, 2018, at 4:03 PM, Madhan Neethiraj  wrote:
>
> (copying dev list)
>
>
>
> Mahender – the port # to use is “21000”; the curl commands you listed show
> “2100”. Please try after correcting this.
>
>
>
> @Pierre – perhaps you can help with the question on Cassandra?
>
>
>
> Madhan
>
>
>
>
>
> *From: *Shankesi Mahender 
> *Date: *Wednesday, October 10, 2018 at 12:37 PM
> *To: *"mad...@apache.org" 
> *Subject: *Re: Need Help!!! Atlas Installation Error
>
>
>
> Madhan,
>
>
>
> I followed the instructions in the below site..
>
>
>
> https://atlas.apache.org/InstallationSteps.html
>
>
>
> I did it in two machines one Azure VM and one Azure Hdinisights.
>
>
>
> Hdinsights I'm able to install all steps correctly and run apache_start
> properly. However I'm not able to run the curl command..
>
>
>
> sshuser@XXX:~/xyz/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
> curl -u admin:admin
> https://xxx.azurehdinsight.net:2100/api/atlas/admin/version
>
> ^C
>
> sshuser@xxx:~/xxx/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
> curl -u admin:admin https://localhost:2100/api/atlas/admin/version
>
> curl: (7) Failed to connect to localhost port 2100: Connection refused
>
>
>
>
>
> However I'm facing challenges in install the steps in VM..
>
>
>
> mvn clean package -Pdist,embedded-cassandra-solr
>
>
>
> I'm getting the below error and it is hanging there..
>
>
>
>
> pache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
>
> at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>
> at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
>
> at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>
> at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
>
> at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>
> at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
>
> at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>
> at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
>
> at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>
>
>
>
>
> Any help is greatly appreciated..
>
>
>
>
>
> Mahender
>
> at org.a
>
>
>
> On Tue, Oct 9, 2018 at 3:09 PM Madhan Neethiraj  wrote:
>
> Mahender,
>
>
>
> “port 80”? Atlas should be listening in port 21000 by default. Which URL
> are you getting this error for?
>
>
>
> Thanks,
>
> Madhan
>
>
>
>
>
>
>
>
>
> *From: *Shankesi Mahender 
> *Date: *Tuesday, October 9, 2018 at 11:56 AM
> *To: *"mad...@apache.org" 
> *Subject: *Re: Need Help!!! Atlas Installation Error
>
>
>
> Thanks Madhan..
>
>
>
> When I tried to run the curl command with admin:admin I got below error.
>
>
>
> curl: (7) Failed to connect to ipaddress port 80: Connection refused
>
>
>
> When I tried to start atlas_start.py I got the following error
>
>
>
>   File "atlas_start.py", line 107
>
> print "Cannot run setup when server is running."
>
>^
>
> SyntaxError: Missing parentheses in call to 'print'
>
>
>
> Do you know anything about this?
>
>
>
> Thanks for your help.
>
>
>
> Mahender
>
>
>
> On Tue, Oct 9, 2018 at 2:07 PM Madhan Neethiraj  wrote:
>
> Mahender,
>
>
>
> Default username:password is: admin:admin. Please try with these and let
> me know.
>
>
>
> Thanks,
>
> Madhan
>
>
>
>
>
>
>
>
>
> *From: *Shankesi Mahender 
> *Date: *Tuesday, October 9, 2018 at 6:03 AM
> *To: *Shankesi Mahender 
> *Subject: *Need Help!!! Atlas Installation Error
>
>
>
> I’m trying to install Apache Atlas on my Hdinsight cluster and following
> the instructions from the below page.
>
>
>
> https://atlas.apache.org/InstallationSteps.html
>

[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 framework
> --
>
> Key: ATLAS-1553
> URL: https://issues.apache.org/jira/browse/ATLAS-1553
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8-incubating
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
>
> I see that atlas has multiple ways of loading properties/configuration, I 
> think it'd be a better idea to introduce a property/config frameworkthat 
> produces apache commons configuration object or java properties object for 
> more streamlined use. I've seen 3 mixes of config 
> Load directly into property files
> Use spring bean placeholder
> Read into apache commons configuration



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


[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: ATLAS-1954
> URL: https://issues.apache.org/jira/browse/ATLAS-1954
> Project: Atlas
>  Issue Type: Sub-task
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
>
> Add Unit test for all possible cases, ITs might a simple extension to those



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


[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 default
> -
>
> Key: ATLAS-1956
> URL: https://issues.apache.org/jira/browse/ATLAS-1956
> Project: Atlas
>  Issue Type: Improvement
>  Components:  atlas-core
>Affects Versions: trunk
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
> Fix For: trunk
>
>
> If no attributes are specified in the SearchParameters then by default 
> AtlasSearchResult should include the attributes present in the filter criteria



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


[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 interfaces
> --
>
> Key: ATLAS-2149
> URL: https://issues.apache.org/jira/browse/ATLAS-2149
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8-incubating, 1.0.0
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
> Fix For: 1.0.0, 0.8.1, 0.8-incubating
>
>
> Currently GraphBackedSearchIndexer implements typedef change listener for V1 
> and V2 structures, this change removes the V1 dependency to avoid any 
> conflict/race during the index creation



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


[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 AtlasClientV2
> -
>
> Key: ATLAS-2210
> URL: https://issues.apache.org/jira/browse/ATLAS-2210
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Andrew Hulbert
>Assignee: Apoorv Naik
>Priority: Major
>




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


[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 branches
> --
>
> Key: ATLAS-2218
> URL: https://issues.apache.org/jira/browse/ATLAS-2218
> Project: Atlas
>  Issue Type: Bug
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
>
> The tests are pretty inconsistent in runs across master and branch-0.8. This 
> has been preventing a clean build in apache jenkins for a while now. This 
> JIRA is aimed at ensuring build success across master and latest release 
> branch.
> Goals:
> 1. Make IT runs consistent
> 2. Make UTs run successfully on both
> 3. Separate UTs and ITs in webapp module
> 4. Fix UTs in distro module



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


[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] Query with multiple aggregator of same type fails
> ---
>
> Key: ATLAS-2335
> URL: https://issues.apache.org/jira/browse/ATLAS-2335
> Project: Atlas
>  Issue Type: Bug
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
>
> eg DB select min(name), min(owner)



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


[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 distro
> -
>
> Key: ATLAS-2225
> URL: https://issues.apache.org/jira/browse/ATLAS-2225
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
>




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


[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 specs 
> -
>
> Key: ATLAS-2479
> URL: https://issues.apache.org/jira/browse/ATLAS-2479
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0-alpha
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
> Fix For: 1.0.0
>
>




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


[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
> -
>
> Key: ATLAS-1746
> URL: https://issues.apache.org/jira/browse/ATLAS-1746
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.8-incubating, 1.0.0
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
>
> Currently the tests have different coding patterns, someplace we rely on DI 
> for getting Objects other places we manually create instances of classes (or 
> dependencies) under test.
> Ideally it should only be done either by DI or hand construct all the time 
> rather than relying on DI. The former seems to be a cleaner approach as we 
> get to validate the DI behavior as well.
> The patch will remove all manual instantiations and replace them with 
> Injectable components



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


[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 bodies
> -
>
> Key: ATLAS-1683
> URL: https://issues.apache.org/jira/browse/ATLAS-1683
> Project: Atlas
>  Issue Type: Bug
>Reporter: Apoorv Naik
>Assignee: Apoorv Naik
>Priority: Major
>
> Add java bean validation to all resources consuming request bodies, better to 
> handle data validation even before reaching the graph store.



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


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 PM, Madhan Neethiraj  wrote:
> 
> (copying dev list)
>  
> Mahender – the port # to use is “21000”; the curl commands you listed 
show “2100”. Please try after correcting this.
>  
> @Pierre – perhaps you can help with the question on Cassandra?
>  
> Madhan
>  
>  
> From: Shankesi Mahender 
> Date: Wednesday, October 10, 2018 at 12:37 PM
> To: "mad...@apache.org" 
> Subject: Re: Need Help!!! Atlas Installation Error
>  
> Madhan,
>  
> I followed the instructions in the below site..
>  
> https://atlas.apache.org/InstallationSteps.html
>  
> I did it in two machines one Azure VM and one Azure Hdinisights.
>  
> Hdinsights I'm able to install all steps correctly and run apache_start 
properly. However I'm not able to run the curl command..
>  
> 
sshuser@XXX:~/xyz/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
 curl -u admin:admin https://xxx.azurehdinsight.net:2100/api/atlas/admin/version
> ^C
> 
sshuser@xxx:~/xxx/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
 curl -u admin:admin https://localhost:2100/api/atlas/admin/version
> curl: (7) Failed to connect to localhost port 2100: Connection refused
>  
>  
> However I'm facing challenges in install the steps in VM..
>  
> mvn clean package -Pdist,embedded-cassandra-solr
>  
> I'm getting the below error and it is hanging there..
>  
> 
pache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
> at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
> at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
> at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
> at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
> at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
> at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
> at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
> at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
> at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>  
>  
> Any help is greatly appreciated..
>  
>  
> Mahender
> at org.a
>  
> On Tue, Oct 9, 2018 at 3:09 PM Madhan Neethiraj  wrote:
> Mahender,
>  
> “port 80”? Atlas should be listening in port 21000 by default. Which URL 
are you getting this error for?
>  
> Thanks,
> Madhan
>  
>  
>  
>  
> From: Shankesi Mahender 
> Date: Tuesday, October 9, 2018 at 11:56 AM
> To: "mad...@apache.org" 
> Subject: Re: Need Help!!! Atlas Installation Error
>  
> Thanks Madhan..
>  
> When I tried to run the curl command with admin:admin I got below error.
>  
> curl: (7) Failed to connect to ipaddress port 80: Connection refused
>  
> When I tried to start atlas_start.py I got the following error
>  
>   File "atlas_start.py", line 107
> print "Cannot run setup when server is running."
>^
> SyntaxError: Missing parentheses in call to 'print'
>  
> Do you know anything about this?
>  
> Thanks for your help.
>  
> Mahender
>  
> On Tue, Oct 9, 2018 at 2:07 PM Madhan Neethiraj  wrote:
> Mahender,
>  
> Default username:password is: admin:admin. Please try with these and let 
me know.
>  
> Thanks,
> Madhan
>  
>  
>  
>  
> From: Shankesi Mahender 
> Date: Tuesday, October 9, 2018 at 6:03 AM
> To: Shankesi Mahender 
> Subject: Need Help!!! Atlas Installation Error
>  
> I’m trying to install Apache Atlas on my Hdinsight cluster and following 
the instructions from the below page.
>  
> https://atlas.apache.org/InstallationSteps.html
>  
> I was able to install correctly until the below point.
>  
> curl -u username:password http://localhost:21000/api/atlas/admin/version
> 
>  
> When I execute this command it is throwing an error, I have replace the 
localhost with my azure hdinsight 

Re: Need Help!!! Atlas Installation Error

2018-10-10 Thread Mahender Shankesi
I changed it but still not working.

Mahender

Sent from my iPhone

> On Oct 10, 2018, at 4:03 PM, Madhan Neethiraj  wrote:
> 
> (copying dev list)
>  
> Mahender – the port # to use is “21000”; the curl commands you listed show 
> “2100”. Please try after correcting this.
>  
> @Pierre – perhaps you can help with the question on Cassandra?
>  
> Madhan
>  
>  
> From: Shankesi Mahender 
> Date: Wednesday, October 10, 2018 at 12:37 PM
> To: "mad...@apache.org" 
> Subject: Re: Need Help!!! Atlas Installation Error
>  
> Madhan,
>  
> I followed the instructions in the below site..
>  
> https://atlas.apache.org/InstallationSteps.html
>  
> I did it in two machines one Azure VM and one Azure Hdinisights.
>  
> Hdinsights I'm able to install all steps correctly and run apache_start 
> properly. However I'm not able to run the curl command..
>  
> sshuser@XXX:~/xyz/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
>  curl -u admin:admin 
> https://xxx.azurehdinsight.net:2100/api/atlas/admin/version
> ^C
> sshuser@xxx:~/xxx/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
>  curl -u admin:admin https://localhost:2100/api/atlas/admin/version
> curl: (7) Failed to connect to localhost port 2100: Connection refused
>  
>  
> However I'm facing challenges in install the steps in VM..
>  
> mvn clean package -Pdist,embedded-cassandra-solr
>  
> I'm getting the below error and it is hanging there..
>  
> pache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)
>  
>  
> Any help is greatly appreciated..
>  
>  
> Mahender
> at org.a
>  
> On Tue, Oct 9, 2018 at 3:09 PM Madhan Neethiraj  wrote:
> Mahender,
>  
> “port 80”? Atlas should be listening in port 21000 by default. Which URL are 
> you getting this error for?
>  
> Thanks,
> Madhan
>  
>  
>  
>  
> From: Shankesi Mahender 
> Date: Tuesday, October 9, 2018 at 11:56 AM
> To: "mad...@apache.org" 
> Subject: Re: Need Help!!! Atlas Installation Error
>  
> Thanks Madhan..
>  
> When I tried to run the curl command with admin:admin I got below error.
>  
> curl: (7) Failed to connect to ipaddress port 80: Connection refused
>  
> When I tried to start atlas_start.py I got the following error
>  
>   File "atlas_start.py", line 107
> print "Cannot run setup when server is running."
>^
> SyntaxError: Missing parentheses in call to 'print'
>  
> Do you know anything about this?
>  
> Thanks for your help.
>  
> Mahender
>  
> On Tue, Oct 9, 2018 at 2:07 PM Madhan Neethiraj  wrote:
> Mahender,
>  
> Default username:password is: admin:admin. Please try with these and let me 
> know.
>  
> Thanks,
> Madhan
>  
>  
>  
>  
> From: Shankesi Mahender 
> Date: Tuesday, October 9, 2018 at 6:03 AM
> To: Shankesi Mahender 
> Subject: Need Help!!! Atlas Installation Error
>  
> I’m trying to install Apache Atlas on my Hdinsight cluster and following the 
> instructions from the below page.
>  
> https://atlas.apache.org/InstallationSteps.html
>  
> I was able to install correctly until the below point.
>  
> curl -u username:password http://localhost:21000/api/atlas/admin/version
> 
>  
> When I execute this command it is throwing an error, I have replace the 
> localhost with my azure hdinsight one and error says
> 
> 403 - Forbidden: Access is denied.
> 

Re: Need Help!!! Atlas Installation Error

2018-10-10 Thread Madhan Neethiraj
(copying dev list)

 

Mahender – the port # to use is “21000”; the curl commands you listed show 
“2100”. Please try after correcting this.

 

@Pierre – perhaps you can help with the question on Cassandra?

 

Madhan

 

 

From: Shankesi Mahender 
Date: Wednesday, October 10, 2018 at 12:37 PM
To: "mad...@apache.org" 
Subject: Re: Need Help!!! Atlas Installation Error

 

Madhan, 

 

I followed the instructions in the below site..

 

https://atlas.apache.org/InstallationSteps.html

 

I did it in two machines one Azure VM and one Azure Hdinisights.

 

Hdinsights I'm able to install all steps correctly and run apache_start 
properly. However I'm not able to run the curl command..

 

sshuser@XXX:~/xyz/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
 curl -u admin:admin https://xxx.azurehdinsight.net:2100/api/atlas/admin/version

^C

sshuser@xxx:~/xxx/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
 curl -u admin:admin https://localhost:2100/api/atlas/admin/version

curl: (7) Failed to connect to localhost port 2100: Connection refused

 

 

However I'm facing challenges in install the steps in VM..

 

mvn clean package -Pdist,embedded-cassandra-solr
 

I'm getting the below error and it is hanging there..

 

pache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)

at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)

at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)

at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)

at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)

at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)

at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)

at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)

at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:117)

at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph.(AtlasJanusGraph.java:93)

 

 

Any help is greatly appreciated..

 

 

Mahender

at org.a

 

On Tue, Oct 9, 2018 at 3:09 PM Madhan Neethiraj  wrote:

Mahender,

 

“port 80”? Atlas should be listening in port 21000 by default. Which URL are 
you getting this error for?

 

Thanks,

Madhan

 

 

 

 

From: Shankesi Mahender 
Date: Tuesday, October 9, 2018 at 11:56 AM
To: "mad...@apache.org" 
Subject: Re: Need Help!!! Atlas Installation Error

 

Thanks Madhan.. 

 

When I tried to run the curl command with admin:admin I got below error.

 

curl: (7) Failed to connect to ipaddress port 80: Connection refused

 

When I tried to start atlas_start.py I got the following error

 

  File "atlas_start.py", line 107

print "Cannot run setup when server is running."

   ^

SyntaxError: Missing parentheses in call to 'print'

 

Do you know anything about this?

 

Thanks for your help.

 

Mahender

 

On Tue, Oct 9, 2018 at 2:07 PM Madhan Neethiraj  wrote:

Mahender,

 

Default username:password is: admin:admin. Please try with these and let me 
know.

 

Thanks,

Madhan

 

 

 

 

From: Shankesi Mahender 
Date: Tuesday, October 9, 2018 at 6:03 AM
To: Shankesi Mahender 
Subject: Need Help!!! Atlas Installation Error

 

I’m trying to install Apache Atlas on my Hdinsight cluster and following the 
instructions from the below page.

 

https://atlas.apache.org/InstallationSteps.html

 

I was able to install correctly until the below point.

 

curl -u username:password http://localhost:21000/api/atlas/admin/version

 

When I execute this command it is throwing an error, I have replace the 
localhost with my azure hdinsight one and error says 



403 - Forbidden: Access is denied.


[jira] [Comment Edited] (ATLAS-2820) UI : Add replication audits tab for AtlasCluster entity to show Export & Import audit

2018-10-10 Thread Keval Bhatt (JIRA)


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

Keval Bhatt edited comment on ATLAS-2820 at 10/10/18 2:14 PM:
--

Thanks [~abhib4] for the patch.
Thanks [~nixonrodrigues] for the review.

Committed to the master 
http://git-wip-us.apache.org/repos/asf/atlas/commit/ab2043a8


was (Author: kevalbhatt18):
Thanks [~abhib4] for the patch.
Thanks [~nixonrodrigues] for the review.

Committed to the master

> UI : Add replication audits tab for AtlasCluster entity to show Export & 
> Import audit
> -
>
> Key: ATLAS-2820
> URL: https://issues.apache.org/jira/browse/ATLAS-2820
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8.3
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.3, 2.0.0, 1.2.0
>
> Attachments: ATLAS-2820-1.patch, ATLAS-2820-WIP.patch, 
> ATLAS-2820-master.patch, ATLAS-2820.patch
>
>
> Add Replication Audits tab in detail page if entity typename is 
> "*AtlasCluster*".
> inside tab show list of audits in table structure using this new API.
> /api/atlas/admin/expimp/audit?sourceClusterName=



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


[jira] [Commented] (ATLAS-2820) UI : Add replication audits tab for AtlasCluster entity to show Export & Import audit

2018-10-10 Thread Keval Bhatt (JIRA)


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

Keval Bhatt commented on ATLAS-2820:


Thanks [~abhib4] for the patch.
Thanks [~nixonrodrigues] for the review.

Committed to the master

> UI : Add replication audits tab for AtlasCluster entity to show Export & 
> Import audit
> -
>
> Key: ATLAS-2820
> URL: https://issues.apache.org/jira/browse/ATLAS-2820
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8.3
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.3, 2.0.0, 1.2.0
>
> Attachments: ATLAS-2820-1.patch, ATLAS-2820-WIP.patch, 
> ATLAS-2820-master.patch, ATLAS-2820.patch
>
>
> Add Replication Audits tab in detail page if entity typename is 
> "*AtlasCluster*".
> inside tab show list of audits in table structure using this new API.
> /api/atlas/admin/expimp/audit?sourceClusterName=



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


[jira] [Commented] (ATLAS-2820) UI : Add replication audits tab for AtlasCluster entity to show Export & Import audit

2018-10-10 Thread Nixon Rodrigues (JIRA)


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

Nixon Rodrigues commented on ATLAS-2820:


 +1 for the patch, Thanks [~abhib4] for the patch.

> UI : Add replication audits tab for AtlasCluster entity to show Export & 
> Import audit
> -
>
> Key: ATLAS-2820
> URL: https://issues.apache.org/jira/browse/ATLAS-2820
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8.3
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.3, 2.0.0, 1.2.0
>
> Attachments: ATLAS-2820-1.patch, ATLAS-2820-WIP.patch, 
> ATLAS-2820-master.patch, ATLAS-2820.patch
>
>
> Add Replication Audits tab in detail page if entity typename is 
> "*AtlasCluster*".
> inside tab show list of audits in table structure using this new API.
> /api/atlas/admin/expimp/audit?sourceClusterName=



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


[jira] [Commented] (ATLAS-2820) UI : Add replication audits tab for AtlasCluster entity to show Export & Import audit

2018-10-10 Thread Abhishek Kadam (JIRA)


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

Abhishek Kadam commented on ATLAS-2820:
---

[~kevalbhatt] [~ashutoshm] Please find attached patch  
[^ATLAS-2820-master.patch] for master. I have tested on local, please review.

> UI : Add replication audits tab for AtlasCluster entity to show Export & 
> Import audit
> -
>
> Key: ATLAS-2820
> URL: https://issues.apache.org/jira/browse/ATLAS-2820
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8.3
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.3, 2.0.0, 1.2.0
>
> Attachments: ATLAS-2820-1.patch, ATLAS-2820-WIP.patch, 
> ATLAS-2820-master.patch, ATLAS-2820.patch
>
>
> Add Replication Audits tab in detail page if entity typename is 
> "*AtlasCluster*".
> inside tab show list of audits in table structure using this new API.
> /api/atlas/admin/expimp/audit?sourceClusterName=



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


[jira] [Updated] (ATLAS-2820) UI : Add replication audits tab for AtlasCluster entity to show Export & Import audit

2018-10-10 Thread Abhishek Kadam (JIRA)


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

Abhishek Kadam updated ATLAS-2820:
--
Attachment: ATLAS-2820-master.patch

> UI : Add replication audits tab for AtlasCluster entity to show Export & 
> Import audit
> -
>
> Key: ATLAS-2820
> URL: https://issues.apache.org/jira/browse/ATLAS-2820
> Project: Atlas
>  Issue Type: Improvement
>Affects Versions: 0.8.3
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 0.8.3, 2.0.0, 1.2.0
>
> Attachments: ATLAS-2820-1.patch, ATLAS-2820-WIP.patch, 
> ATLAS-2820-master.patch, ATLAS-2820.patch
>
>
> Add Replication Audits tab in detail page if entity typename is 
> "*AtlasCluster*".
> inside tab show list of audits in table structure using this new API.
> /api/atlas/admin/expimp/audit?sourceClusterName=



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


[jira] [Updated] (ATLAS-2917) Filter added for Lineage to hide Process entity.

2018-10-10 Thread Keval Bhatt (JIRA)


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

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

> Filter added for Lineage to hide Process entity.
> 
>
> Key: ATLAS-2917
> URL: https://issues.apache.org/jira/browse/ATLAS-2917
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.0.0
>
> Attachments: ATLAS-2917.patch
>
>




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


[jira] [Updated] (ATLAS-2917) Filter added for Lineage to hide Process entity.

2018-10-10 Thread Keval Bhatt (JIRA)


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

Keval Bhatt updated ATLAS-2917:
---
Summary: Filter added for Lineage to hide Process entity.  (was: Lineage 
Filter added to hide Process entity.)

> Filter added for Lineage to hide Process entity.
> 
>
> Key: ATLAS-2917
> URL: https://issues.apache.org/jira/browse/ATLAS-2917
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.0.0
>
>




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


[jira] [Updated] (ATLAS-2917) Filter added for Lineage to hide Process entity.

2018-10-10 Thread Keval Bhatt (JIRA)


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

Keval Bhatt updated ATLAS-2917:
---
Attachment: (was: ATLAS-2917.patch)

> Filter added for Lineage to hide Process entity.
> 
>
> Key: ATLAS-2917
> URL: https://issues.apache.org/jira/browse/ATLAS-2917
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.0.0
>
>




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


[jira] [Updated] (ATLAS-2917) Lineage Filter added to hide Process entity.

2018-10-10 Thread Keval Bhatt (JIRA)


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

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

> Lineage Filter added to hide Process entity.
> 
>
> Key: ATLAS-2917
> URL: https://issues.apache.org/jira/browse/ATLAS-2917
> Project: Atlas
>  Issue Type: Improvement
>Reporter: Keval Bhatt
>Assignee: Keval Bhatt
>Priority: Major
> Fix For: 2.0.0
>
> Attachments: ATLAS-2917.patch
>
>




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


[jira] [Created] (ATLAS-2917) Lineage Filter added to hide Process entity.

2018-10-10 Thread Keval Bhatt (JIRA)
Keval Bhatt created ATLAS-2917:
--

 Summary: Lineage Filter added to hide Process entity.
 Key: ATLAS-2917
 URL: https://issues.apache.org/jira/browse/ATLAS-2917
 Project: Atlas
  Issue Type: Improvement
Reporter: Keval Bhatt
Assignee: Keval Bhatt
 Fix For: 2.0.0






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