@using Microsoft.AspNet.Http; @model HeuristicLab.Clients.Hive.WebJobManager.ViewModels.FileOpeningViewModel @Html.Partial("Navbar", new HeuristicLab.Clients.Hive.WebJobManager.ViewModels.NavbarViewModel("Job"))
Back to uploads
@Html.Partial("OpenFilePartials/_Help", Model);
@if (Model.SelectedAlgorithm != null) { @Html.Partial("OpenFilePartials/_Algorithm", Model); } else if (Model.SelectedBatchRun != null) { @Html.Partial("OpenFilePartials/_BatchRun", Model); } else if (Model.SelectedExperiment != null) { @Html.Partial("OpenFilePartials/_Experiment", Model); }

Hive job information

Job name
Resources (optional)
Set global job priority
Add this job to Hive

Save to file

Changed parameters get saved but child distribution and task priority get lost in the process.

File name
Directory: /HiveChanged