/tags/0.9.9.1/src/xml/hadoop.xml
XML | 34 lines | 34 code | 0 blank | 0 comment | 0 complexity | 09a404c3dde31a68961d5df8729e8d7d MD5 | raw file
1<?xml version="1.0" encoding="UTF-8"?> 2<panel name="hadoop" columns="1" gap="6" halign="fill" valign="fill" weightx="1" 3 weighty="1"> 4 <textarea wrap="true" rows="3" border="false" text="Open index located on any file system supported by Hadoop (0.20.1). This plugin also opens partial indexes (part-NNNNN) usually created in map-reduce jobs."/> 5 <label font="10" foreground="#ff0000" text="NOTE: index access through this plugin is always read-only!"/> 6 <label text="Index URI path (supported schemas: file, hdfs, kfs, s3, s3n):" /> 7 <panel columns="2" gap="2" weightx="1" halign="fill"> 8 <textfield name="indexUri" text="hdfs://" weightx="1" halign="fill" perform="actionOpen"/> 9 <button text="Open" name="btOpen" action="actionOpen"/> 10 <panel colspan="2" weightx="1" halign="fill" gap="4"> 11 <label text="Expert: buffer size " font="10"/> 12 <textfield columns="9" name="bufSize" text="1024"/> 13 <label text="bytes"/> 14 </panel> 15 </panel> 16 <separator/> 17 <panel gap="5" weightx="1" halign="fill"> 18 <label text="Status: " font="bold"/> 19 <label name="status" text="?" weightx="1" halign="fill"/> 20 <progressbar name="bar" height="8" width="150" maximum="100"/> 21 </panel> 22 <panel gap="10"> 23 <label font="bold" text="IO details: "/> 24 <label text="Total bytes read:"/> 25 <label name="totalBytes"/> 26 <button text="Clear counters" action="actionClear"/> 27 </panel> 28 <table name="ioTable" weightx="1" weighty="1" halign="fill" valign="fill"> 29 <header> 30 <column text="Bytes read" width="80"/> 31 <column text="File name"/> 32 </header> 33 </table> 34</panel>