Конференция Arenadata
Новое время — новый Greenplum
Мы приглашаем вас принять участие в конференции, посвященной будущему Open-Source Greenplum 19 сентября в 18:00:00 UTC +3. Встреча будет проходить в гибридном формате — и офлайн, и онлайн. Онлайн-трансляция будет доступна для всех желающих.
Внезапное закрытие Greenplum его владельцем — компанией Broadcom - стало неприятным сюрпризом для всех, кто использует или планирует начать использовать решения на базе этой технологии. Многие ожидают выхода стабильной версии Greenplum 7 и надеются на её дальнейшее активное развитие.
Arenadata не могла допустить, чтобы разрабатываемый годами Open-Source проект Greenplum прекратил своё существование, поэтому 19 сентября мы представим наш ответ на данное решение Broadcom, а участники сообщества получат исчерпывающие разъяснения на все вопросы о дальнейшей судьбе этой технологии.

На конференции вас ждёт обсуждение следующих тем:

  • План возрождения Greenplum;
  • Дорожная карта;
  • Экспертное обсуждение и консультации.
Осталось до события

getconf

Gets configuration information from the configuration directory, post-processing.

The usage is as follows:

$ hdfs getconf -namenodes
$ hdfs getconf -secondaryNameNodes
$ hdfs getconf -backupNodes
$ hdfs getconf -journalNodes
$ hdfs getconf -includeFile
$ hdfs getconf -excludeFile
$ hdfs getconf -nnRpcAddresses
$ hdfs getconf -confKey [key]
Arguments

-namenodes

Gets the list of NameNodes in the cluster

-secondaryNameNodes

Gets the list of secondary NameNodes in the cluster

-backupNodes

Gets the list of backup nodes in the cluster

-journalNodes

Gets the list of journal nodes in the cluster

-includeFile

Gets the include file path that defines the DataNodes that can join the cluster

-excludeFile

Gets the exclude file path that defines the DataNodes that need to decommissioned

-nnRpcAddresses

Gets the NameNode RPC addresses

-confKey [key]

Gets a specific key from the configuration

Found a mistake? Seleсt text and press Ctrl+Enter to report it