Hive is a database built on top of Hadoop and facilitates easy data summarization, ad-hoc queries, and the analysis of large datasets stored in Hadoop compatible distributed file system.
I have installed Hadoop, Hive, Hive JDBC. which are running fine for me. But I still have a problem. How …
hadoop hive sql-deleteHow can I find which Hive version I am using from the command prompt. Below is the details- I am …
hadoop hiveHow do we get the current system date in Hive? In MySQL we have select now(), can any one please …
hive hiveqlAfter adding a partition to an external table in Hive, how can I update/drop it?
hive hiveqlMy background - 4 weeks old in the Hadoop world. Dabbled a bit in Hive, Pig and Hadoop using Cloudera's Hadoop …
hadoop hive apache-pigI'm looking for the SQL equivalent of SET varname = value in Hive QL I know I can do something like …
hive hiveqlI used this Hive query to export a table into a CSV file. INSERT OVERWRITE DIRECTORY '/user/data/output/…
csv hiveI am getting: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.MapRedTask While trying to make …
hadoop mapreduce hive