-
-
Save siscia/5cbb97c074b1b800db4874d0f44d94f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <configurations xmlns="http://mpower.necst.it/marc/configuration.xsd"> | |
| <job> | |
| <name>HadoopAnalysis</name> | |
| <owner>Simone</owner> | |
| </job> | |
| <computation-unit>simone0001</computation-unit> | |
| <dataset>marc_input.csv</dataset> | |
| <phases> | |
| <phase0> | |
| <mappings> | |
| <features> | |
| <feature> | |
| <name>time</name> | |
| <col-index>0</col-index> | |
| <type>cumulative</type> | |
| </feature> | |
| <feature> | |
| <name>map</name> | |
| <col-index>1</col-index> | |
| <type>cumulative</type> | |
| <monotony>ascendant</monotony> | |
| <bounds> | |
| <lower>0</lower> | |
| <upper>100</upper> | |
| </bounds> | |
| </feature> | |
| <feature> | |
| <name>reduce</name> | |
| <col-index>2</col-index> | |
| <type>cumulative</type> | |
| <monotony>ascendant</monotony> | |
| <bounds> | |
| <lower>0</lower> | |
| <upper>100</upper> | |
| </bounds> | |
| </feature> | |
| <feature> | |
| <name>total</name> | |
| <col-index>3</col-index> | |
| <type>cumulative</type> | |
| <monotony>ascendant</monotony> | |
| <bounds> | |
| <lower>0</lower> | |
| <upper>200</upper> | |
| </bounds> | |
| </feature> | |
| <feature> | |
| <name>replication</name> | |
| <col-index>4</col-index> | |
| <type>cumulative</type> | |
| </feature> | |
| <feature> | |
| <name>blocksize</name> | |
| <col-index>5</col-index> | |
| <type>cumulative</type> | |
| </feature> | |
| <feature> | |
| <name>dimension</name> | |
| <col-index>6</col-index> | |
| <type>cumulative</type> | |
| </feature> | |
| <feature> | |
| <name>start_reduce_percentage</name> | |
| <col-index>7</col-index> | |
| <type>cumulative</type> | |
| </feature> | |
| <feature> | |
| <name>workload</name> | |
| <col-index>8</col-index> | |
| <type>categorical</type> | |
| </feature> | |
| </features> | |
| </mappings> | |
| <timestamp-feature ref="time"/> | |
| </phase0> | |
| <phase1> | |
| <manipulation/> | |
| <features> | |
| <all-as-is/> | |
| </features> | |
| </phase1> | |
| <phase2a> | |
| <configuration> | |
| <target-feature ref="blocksize"/> | |
| <target-feature ref="dimension"/> | |
| <target-feature ref="start_reduce_percentage"/> | |
| <target-feature ref="workload"/> | |
| <output-feature ref="total"/> | |
| </configuration> | |
| <lags> | |
| <ar>1</ar> | |
| <ex>0</ex> | |
| </lags> | |
| <timestamp-splitting-diff>2</timestamp-splitting-diff> | |
| <noise-level>100</noise-level> | |
| </phase2a> | |
| <phase2b></phase2b> | |
| <phase2c></phase2c> | |
| <phase3> | |
| <charge> | |
| <start-from> | |
| <initial-condition>0</initial-condition> | |
| </start-from> | |
| <stop-at> | |
| <threshold>200</threshold> | |
| </stop-at> | |
| </charge> | |
| <clock>1</clock> | |
| <max-ticks>1000000</max-ticks> | |
| <level_size>99</level_size> | |
| <simulation_limit>100</simulation_limit> | |
| </phase3> | |
| </phases> | |
| </configurations> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment