Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 07-10-2017 07:58 AM
Created 07-10-2017 08:10 AM
You need to run the -setrep again to set to 3, so that other 2 replicas are removed.
[hive@x ~]$ hdfs dfs -ls /tmp/hive/sgipbal_np2.avsc -rw-r--r-- 5 hive hdfs55592 2017-01-16 17:41 /tmp/hive/sgipbal_np2.avsc [hive@x ~]$hdfs dfs -setrep 3 /tmp/hive/sgipbal_np2.avsc Replication 3 set: /tmp/hive/sgipbal_np2.avsc [hive@x ~]$ hdfs dfs -ls /tmp/hive/sgipbal_np2.avsc -rw-r--r-- 3 hive hdfs55592 2017-01-16 17:41 /tmp/hive/sgipbal_np2.avsc
Created 07-10-2017 08:10 AM
You need to run the -setrep again to set to 3, so that other 2 replicas are removed.
[hive@x ~]$ hdfs dfs -ls /tmp/hive/sgipbal_np2.avsc -rw-r--r-- 5 hive hdfs55592 2017-01-16 17:41 /tmp/hive/sgipbal_np2.avsc [hive@x ~]$hdfs dfs -setrep 3 /tmp/hive/sgipbal_np2.avsc Replication 3 set: /tmp/hive/sgipbal_np2.avsc [hive@x ~]$ hdfs dfs -ls /tmp/hive/sgipbal_np2.avsc -rw-r--r-- 3 hive hdfs55592 2017-01-16 17:41 /tmp/hive/sgipbal_np2.avsc
Created 07-13-2017 03:06 PM
I have a dev team and test team.and i have allocated 20% resources to test team and 40 % resources to dev team.
when test team launch 1 job and dev team launch 1 job.
How does yarn or mapreduce gets to know test team having 20% resources. dev team having 40% resources?.
and how to see which team has launched which job?