Skip to content

Commit

Permalink
removed Profiler in the case of LOCAL repository
Browse files Browse the repository at this point in the history
  • Loading branch information
lucananni93 committed Mar 27, 2019
1 parent 719aebf commit 04990a9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ object ProfilerLauncher {
repo = RepoUtilities().getRepository()
}

//if the repository is LOCAL, don't do anything
if(RepoUtilities().MODE == RepoUtilities().LOCAL)
return

val conf = FS_Utilities.gethdfsConfiguration

val profilesFolder = RepoUtilities().getProfileDir(username)
Expand Down

0 comments on commit 04990a9

Please sign in to comment.