Tag Archives: HiveQL

Error accessing MongoDB in Apache Hive

Accessing MongoDB collection via HiveQL after integrating it with Apache Hive is throwing error. Detailed error can be obtained by enabling hive shell in debug mode as below; hive hive.root.logger=DEBUG,console  select * from table_name; Error Stack: 19/08/27 10:16:35 [main]: DEBUG … Continue reading

Posted in MongoDB | Tagged , , , | 1 Comment

MongoDB Integration with Apache Hive

One of the application of Big Data is to analyse the historical transaction data and classify the incoming new transactions. To perform this we can have NoSQL database to hold the historical transaction data and use MapReduce to analyse the … Continue reading

Posted in MongoDB | Tagged , , , | Leave a comment