hive.tez.container.size
This property specifies tez container size. Usually value of this property should be the same as or a small multiple (1 or 2 times that) of YARN container size yarn.scheduler.minimum-allocation-mb and should not exceed value of yarn.scheduler.maximum-allocation-mb.
As a general rule don’t put value higher than memory per processor as you want 1 processor per container and you want to spun up multiple containers.
You can find very detailed answer and a great architecture diagram on Hortonworks community answer here
tez.task.resource.memory.mb
Amount of memory used by launched task in TEZ container. Usually this value is being set in DAG but if it’s not then by default it will get set to 1024 MB.
All task in the DAG will have same size, it is helpful for container reuse and good for performance too.
Related Posts:
- Why is Fetch task in Hive works faster than Map-only task?
- Hive: how to show all partitions of a table?
- fs.hdfs.impl.disable.cache caused SparkSQL very slow
- Hive dynamic partitioning
- how to write subquery and use “In” Clause in Hive
- get “ERROR: Can’t get master address from ZooKeeper; znode data == null” when using Hbase shell
- Failed to locate the winutils binary in the hadoop binary path
- Name node is in safe mode. Not able to leave
- java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
- First hadoop project error: “Input path does not exist”
- Difference between `load data inpath ` and `location` in hive?
- What is Keyword Context in Hadoop programming world?
- Converting bytes to megabytes
- How do I determine the size of my array in C?
- What does pss mean in /proc/pid/smaps
- Docker error : no space left on device
- Stack Memory vs Heap Memory
- How can I explicitly free memory in Python?
- How to clear variables in ipython?
- How to solve munmap_chunk(): invalid pointer error in C++
- How to clear variables in ipython?
- How does the “view” method work in PyTorch?
- Hadoop “Unable to load native-hadoop library for your platform” warning
- Python subprocess.Popen “OSError: [Errno 12] Cannot allocate memory”
- What is the difference between spark.sql.shuffle.partitions and spark.default.parallelism?
- What does ** do in C language?
- Using Dynamic Memory allocation for arrays
- memory error in python
- In Python, what is `sys.maxsize`?
- How do I profile memory usage in Python?
- Difference between word addressable and byte addressable
- Python/Numpy MemoryError
- Is the sizeof(some pointer) always equal to four?
- What does it mean double free detected in tcache 2 while using mpz?
- -bash: fork: Cannot allocate memory
- How to Update/Drop a Hive Partition?
- connect to host localhost port 22: Connection refused
- What should be hadoop.tmp.dir ?
- How to clear memory to prevent “out of memory error” in excel vba?
- How do I determine the size of an object in Python?
- I get this error: “glibc detected”
- Is Python faster and lighter than C++?
- Hive’s unix_timestamp and from_unixtime functions
- What does ** mean in C?
- Does stack grow upward or downward?
- Difference between INNER JOIN and LEFT SEMI JOIN
- Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted (CodeIgniter + XML-RPC)
- Fatal error: Out of memory, but I do have plenty of memory (PHP)
- Destructor for a doubly-linked list that points to its value
- C: pointer to array of pointers to structures (allocation/deallocation issues)
- What is Sandboxed_process0 and why do i have so many instances of it listed in the memory usage for my app
- What is ‘PermSize’ in Java?
- What’s the difference between a word and byte?
- Hive Map-Join configuration mystery
- Where is the classpath set for hadoop
- malloc(sizeof(int)) vs malloc(sizeof(int *)) vs (int *)malloc(sizeof(int))
- Refactoring WordPress to improve memory performance [closed]
- How to configure WordPress to handle 75,000 pages?
- WP_Query leaking absurd amounts of memory
- How to use more than 256MB of memory in the admin?
- Is there a way to exclude the content from the post variable to save on RAM usage?
- Programmatically adding images to the media library with wp_generate_attachment_metadata randomly fails
- What’s the difference between WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT?
- What’s the ideal way to profile WordPress memory usage?
- PHP memory friendly alternative to get_posts()
- WordPress variables and memory
- Allowed memory size of 268435456 bytes exhausted (tried to allocate 7146491840906359738 bytes)
- Multiple WordPress sites eat up alot of RAM
- Decreasing the Memory Consumption of a WordPress Site?
- Memory needed to host 200 wordpress sites?
- PHP Memory Limit vs. WP Memory Limit
- $wpdb->get_results leaking memory
- WP_MEMORY_LIMIT didn’t work in wp-config
- Does a WP site consumes memory resources when there are NO visitors?
- Best way to diagnose which plug-ins/theme uses the most memory?
- How can WordPress be made more memory efficient?
- WordPress database becoming huge. How to analyze and optimize it? fear of running out of memory
- What is the most efficient way to search users by their display name?
- WordPress plugin installation error
- High CPU & Memory Spikes?
- WordPress media upload limit?
- wordpress upload http error?
- How to solve suspected memory issue in custom WordPress loop?
- Memory Leak in plugin action
- Excessive memory used by update_option()
- Allowed memory size exhausted. WordPress side solution
- Blank page for edit.php
- CPU usage: AJAX and Heartbeat API on admin pages
- Memory usage when querying users
- How can I free up the memory used by update_post_meta?
- Not enough memory
- Memory usage for scalable usermeta queries
- loop through all posts memory error
- Allowed Memory Size Error in WordPress
- How many caching plugins should be used?
- Mass importing json data into custom fields (postmeta)
- Memory errors with media upload, WordPress can’t use more than 96M (while there’s 512 available!)
- Can you limit the memory usage of a particular plugin?
- Are there individual memory allocations for different user roles in WordPress?
- Set WP_MAX_MEMORY_LIMIT higher than PHP.ini memory_limit