Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yangw1234 committed Feb 9, 2018
1 parent aad927e commit e1c4ffe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ object Engine {
if (SparkUtils.isDriver) {
if (driverPortFileCreated.compareAndSet(false, true)) {
try {
createJavaGateway(driverPort)
createGatewayPortFile(driverPort)
} catch {
case NonFatal(e) =>
throw new Exception("Could not create java gateway port file", e)
Expand Down

0 comments on commit e1c4ffe

Please sign in to comment.