Skip to content

Commit

Permalink
#7326: send sparkAppId
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroslawmalekcodete committed May 23, 2018
1 parent 7c4bd57 commit ab3062c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ public SparkContext sparkContext() {
public SparkSession.Builder getBuilder() {
return builder;
}

@Override
public String getSparkAppId() {
return "sparkAppId1";
}
};
}

Expand Down

0 comments on commit ab3062c

Please sign in to comment.