tez Questions
1
I'm trying to run simple AWS Data Pipeline for my POC. The case that I have is following: get data from CSV stored on S3, perform simple hive query on them and put results back to S3.
I've created...
Zilvia asked 25/2, 2017 at 2:0
4
I've been running some hive scripts on an aws emr 4.8 cluster with hive 1.0 and tez 0.8.
My configurations look like this:
SET hive.exec.compress.output=true;
SET mapred.output.compression.type=...
Paulin asked 26/10, 2016 at 1:45
3
Solved
What is the difference between Tez engine and Map Reduce engine in Hive and in which process which engine is better to use (for eg:joins, aggregation?)
Minier asked 13/1, 2017 at 9:13
2
I can run hive on Tez,But can not see any job in tez ui.
And it will drive me Crazy!
and the user and name are null in timelineserver
the config is blow:
tez-site.xml
<property>
<n...
1
Solved
I want to automate my hive ETL workflow in such a way
that I need to execute hive jobs on the basis of execution engine (Tez
or MR) because of memory constraints.
Would you please help, as I ...
Pleasance asked 26/2, 2018 at 6:25
1
In the Tez paper from Saha et al., the following modular architecture of Hadoop 2 with Tez is shown:
Why would someone run Spark/Flink on Tez?
What are the advantages? Better utilization of YAR...
Tablet asked 9/9, 2016 at 12:42
2
I've execute a "group by" query in Hive txt table
select day,count(*) from mts_order where source="MTS_REG_ORDER" group by day;
but it shows:
Error: Error while processing statement: FAILED: E...
Luckey asked 22/6, 2017 at 9:43
1
© 2022 - 2024 — McMap. All rights reserved.