wiki:jazz/12-03-20
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Version 1 (modified by jazz, 14 years ago) (diff)

--

2012-03-20

Hadoop

  • 參考 drbl-ganglia 的修改
  • 將 hadoop.nchc.org.tw 的 Ganglia Web Frontend 改為 by name 方式排序。
    • 版本:3.1.7
      ii  ganglia-monitor                      3.1.7-1+b1                             cluster monitoring toolkit - node daemon
      ii  ganglia-webfrontend                  3.1.7-1                                cluster monitoring toolkit - web front-end
      ii  libganglia1                          3.1.7-1+b1                             cluster monitoring toolkit - shared libraries
      
    • 修改:
      • /usr/share/ganglia-webfrontend/get_context.php

        old new  
        130130      $metricname = "$default_metric";
        131131
        132132if (!$sort)
        133       $sort = "descending";
         133      $sort = "by name";
        134134
        135135# Since cluster context do not have the option to sort "by hosts down" or
        136136# "by hosts up", therefore change sort order to "descending" if previous