hadoop - kite-dataset option mentioning hive database -


i have create movies table in movielens database instead of default hive database using kite-dataset. have created movielens database in hive manually.

so please advice option need use below command.

$ kite-dataset create movies --schema movie.avsc (-database movielens) 

construct dataset uri in pattern,

dataset:hive:<namespace>/<dataset-name> 

the create statement be

$ kite-dataset create dataset:hive:movielens/movies --schema movie.avsc 

refer dataset uris.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -