mongodb collection is not loaded into hive table
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
0
I am currently trying to migrate mongodb collection into hdfs by using hive . I succeeded in creating the mongodb-based hive table and it is present in my hdfs directory when i browse the hdfs UI. However only the table is showing but the table is empty , no data is available . It seems like the mongodb collection is not loaded into the table. below is how I create the table. create table mongo( id String, age String, gender String, race String, custState String, purchaseDate String, purchaseTime String, foodname String, restaurant String, foodtype String, quantity String, totalPrice String, orderType Strin...