Re: Review Request 49636: ATLAS-990 - Hive Import metadata script fails with auth exception.

2016-07-06 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49636/#review141131 ---

[jira] [Updated] (ATLAS-993) If condition in DSL order by clause is not defined then dsl query fails.

2016-07-06 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-993: -- Attachment: rb49717.patch Attaching the patch from reviewboard. [~guptaneeru], please attach the patch

Re: Review Request 49717: Atlas-435: Fix the NPE when proeprty in order clause is not defined.

2016-07-06 Thread Shwetha GS
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49717/#review141129 --- Ship it! Ship It! - Shwetha GS On July 6, 2016, 7:19 p.m.,

Re: authentication with v0.7

2016-07-06 Thread Hemanth Yamijala
Hi Herman, Sorry, it is not possible to use Apache Atlas 0.7 without an authentication mode. The simplest authentication setup is file based authentication the details of which are documented here: http://atlas.incubator.apache.org/Authentication-Authorization.html To use the 0.7 server, you

Re: Review Request 49717: Atlas-435: Fix the NPE when proeprty in order clause is not defined.

2016-07-06 Thread Neeru Gupta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49717/ --- (Updated July 6, 2016, 7:19 p.m.) Review request for atlas and Shwetha GS.

[jira] [Comment Edited] (ATLAS-993) If condition in DSL order by clause is not defined then dsl query fails.

2016-07-06 Thread Neeru Gupta (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15364846#comment-15364846 ] Neeru Gupta edited comment on ATLAS-993 at 7/6/16 6:36 PM: ---

[jira] [Comment Edited] (ATLAS-435) Add ORDER BY and Limit to search DSL

2016-07-06 Thread Neeru Gupta (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15364825#comment-15364825 ] Neeru Gupta edited comment on ATLAS-435 at 7/6/16 6:36 PM: --- I have added a fix to

[jira] [Commented] (ATLAS-993) If condition in DSL order by clause is not defined then dsl query fails.

2016-07-06 Thread Neeru Gupta (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15364846#comment-15364846 ] Neeru Gupta commented on ATLAS-993: --- https://reviews.apache.org/r/49717/ > If condition in DSL order by

[jira] [Created] (ATLAS-993) If condition in DSL order by clause is not defined then dsl query fails.

2016-07-06 Thread Neeru Gupta (JIRA)
Neeru Gupta created ATLAS-993: - Summary: If condition in DSL order by clause is not defined then dsl query fails. Key: ATLAS-993 URL: https://issues.apache.org/jira/browse/ATLAS-993 Project: Atlas

[jira] [Commented] (ATLAS-435) Add ORDER BY and Limit to search DSL

2016-07-06 Thread Neeru Gupta (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15364825#comment-15364825 ] Neeru Gupta commented on ATLAS-435: --- I have added a fix to check for null value in order by closure.

Review Request 49717: Atlas-435: Fix the NPE when proeprty in order clause is not defined.

2016-07-06 Thread Neeru Gupta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49717/ --- Review request for atlas and Shwetha GS. Bugs: Atlas-435

[jira] [Commented] (ATLAS-435) Add ORDER BY and Limit to search DSL

2016-07-06 Thread Neeru Gupta (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15364612#comment-15364612 ] Neeru Gupta commented on ATLAS-435: --- [~shwethags] Hi Shwetha, Can you please create a jira issue

authentication with v0.7

2016-07-06 Thread Herman Yu
Hi, Is there a way to disable authentication with v0.7 (no login page with UI and REST calls doesn’t require U/P)? We are testing codes (uses atlasClient) built for v0.5 on v0.7 on a sandbox environment, it fails with authentication. v0.7 is configured using simple file based authentication.

[jira] [Commented] (ATLAS-902) Atlas throws exception due to null definition in Hive create table statement

2016-07-06 Thread Vimal Sharma (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15364286#comment-15364286 ] Vimal Sharma commented on ATLAS-902: Added the tests for all except one case. Please review the updated

[jira] [Updated] (ATLAS-902) Atlas throws exception due to null definition in Hive create table statement

2016-07-06 Thread Vimal Sharma (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vimal Sharma updated ATLAS-902: --- Attachment: ATLAS-902-V3.patch > Atlas throws exception due to null definition in Hive create table

Re: Sample DSL queries?

2016-07-06 Thread Vimal Sharma
You can use the sample DSL queries from QuickStart.java. Below is the link https://github.com/apache/incubator-atlas/blob/master/webapp/src/main/java/org/apache/atlas/examples/QuickStart.java You will however need to run quick_start.py script located at $ATLAS_HOME/bin/quick_start.py before

Sample DSL queries?

2016-07-06 Thread Ernie Ostic
Hi all... Is there a link to some sample DSL queries, as would be used in the search property for .7 ?Assuming at the moment that it is a JSON based query syntax. Thank you. Ernie Ernie Ostic WW Product Specialist, Information Server IBM Analytics Cell: (617) 331 8238

[jira] [Resolved] (ATLAS-992) Added support for message queue properties an Selectors in Apache.NMS.MSMQ

2016-07-06 Thread Hemanth Yamijala (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hemanth Yamijala resolved ATLAS-992. Resolution: Invalid This does not seem to be an Apache Atlas project's issue. Could you

[jira] [Commented] (ATLAS-992) Added support for message queue properties an Selectors in Apache.NMS.MSMQ

2016-07-06 Thread Stephane Ramet (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15364045#comment-15364045 ] Stephane Ramet commented on ATLAS-992: -- I thought posting through the Service Desk would enable me to

[jira] [Created] (ATLAS-992) Added support for message queue properties an Selectors in Apache.NMS.MSMQ

2016-07-06 Thread Stephane Ramet (JIRA)
Stephane Ramet created ATLAS-992: Summary: Added support for message queue properties an Selectors in Apache.NMS.MSMQ Key: ATLAS-992 URL: https://issues.apache.org/jira/browse/ATLAS-992 Project:

[jira] [Updated] (ATLAS-584) Integrate CSRF prevention filter

2016-07-06 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keval Bhatt updated ATLAS-584: -- Attachment: ATLAS-584.2.patch > Integrate CSRF prevention filter > > >

Re: Review Request 49084: ATLAS-584 : Integrate CSRF prevention filter

2016-07-06 Thread keval bhatt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49084/ --- (Updated July 6, 2016, 7:20 a.m.) Review request for atlas, Gautam Borad,

[VOTE] Release Apache Atlas version 0.7-incubating RC2

2016-07-06 Thread Hemanth Yamijala
Hi all, This is a call for a vote on the Apache Atlas 0.7-incubating release (release candidate RC2). A vote was held on developer mailing list and it passed with 7 +1s. Vote thread: https://s.apache.org/Czm4 Results thread: https://s.apache.org/PAeO The source tarball (*.tar.gz), signature

Re: Review Request 49440: ATLAS-963 : UI: Entity details is not display String array attribute values correctly

2016-07-06 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49440/#review140960 --- Ship it! Ship It! - Madhan Neethiraj On June 30, 2016,

Re: Review Request 49441: ATLAS-968 - Set group information from UGI for Ldap authentication.

2016-07-06 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49441/#review140959 --- Ship it! Ship It! - Madhan Neethiraj On July 4, 2016, 7:15

Re: Review Request 49084: ATLAS-584 : Integrate CSRF prevention filter

2016-07-06 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49084/#review140957 --- Fix it, then Ship it!