Skip to content

Commit

Permalink
remove change to sparkR shell
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcheung committed Jan 20, 2016
1 parent 24fee57 commit 78eb194
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ private List<String> buildSparkRCommand(Map<String, String> env) throws IOExcept

List<String> args = new ArrayList<String>();
args.add(firstNonEmpty(System.getenv("SPARKR_DRIVER_R"), "R"));
// Allow save/restore for SparkR shell
Collections.addAll(args, "--no-site-file", "--no-environ");
return args;
}

Expand Down

0 comments on commit 78eb194

Please sign in to comment.