Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The following page has been changed by TerenceKwan:
http://wiki.apache.org/hadoop/Chukwa_Console_Integration_Guide

------------------------------------------------------------------------------
  '''Configuration Parameter Table'''
  || '''Type''' || '''Description''' || '''Example''' || '''Comment''' ||
  || Edit Field (String) || Single edit box || 
{"name":"table","type":"string","value":"ClientTrace","edit":"0"} || ||
- || Drop Down Selection || A drop box to allow user to do single item 
selection ||  || ||
+ || Drop Down Selection || A drop box to allow user to do single item 
selection || 
{"name":"height","type":"select","value":"200","label":"Height","options":[{"label":"200","value":"200"},{"label":"400","value":"400"},
+ 
{"label":"600","value":"600"},{"label":"800","value":"800"},{"label":"1000","value":"1000"}]}
  || ||
- || Radio Box || A radio button control || 
{{{{"name":"legend","type":"radio","value":"on","label":"Show 
Legends","options":[
+ || Radio Box || A radio button control || 
{"name":"legend","type":"radio","value":"on","label":"Show 
Legends","options":[{"label":"On","value":"on"},{"label":"Off","value":"off"}]}
- {"label":"On","value":"on"},
- {"label":"Off","value":"off"}
- ]}
  }}} || ||
  
  
@@ -303, +301 @@

  '''Configuration Parameter Table'''
  || '''Type''' || '''Description''' || '''Example''' || '''Comment''' ||
  || Edit Field (String) || Single edit box || 
{"name":"table","type":"string","value":"ClientTrace","edit":"0"} || ||
- || Drop Down Selection || A drop box to allow user to do single item 
selection ||  || ||
+ || Drop Down Selection || A drop box to allow user to do single item 
selection || 
{"name":"height","type":"select","value":"200","label":"Height","options":[{"label":"200","value":"200"},{"label":"400","value":"400"},{"label":"600","value":"600"},{"label":"800","value":"800"},{"label":"1000","value":"1000"}]}
 || ||
- || Radio Box || A radio button control || 
{{{{"name":"legend","type":"radio","value":"on","label":"Show 
Legends","options":[
+ || Radio Box || A radio button control || 
{"name":"legend","type":"radio","value":"on","label":"Show 
Legends","options":[{"label":"On","value":"on"},{"label":"Off","value":"off"}]} 
|| ||
- {"label":"On","value":"on"},
- {"label":"Off","value":"off"}
- ]}
- }}} || ||
  
  
  

Reply via email to