Skip to content

Commit 2525b19

Browse files
committed
Fix Eclipse wasbs issue
1 parent d470d5b commit 2525b19

File tree

1 file changed

+1
-1
lines changed
  • PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.hdinsight/src/com/microsoft/azuretools/hdinsight/spark/common2

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.hdinsight/src/com/microsoft/azuretools/hdinsight/spark/common2/SparkSubmitHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public Void call(Long uploadedBytes) throws Exception {
238238
BlobContainer defaultContainer = getSparkClusterDefaultContainer(blobStorageAccount,
239239
defaultContainerName);
240240
String path = String.format("SparkSubmission/%s/%s", uploadFolderPath, file.getName());
241-
String uploadedPath = String.format("wasb://%s@%s/%s", defaultContainerName,
241+
String uploadedPath = String.format("wasbs://%s@%s/%s", defaultContainerName,
242242
blobStorageAccount.getFullStorageBlobName(), path);
243243

244244
HDInsightUtil.showInfoOnSubmissionMessageWindow(

0 commit comments

Comments
 (0)