hadoop - how to find rack id of a host in java programming language -


Сan body tell me if not provide rack-awareness configuration hadoop, hadoop rack-awareness work or not. basic purpose know, hadoop able know rack id system directly or have provide threw file.

also there way in java fetch rack id system. sorry if silly question don't know how rack system works

hadoop has configured rackawareness script figure out machine rack mapping. without configuration can't figure on it's own. more information rackawareness here , sample script here. script takes machine/node input , returns rack belongs to.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -