File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ namespace Microsoft.Azure.Batch.Samples.TextSearch
9
9
/// </summary>
10
10
public static class Constants
11
11
{
12
- public const string JobManagerExecutable = "JobManagerTask.exe" ;
13
12
public const string MapperTaskExecutable = "MapperTask.exe" ;
14
13
public const string ReducerTaskExecutable = "ReducerTask.exe" ;
15
14
public const string ReducerTaskResultBlobName = "ReducerTaskOutput" ;
@@ -24,9 +23,7 @@ public static class Constants
24
23
/// </summary>
25
24
public readonly static IReadOnlyList < string > RequiredExecutableFiles = new List < string >
26
25
{
27
- JobManagerExecutable ,
28
- JobManagerExecutable + ".config" ,
29
- "JobManagerTask.pdb" ,
26
+ "JobSubmitter.pdb" ,
30
27
MapperTaskExecutable ,
31
28
MapperTaskExecutable + ".config" ,
32
29
"MapperTask.pdb" ,
You can’t perform that action at this time.
0 commit comments