46992/hive-how-to-compress-intermediate-jobs
Hi. I have set compression for MapReduce job output as follows:
$ hive --hiveconf hive.exec.compress.output=true
But I have observed that the output is being compressed and not the intermediates. Is there a way to compress the intermediates too?
The option hive.exec.compress.output will only compress the output. To compress the intermediates, you have to enable intermediate compression as follows:
$ hive --hiveconf hive.exec.compress.output=true hive.exec.compress.intermediate=true
To compress the output of the MapReduce ...READ MORE
Impala provides faster response as it uses MPP(massively ...READ MORE
Well, what you can do is use ...READ MORE
You need to know the cluster properly ...READ MORE
Firstly you need to understand the concept ...READ MORE
org.apache.hadoop.mapred is the Old API org.apache.hadoop.mapreduce is the ...READ MORE
Hi, You can create one directory in HDFS ...READ MORE
In your case there is no difference ...READ MORE
Below is also a way for Pivot SELECT ...READ MORE
concatenation of substrings using the following code: select ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.