[jira] [Commented] (ATLAS-917) Add hdfs paths to process qualified name for non-partition based queries

2016-06-28 Thread ATLAS QA (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354583#comment-15354583 ] ATLAS QA commented on ATLAS-917: {color:red}-1 overall{color}. Here are the results of testing the latest

[jira] [Commented] (ATLAS-431) Remove un-used licenses

2016-06-28 Thread Hemanth Yamijala (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354563#comment-15354563 ] Hemanth Yamijala commented on ATLAS-431: +1 for the change. > Remove un-used licenses >

[jira] [Updated] (ATLAS-431) Remove un-used licenses

2016-06-28 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-431: -- Attachment: ATLAS-431-v2.patch > Remove un-used licenses > --- > >

[jira] [Commented] (ATLAS-431) Remove un-used licenses

2016-06-28 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354559#comment-15354559 ] Shwetha G S commented on ATLAS-431: --- Updated patch adds the missing lines to NOTICE > Remove un-used

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

2016-06-28 Thread Shwetha Shivalingamurthy
Thanks Justin for verifying We have used sha512 already. We need to remove glyphicons font. We will also fix the LICENSE and NOTICE and get back. Thanks! Regards, Shwetha On 28/06/16, 10:40 AM, "Justin Mclean" wrote: >Hi, > >-1 (binding) until font license

Re: quick_start.py : no server (connection refused)

2016-06-28 Thread Shwetha Shivalingamurthy
I use embedded-hbase-solr for local testing , you have to run conf/atlas-env.sh before starting atlas. This works for me on mac laptop Because of licensing issues, BerkelyDB jar is not packaged anymore in any of the profiles. So, even if you build with BerkelyDB profile, you have to copy the

[jira] [Updated] (ATLAS-917) Add hdfs paths to process qualified name for non-partition based queries

2016-06-28 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad updated ATLAS-917: --- Fix Version/s: 0.8-incubating > Add hdfs paths to process qualified name for non-partition

[jira] [Commented] (ATLAS-917) Add hdfs paths to process qualified name for non-partition based queries

2016-06-28 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15354523#comment-15354523 ] Suma Shivaprasad commented on ATLAS-917: https://reviews.apache.org/r/49350/ > Add hdfs paths to

[jira] [Updated] (ATLAS-917) Add hdfs paths to process qualified name for non-partition based queries

2016-06-28 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad updated ATLAS-917: --- Attachment: ATLAS-917.patch > Add hdfs paths to process qualified name for non-partition based

Review Request 49350: ATLAS-917 Add HDFS paths for non-partition queries

2016-06-28 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49350/ --- Review request for atlas. Repository: atlas Description --- this is

Re: Review Request 49350: ATLAS-917 Add HDFS paths for non-partition queries

2016-06-28 Thread Suma Shivaprasad
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49350/ --- (Updated June 29, 2016, 4:41 a.m.) Review request for atlas. Repository:

Build failed in Jenkins: apache-atlas-nightly #348

2016-06-28 Thread Apache Jenkins Server
See Changes: [sumasai.shivaprasad] ATLAS-919 UI : Deleted references should be shown in red or filtered out [sumasai.shivaprasad] ATLAS-954 Get hadoop classpath if command hadoop is in PATH (svimal2106 [sumasai.shivaprasad]

[jira] [Updated] (ATLAS-954) Get hadoop classpath if command hadoop is in PATH

2016-06-28 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad updated ATLAS-954: --- Affects Version/s: 0.8-incubating > Get hadoop classpath if command hadoop is in PATH >

[jira] [Updated] (ATLAS-919) UI : Deleted references should be shown in red or filtered out

2016-06-28 Thread Suma Shivaprasad (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad updated ATLAS-919: --- Affects Version/s: 0.8-incubating Fix Version/s: (was: 0.7-incubating)

Re: quick_start.py : no server (connection refused)

2016-06-28 Thread Nigel Jones
Just to share experience: I generally use the default profile -Pdist to build the atlas binary. This points to an external instance of Hbase and Solr. This “external” instance is just another process that runs on the same machine (my Mac OS X laptop). I use Hbase 1.1.2 and Solr 5.5.1 (until

Re: quick_start.py : no server (connection refused)

2016-06-28 Thread Hemanth Yamijala
Folks, Just to share experience: I generally use the default profile -Pdist to build the atlas binary. This points to an external instance of Hbase and Solr. This “external” instance is just another process that runs on the same machine (my Mac OS X laptop). I use Hbase 1.1.2 and Solr 5.5.1

Re: quick_start.py : no server (connection refused)

2016-06-28 Thread Nigel Jones
On 28/06/2016 14:12, Venkata R Madugundu wrote: Build with -Pberkeley-elasticsearch,dist worked for me. Build with -Pembedded-hbase-solr,dist does NOT work for me. It had issues starting up Solr. Had symtoms similar to ATLAS-800 Thanks Venkata, will try that too and either add notes to the

[jira] [Commented] (ATLAS-919) UI : Deleted references should be shown in red or filtered out

2016-06-28 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352975#comment-15352975 ] Keval Bhatt commented on ATLAS-919: --- [~suma.shivaprasad] If name is not present then *qualifiedName* is

[jira] [Assigned] (ATLAS-958) Add licenses for dashboard dependencies

2016-06-28 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keval Bhatt reassigned ATLAS-958: - Assignee: Keval Bhatt > Add licenses for dashboard dependencies >

[jira] [Updated] (ATLAS-919) UI : Deleted references should be shown in red or filtered out

2016-06-28 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keval Bhatt updated ATLAS-919: -- Attachment: ATLAS-919.3.patch > UI : Deleted references should be shown in red or filtered out >

Re: quick_start.py : no server (connection refused)

2016-06-28 Thread Venkata R Madugundu
Build with -Pberkeley-elasticsearch,dist worked for me. Build with -Pembedded-hbase-solr,dist does NOT work for me. It had issues starting up Solr. Had symtoms similar to ATLAS-800 From: Nigel Jones To: dev@atlas.incubator.apache.org Date: 28/06/16 06:35 PM

quick_start.py : no server (connection refused)

2016-06-28 Thread Nigel Jones
There's been some changes to the atlas setup/build in recent months. I just build trunk for the first time in a while, and ran quick_start but the server clearly hasn't started } ] } Exception in thread "main" com.sun.jersey.api.client.ClientHandlerException:

[jira] [Commented] (ATLAS-431) Remove un-used licenses

2016-06-28 Thread Hemanth Yamijala (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352912#comment-15352912 ] Hemanth Yamijala commented on ATLAS-431: I looked at the changes and also tried to verify this

Review Request 49310: ATLAS-959 - Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme: hdfs]

2016-06-28 Thread Saqeeb Shaikh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49310/ --- Review request for atlas, Gautam Borad, Madhan Neethiraj, Mehul Parikh, Shwetha

[jira] [Updated] (ATLAS-959) Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme: hdfs]

2016-06-28 Thread Saqeeb Shaikh (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saqeeb Shaikh updated ATLAS-959: Attachment: ATLAS-959.1.patch > Exception while writing to audit log. [java.io.IOException: No

[jira] [Updated] (ATLAS-959) Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme: hdfs]

2016-06-28 Thread Saqeeb Shaikh (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saqeeb Shaikh updated ATLAS-959: Affects Version/s: (was: 0.7-incubating) 0.8-incubating > Exception while

[jira] [Updated] (ATLAS-959) Exception while audit log [java.io.IOException: No FileSystem for scheme: hdfs

2016-06-28 Thread Saqeeb Shaikh (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saqeeb Shaikh updated ATLAS-959: Summary: Exception while audit log [java.io.IOException: No FileSystem for scheme: hdfs (was:

[jira] [Updated] (ATLAS-959) Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme: hdfs]

2016-06-28 Thread Saqeeb Shaikh (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saqeeb Shaikh updated ATLAS-959: Summary: Exception while writing to audit log. [java.io.IOException: No FileSystem for scheme:

[jira] [Updated] (ATLAS-959) Failure while writing Audit logs in HDFS

2016-06-28 Thread Saqeeb Shaikh (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Saqeeb Shaikh updated ATLAS-959: Description: While writing audit logs in HDFS, Ranger-Atlas plugin gets following error :

[jira] [Created] (ATLAS-959) Failure while writing Audit logs in HDFS

2016-06-28 Thread Saqeeb Shaikh (JIRA)
Saqeeb Shaikh created ATLAS-959: --- Summary: Failure while writing Audit logs in HDFS Key: ATLAS-959 URL: https://issues.apache.org/jira/browse/ATLAS-959 Project: Atlas Issue Type: Bug

[jira] [Commented] (ATLAS-431) Remove un-used licenses

2016-06-28 Thread ATLAS QA (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352659#comment-15352659 ] ATLAS QA commented on ATLAS-431: {color:red}-1 overall{color}. Here are the results of testing the latest

[jira] [Assigned] (ATLAS-431) Remove un-used licenses

2016-06-28 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S reassigned ATLAS-431: - Assignee: Shwetha G S > Remove un-used licenses > --- > >

[jira] [Updated] (ATLAS-431) Remove un-used licenses

2016-06-28 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-431: -- Attachment: ATLAS-431.patch > Remove un-used licenses > --- > > Key:

[jira] [Resolved] (ATLAS-918) UI : Deleted entities show status as DELETED and Datasets should be differentiable in lineage

2016-06-28 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keval Bhatt resolved ATLAS-918. --- Resolution: Fixed > UI : Deleted entities show status as DELETED and Datasets should be >

[jira] [Commented] (ATLAS-918) UI : Deleted entities show status as DELETED and Datasets should be differentiable in lineage

2016-06-28 Thread Keval Bhatt (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352528#comment-15352528 ] Keval Bhatt commented on ATLAS-918: --- [~suma.shivaprasad] ATLAS-920 takes care of showing deleted entity

[jira] [Updated] (ATLAS-431) Remove un-used licenses

2016-06-28 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-431: -- Fix Version/s: 0.7-incubating > Remove un-used licenses > --- > >

[jira] [Commented] (ATLAS-956) StormAtlasHook is not working for topologies that do not refer to Hadoop related bolts

2016-06-28 Thread Hemanth Yamijala (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352509#comment-15352509 ] Hemanth Yamijala commented on ATLAS-956: I had to copy at least these 3 jars for the issue to be

[jira] [Created] (ATLAS-957) Atlas is not capturing topologies that have $ in the data payload

2016-06-28 Thread Hemanth Yamijala (JIRA)
Hemanth Yamijala created ATLAS-957: -- Summary: Atlas is not capturing topologies that have $ in the data payload Key: ATLAS-957 URL: https://issues.apache.org/jira/browse/ATLAS-957 Project: Atlas

[jira] [Created] (ATLAS-956) StormAtlasHook is not working for topologies that do not refer to Hadoop related bolts

2016-06-28 Thread Hemanth Yamijala (JIRA)
Hemanth Yamijala created ATLAS-956: -- Summary: StormAtlasHook is not working for topologies that do not refer to Hadoop related bolts Key: ATLAS-956 URL: https://issues.apache.org/jira/browse/ATLAS-956

[jira] [Commented] (ATLAS-954) Get hadoop classpath if command hadoop is in PATH

2016-06-28 Thread ATLAS QA (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15352435#comment-15352435 ] ATLAS QA commented on ATLAS-954: {color:red}-1 overall{color}. Here are the results of testing the latest