Member since
09-25-2015
109
Posts
36
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2836 | 04-03-2018 09:08 PM | |
3964 | 03-14-2018 04:01 PM | |
11094 | 03-14-2018 03:22 PM | |
3158 | 10-30-2017 04:29 PM | |
1593 | 10-17-2017 04:49 PM |
03-14-2018
03:22 PM
1 Kudo
Hi @Aishwarya Dixit You can use the command move in hbase shell. Examples:
hbase> move 'ENCODED_REGIONNAME'
hbase> move 'ENCODED_REGIONNAME', 'SERVER_NAME'
Here is some help for this command:
Move a region. Optionally specify target regionserver else we choose one at random.
NOTE: You pass the encoded region name, not the region name so this command is a little different to the others.
The encoded region name is the hash suffix on region names:
e.g. if the region name were
TestTable,0094429456,1289497600452.527db22f95c8a9e0116f0cc13c680396.
then the encoded region name portion is 527db22f95c8a9e0116f0cc13c680396
A server name is its host, port plus startcode.
For example: host187.example.com,60020,1289493121758
... View more
02-15-2018
02:50 PM
Hi @gsharma please reflect the title How to delete a Phoenix Table (created on Top of Existing Hbase table), Without Dropping HBase Table
... View more
10-30-2017
07:07 PM
Hi @deepak rathod yes, you are using HDP-2.3.2.0. You need to upgrade to HDP-2.6.2.0. Here is the doc: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/index.html https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.2.0/bk_ambari-upgrade/content/ambari_upgrade_guide.html
... View more
10-30-2017
06:35 PM
1 Kudo
Hi @deepak rathod appears that the hdp version you are running, does not have this information on YARN Resource Manager UI. Sample screenshot I attached earlier was from HDP-2.6.2.0-205. You may need to upgrade HDP stack.
... View more
10-30-2017
06:14 PM
Hi @deepak rathod Could you please share the screen capture of the scheduler page. It should have for each application, Allocated Memory and vCores, allong with Running Containers. you can sort and see which application has the most Allocated Memory MB. Sample attached.
... View more
10-30-2017
04:29 PM
1 Kudo
Hi @deepak rathod Click on the Scheduler link on the Resource Manager page. It will tell you what is the resource utilization for each queue and and you can drill down to identify which jobs are consuming total of 279 containers ? Appears that you have 279 containers running with avg. of 12 GB , with total of 3.41 TB memory reserved.
... View more
10-17-2017
04:49 PM
here hdfs-testcluster@SRV.COM is your user principal. Following command will tell you the encryption type and user principle in this keytab. # klist -kte /etc/security/keytabs/hdfs.headless.keytab
Keytab name: FILE:/etc/security/keytabs/hdfs.headless.keytab
KVNO Timestamp Principal
---- ----------------- --------------------------------------------------------
# ##### hdfs-testcluster@SRV.COM (####)
# ##### hdfs-testcluster@SRV.COM (####)
when you run hdfs command, this gets translated to hdfs user by following property: hadoop.security.auth_to_local and rule: RULE:[1:$1@$0](hdfs-testcluster@SRV.COM)s/.*/hdfs/
... View more
10-04-2017
08:21 PM
Hi @Ravindranath Oruganti could you run the the following on all servers and check. ps -ef | grep -i parser.py
... View more
10-04-2017
02:20 PM
Could you share which process is running (driver, AM, executors) and where (local, yarn - nodemanagers server)?
... View more
10-04-2017
01:16 PM
Hi @Joshva Peter Is it specific to a particular host? could you look for hosts where the workflows get executed successfully and fails? Every workflow would have a Launcher container.
... View more