Skip to content

Commit

Permalink
Revert force operating system to linux as it's handled by the infrast…
Browse files Browse the repository at this point in the history
…ructure configuration
  • Loading branch information
fviale committed Jan 28, 2016
1 parent cafa92d commit 8dc15ca
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ protected void startNodeImpl(final InetAddress host) throws RMException {
clb.setJavaPath(this.javaPath);
clb.setRmHome(this.schedulingPath);
clb.setPaProperties(sb);
// Target Operating System is necessary linux (while host os can be windows)
clb.setTargetOS(OperatingSystem.UNIX);
// current rmcore shortID should be added to ensure uniqueness
final String nodeName = "SSH-" + this.nodeSource.getName() + "-" + ProActiveCounter.getUniqID();
clb.setNodeName(nodeName);
Expand Down

0 comments on commit 8dc15ca

Please sign in to comment.