Re: [VOTE] Release Apache Atlas version 0.6.0-incubating (Release Candidate 2)

2015-12-22 Thread Harish Butani
+1 verified the signatures, did a build, ran the tests. On Mon, Dec 21, 2015 at 3:14 PM, Arun C. Murthy wrote: > +1 (binding) > > Arun > > > > > On Dec 21, 2015, at 2:55 AM, Suma Shivaprasad > wrote: > > > > Hi Folks, > > > > I have created a build for

[jira] [Commented] (ATLAS-409) Atlas will not import hive tables with no columns

2015-12-22 Thread Aaron Dossett (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15068231#comment-15068231 ] Aaron Dossett commented on ATLAS-409: - Sorry for not providing more details initially. Here is the

[jira] [Comment Edited] (ATLAS-409) Atlas will not import hive tables with no columns

2015-12-22 Thread Aaron Dossett (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15068231#comment-15068231 ] Aaron Dossett edited comment on ATLAS-409 at 12/22/15 3:14 PM: --- Sorry for not

Avro tables and kerberized clusters

2015-12-22 Thread Aaron . Dossett
I was researching my ATLAS-381 errors and came across possibly a more fundamental problem. My avro tables define their schema by reference to a schema file on HDFS. The DDL includes: TBLPROPERTIES ('avro.schema.url'='hdfs://redstackambari.vagrant.tgt:8020/user/vagrant/schema/foo.avsc');

[jira] [Updated] (ATLAS-409) Atlas will not import avro tables with schema read from a file

2015-12-22 Thread Aaron Dossett (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Dossett updated ATLAS-409: Summary: Atlas will not import avro tables with schema read from a file (was: Atlas will not import

[jira] [Updated] (ATLAS-409) Atlas will not import avro tables with schema read from a file

2015-12-22 Thread Aaron Dossett (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Dossett updated ATLAS-409: Attachment: foo.avsc example.ddl > Atlas will not import avro tables with schema

[jira] [Updated] (ATLAS-411) Hive bridge needs the full hadoop classpath to interact with HDFS

2015-12-22 Thread Aaron Dossett (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Dossett updated ATLAS-411: Attachment: ATLAS-411.patch > Hive bridge needs the full hadoop classpath to interact with HDFS >

[jira] [Created] (ATLAS-411) Hive bridge needs the full hadoop classpath to interact with HDFS

2015-12-22 Thread Aaron Dossett (JIRA)
Aaron Dossett created ATLAS-411: --- Summary: Hive bridge needs the full hadoop classpath to interact with HDFS Key: ATLAS-411 URL: https://issues.apache.org/jira/browse/ATLAS-411 Project: Atlas

[jira] [Updated] (ATLAS-392) Rename application.properties to atlas-application.properties

2015-12-22 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-392: -- Attachment: ATLAS-392-v2.patch Re-based patch > Rename application.properties to

[jira] [Commented] (ATLAS-409) Atlas will not import hive tables with no columns

2015-12-22 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067875#comment-15067875 ] Shwetha G S commented on ATLAS-409: --- Doesn't hive try to figure out the columns from the custom serde? In

[jira] [Updated] (ATLAS-383) hive-import seems broken in Atlas trunk and 0.6 release candidate.

2015-12-22 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-383: -- Fix Version/s: (was: 0.6-incubating) > hive-import seems broken in Atlas trunk and 0.6 release

[jira] [Commented] (ATLAS-392) Rename application.properties to atlas-application.properties

2015-12-22 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15067932#comment-15067932 ] Shwetha G S commented on ATLAS-392: --- +1 > Rename application.properties to atlas-application.properties

[jira] [Updated] (ATLAS-410) Atlas throw an exception in the shutdown process

2015-12-22 Thread liutongfeng (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] liutongfeng updated ATLAS-410: -- Summary: Atlas throw an exception in the shutdown process (was: Atlas throw an an exception in the

[jira] [Updated] (ATLAS-392) Rename application.properties to atlas-application.properties

2015-12-22 Thread Shwetha G S (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shwetha G S updated ATLAS-392: -- Attachment: ATLAS-392-v3.patch Re-used application.properties file in tests > Rename

Re: Avro tables and kerberized clusters

2015-12-22 Thread Aaron . Dossett
To answer my own question, the Hive Bridge needs visibility to the full hadoop class path to successfully interact with HDFS. I¹ll create a JIRA and provide a patch for further feedback. On 12/22/15, 1:16 PM, "Aaron.Dossett" wrote: >I was researching my ATLAS-381