zoukankan      html  css  js  c++  java
  • 五:Edits Viewer离线日志查看器

        离线日志查看器可以将二进制日志翻译成可读的文件(如XML),只有当hadoop集群停止时才能使用。输入文件支持的类型:XML和二进制。输出文件支持类型:XML 二进制 Stats(标准输出?)
        使用方法:bash$ bin/hdfs oev -i edits -o edits.xml
    FlagDescription
    [-i ; --inputFileinput fileSpecify the input edits log file to process. Xml (case insensitive) extension means XML format otherwise binary format is assumed. Required.
    [-o ; --outputFile]output fileSpecify the output filename, if the specified output processor generates one. If the specified file already exists, it is silently overwritten. Required.
    [-p ; --processor]processorSpecify the image processor to apply against the image file. Currently valid options are binaryxml (default) and stats.
    [-v ; --verbose]Print the input and output filenames and pipe output of processor to console as well as specified file. On extremely large files, this may increase processing time by an order of magnitude.
    [-h ; --help]Display the tool usage and help information and exit.




















  • 相关阅读:
    LSTM
    Realsense D435i
    ubuntu18 realsenseD435i
    net
    test
    LSTM Accuracy
    boost x64 lib
    E0443类模板 "std::unordered_set" 的参数太多
    PropertySheet
    freetype 编译
  • 原文地址:https://www.cnblogs.com/skyrim/p/7455555.html
Copyright © 2011-2022 走看看