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

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

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

oiv_legacy

Hadoop Offline Image Viewer for older versions of Hadoop. See oiv_legacy Command for more info.

The usage is as follows:

$ hdfs oiv_legacy [OPTIONS] -i INPUT_FILE -o OUTPUT_FILE
Arguments

-i,--inputFile input file

Specifies the input fsimage file to process. Required

-o,--outputFile output file

Specifies the output filename, if the specified output processor generates one. If the specified file already exists, it is silently overwritten. Required

-p|--processor processor

Specifies the image processor to apply against the image file. Valid options are Ls (default), XML, Delimited, Indented, FileDistribution and NameDistribution

-maxSize size

Specifies the range [0, maxSize] of file sizes to be analyzed in bytes (128GB by default). This option is used with FileDistribution processor

-step size

Specifies the granularity of the distribution in bytes (2MB by default). This option is used with FileDistribution processor

-format

Formats the output result in a human-readable fashion rather than a number of bytes. (false by default). This option is used with FileDistribution processor

-skipBlocks

Does not enumerate individual blocks within files. This may save processing time and outfile file space on namespaces with very large files. The Ls processor reads the blocks to correctly determine file sizes and ignores this option

-printToScreen

Pipes output of processor to console as well as specified file. On extremely large namespaces, this may increase processing time by an order of magnitude

-delimiter arg

When used in conjunction with the Delimited processor, replaces the default tab delimiter with the string specified by arg

-h|--help

Displays the tool usage and help information and exit

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