[jira] [Updated] (ATLAS-702) "ALTER TABLE .. NOT STORED AS DIRECTORIES" metadata update is not sent to Atlas.

2016-06-20 Thread Shwetha G S (JIRA)

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

Shwetha G S updated ATLAS-702:
--
Issue Type: Sub-task  (was: Bug)
Parent: ATLAS-492

> "ALTER TABLE .. NOT STORED AS DIRECTORIES" metadata update is not sent to 
> Atlas.
> 
>
> Key: ATLAS-702
> URL: https://issues.apache.org/jira/browse/ATLAS-702
> Project: Atlas
>  Issue Type: Sub-task
>Affects Versions: 0.7-incubating
>Reporter: Ayub Khan
>Assignee: Suma Shivaprasad
>
> 1. CREATE TABLE list_bucket_single (key STRING, value STRING) SKEWED BY (key) 
> ON (1,5,6) STORED AS DIRECTORIES;
> {noformat}
> 0: jdbc:hive2://localhost:1/default> describe formatted 
> list_bucket_single2;
> +---++---+--+
> |   col_name|   data_type 
>|comment|
> +---++---+--+
> | # col_name| data_type   
>| comment   |
> |   | NULL
>| NULL  |
> | key   | string  
>|   |
> | value | string  
>|   |
> |   | NULL
>| NULL  |
> | # Detailed Table Information  | NULL
>| NULL  |
> | Database: | default 
>| NULL  |
> | Owner:| apathan 
>| NULL  |
> | CreateTime:   | Mon Apr 25 16:27:21 IST 2016
>| NULL  |
> | LastAccessTime:   | UNKNOWN 
>| NULL  |
> | Protect Mode: | None
>| NULL  |
> | Retention:| 0   
>| NULL  |
> | Location: | 
> hdfs://localhost:9000/user/hive/warehouse/list_bucket_single2  | NULL 
>  |
> | Table Type:   | MANAGED_TABLE   
>| NULL  |
> | Table Parameters: | NULL
>| NULL  |
> |   | transient_lastDdlTime   
>| 1461581841|
> |   | NULL
>| NULL  |
> | # Storage Information | NULL
>| NULL  |
> | SerDe Library:| 
> org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe | NULL 
>  |
> | InputFormat:  | org.apache.hadoop.mapred.TextInputFormat
>| NULL  |
> | OutputFormat: | 
> org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat | NULL 
>  |
> | Compressed:   | No  
>| NULL  |
> | Num Buckets:  | -1  
>| NULL  |
> | Bucket Columns:   | []  
>| NULL  |
> | Sort Columns: | []  
>| NULL  |
> | Stored As SubDirectories: | Yes 
>| NULL  |
> | Skewed Columns:   | [key]   
>| NULL  |
> | Skewed Values:| [[1], [5], [6]] 
>| NULL  |
> | Storage Desc Params:  | NULL
>| 

[jira] [Updated] (ATLAS-702) "ALTER TABLE .. NOT STORED AS DIRECTORIES" metadata update is not sent to Atlas.

2016-06-20 Thread Shwetha G S (JIRA)

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

Shwetha G S updated ATLAS-702:
--
Fix Version/s: (was: 0.7-incubating)

