/tags/0.9.9.1/src/xml/hadoop.xml
http://luke.googlecode.com/ · XML · 34 lines · 34 code · 0 blank · 0 comment · 0 complexity · 09a404c3dde31a68961d5df8729e8d7d MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <panel name="hadoop" columns="1" gap="6" halign="fill" valign="fill" weightx="1"
- weighty="1">
- <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."/>
- <label font="10" foreground="#ff0000" text="NOTE: index access through this plugin is always read-only!"/>
- <label text="Index URI path (supported schemas: file, hdfs, kfs, s3, s3n):" />
- <panel columns="2" gap="2" weightx="1" halign="fill">
- <textfield name="indexUri" text="hdfs://" weightx="1" halign="fill" perform="actionOpen"/>
- <button text="Open" name="btOpen" action="actionOpen"/>
- <panel colspan="2" weightx="1" halign="fill" gap="4">
- <label text="Expert: buffer size " font="10"/>
- <textfield columns="9" name="bufSize" text="1024"/>
- <label text="bytes"/>
- </panel>
- </panel>
- <separator/>
- <panel gap="5" weightx="1" halign="fill">
- <label text="Status: " font="bold"/>
- <label name="status" text="?" weightx="1" halign="fill"/>
- <progressbar name="bar" height="8" width="150" maximum="100"/>
- </panel>
- <panel gap="10">
- <label font="bold" text="IO details: "/>
- <label text="Total bytes read:"/>
- <label name="totalBytes"/>
- <button text="Clear counters" action="actionClear"/>
- </panel>
- <table name="ioTable" weightx="1" weighty="1" halign="fill" valign="fill">
- <header>
- <column text="Bytes read" width="80"/>
- <column text="File name"/>
- </header>
- </table>
- </panel>