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



Ramesh, Thanks for taking this issue, it was asked by many endusers on dev and 
user mailing list.

Can we have 4th case where we can import specific list of tables, 
where input given is database:tables seperated with newline character.

eg
database1.table1
database2.table1
database2.table2

- Nixon Rodrigues


On March 22, 2018, 7:38 p.m., Ramesh Mani wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66226/
> -----------------------------------------------------------
> 
> (Updated March 22, 2018, 7:38 p.m.)
> 
> 
> Review request for atlas, Madhan Neethiraj, Nixon Rodrigues, and Sarath 
> Subramanian.
> 
> 
> Bugs: ATLAS-2511
>     https://issues.apache.org/jira/browse/ATLAS-2511
> 
> 
> Repository: atlas
> 
> 
> Description
> -------
> 
> ATLAS-2511:Provide options to selectively import database / tables from Hive 
> into Atlas
> 
> 
> Diffs
> -----
> 
>   addons/hive-bridge/src/bin/import-hive.sh 47581ac 
>   
> addons/hive-bridge/src/main/java/org/apache/atlas/hive/bridge/HiveMetaStoreBridge.java
>  51df8d2 
>   
> addons/hive-bridge/src/test/java/org/apache/atlas/hive/bridge/HiveMetaStoreBridgeTest.java
>  271511e 
> 
> 
> Diff: https://reviews.apache.org/r/66226/diff/1/
> 
> 
> Testing
> -------
> 
> Tested in LOCAL VM
> 
> Usage 1: import-hive.sh [-n <database> OR --database <database>]
> Imports specified database and its tables ...
> 
> Usage 2: import-hive.sh [-n <database> OR --namespace <database>] [-t <table> 
> OR --table <table>]
> Imports specified table within that database ...
> 
> Usage 3: import-hive.sh
> Imports all databases and tables...
> 
> 
> Thanks,
> 
> Ramesh Mani
> 
>

Reply via email to