> "ALTER TABLE .. NOT STORED AS DIRECTORIES" metadata update is not sent to 
> Atlas.
> 
>
> Key: ATLAS-702
> URL: https://issues.apache.org/jira/browse/ATLAS-702
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.7-incubating
>Reporter: Ayub Khan
>Assignee: Suma Shivaprasad
>
> 1. CREATE TABLE list_bucket_single (key STRING, value STRING) SKEWED BY (key) 
> ON (1,5,6) STORED AS DIRECTORIES;
> {noformat}
> 0: jdbc:hive2://localhost:1/default> describe formatted 
> list_bucket_single2;
> +---++---+--+
> |   col_name|   data_type 
>|comment|
> +---++---+--+
> | # col_name| data_type   
>| comment   |
> |   | NULL
>| NULL  |
> | key   | string  
>|   |
> | value | string  
>|   |
> |   | NULL
>| NULL  |
> | # Detailed Table Information  | NULL
>| NULL  |
> | Database: | default 
>| NULL  |
> | Owner:| apathan 
>| NULL  |
> | CreateTime:   | Mon Apr 25 16:27:21 IST 2016
>| NULL  |
> | LastAccessTime:   | UNKNOWN 
>| NULL  |
> | Protect Mode: | None
>| NULL  |
> | Retention:| 0   
>| NULL  |
> | Location: | 
> hdfs://localhost:9000/user/hive/warehouse/list_bucket_single2  | NULL 
>  |
> | Table Type:   | MANAGED_TABLE   
>| NULL  |
> | Table Parameters: | NULL
>| NULL  |
> |   | transient_lastDdlTime   
>| 1461581841|
> |   | NULL
>| NULL  |
> | # Storage Information | NULL
>| NULL  |
> | SerDe Library:| 
> org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe | NULL 
>  |
> | InputFormat:  | org.apache.hadoop.mapred.TextInputFormat
>| NULL  |
> | OutputFormat: | 
> org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat | NULL 
>  |
> | Compressed:   | No  
>| NULL  |
> | Num Buckets:  | -1  
>| NULL  |
> | Bucket Columns:   | []  
>| NULL  |
> | Sort Columns: | []  
>| NULL  |
> | Stored As SubDirectories: | Yes 
>| NULL  |
> | Skewed Columns:   | [key]   
>| NULL  |
> | Skewed Values:| [[1], [5], [6]] 
>| NULL  |
> | Storage Desc Params:  | NULL
>| NULL  

[jira] [Updated] (ATLAS-702) "ALTER TABLE .. NOT STORED AS DIRECTORIES" metadata update is not sent to Atlas.

2016-04-25 Thread Ayub Khan (JIRA)

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

Ayub Khan updated ATLAS-702:

Summary: "ALTER TABLE .. NOT STORED AS DIRECTORIES" metadata update is not 
sent to Atlas.  (was: "ALTER TABLE .. NOT STORED AS DIRECTORIES" metadata 
update is not triggered.)

> "ALTER TABLE .. NOT STORED AS DIRECTORIES" metadata update is not sent to 
> Atlas.
> 
>
> Key: ATLAS-702
> URL: https://issues.apache.org/jira/browse/ATLAS-702
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 0.7-incubating
>Reporter: Ayub Khan
>Assignee: Suma Shivaprasad
> Fix For: 0.7-incubating
>
>
> 1. CREATE TABLE list_bucket_single (key STRING, value STRING) SKEWED BY (key) 
> ON (1,5,6) STORED AS DIRECTORIES;
> {noformat}
> 0: jdbc:hive2://localhost:1/default> describe formatted 
> list_bucket_single2;
> +---++---+--+
> |   col_name|   data_type 
>|comment|
> +---++---+--+
> | # col_name| data_type   
>| comment   |
> |   | NULL
>| NULL  |
> | key   | string  
>|   |
> | value | string  
>|   |
> |   | NULL
>| NULL  |
> | # Detailed Table Information  | NULL
>| NULL  |
> | Database: | default 
>| NULL  |
> | Owner:| apathan 
>| NULL  |
> | CreateTime:   | Mon Apr 25 16:27:21 IST 2016
>| NULL  |
> | LastAccessTime:   | UNKNOWN 
>| NULL  |
> | Protect Mode: | None
>| NULL  |
> | Retention:| 0   
>| NULL  |
> | Location: | 
> hdfs://localhost:9000/user/hive/warehouse/list_bucket_single2  | NULL 
>  |
> | Table Type:   | MANAGED_TABLE   
>| NULL  |
> | Table Parameters: | NULL
>| NULL  |
> |   | transient_lastDdlTime   
>| 1461581841|
> |   | NULL
>| NULL  |
> | # Storage Information | NULL
>| NULL  |
> | SerDe Library:| 
> org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe | NULL 
>  |
> | InputFormat:  | org.apache.hadoop.mapred.TextInputFormat
>| NULL  |
> | OutputFormat: | 
> org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat | NULL 
>  |
> | Compressed:   | No  
>| NULL  |
> | Num Buckets:  | -1  
>| NULL  |
> | Bucket Columns:   | []  
>| NULL  |
> | Sort Columns: | []  
>| NULL  |
> | Stored As SubDirectories: | Yes 
>| NULL  |
> | Skewed Columns:   | [key]   
>| NULL  |
> | Skewed Values:| [[1], [5], [6]] 
>