You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IntelliJ build version: 2019.1 IC-191.6183.87
OS: Windows 10
JDK: JetBrains s.r.o 1.8.0_202-release
Plugin version: 3.23.0-2019.1
Build: dev 1156
Repro Steps:
1.Create a new project.
2.Create a configuration file
3.Select the spark22blobhdi as the target cluster
4.Click remotely run
5.After the successful result ,switch the cluster,select the spark230-gen2-yan as the target cluster and close the config dialog quickly.
6.Click remotely run directly and quickly.
Result:
Error message:
java.lang.NullPointerException
at com.microsoft.azure.hdinsight.spark.common.ADLSGen2Deploy.lambda$deploy$0(ADLSGen2Deploy.java:78)
at rx.internal.operators.OperatorOnErrorResumeNextViaFunction$1.call(OperatorOnErrorResumeNextViaFunction.java:53)
at rx.internal.operators.OperatorOnErrorResumeNextViaFunction$1.call(OperatorOnErrorResumeNextViaFunction.java:50)
at rx.internal.operators.OperatorOnErrorResumeNextViaFunction$4.onError(OperatorOnErrorResumeNextViaFunction.java:140)
at rx.internal.operators.OnSubscribeMap$MapSubscriber.onError(OnSubscribeMap.java:88)
at rx.internal.operators.OnSubscribeDoOnEach$DoOnEachSubscriber.onError(OnSubscribeDoOnEach.java:87)
at rx.exceptions.Exceptions.throwOrReport(Exceptions.java:212)
at rx.internal.operators.OnSubscribeFromCallable.call(OnSubscribeFromCallable.java:50)
at rx.internal.operators.OnSubscribeFromCallable.call(OnSubscribeFromCallable.java:33)
at rx.Observable.unsafeSubscribe(Observable.java:10327)
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:41)
at rx.internal.operators.OnSubscribeDoOnEach.call(OnSubscribeDoOnEach.java:30)
at rx.Observable.unsafeSubscribe(Observable.java:10327)
at rx.internal.operators.O
java.lang.NullPointerException
at com.microsoft.azure.hdinsight.spark.common.ADLSGen2Deploy.lambda$deploy$0(ADLSGen2Deploy.java:78)
at rx.internal.operators.OperatorOnErrorResumeNextViaFunction$1.call(OperatorOnErrorResumeNextViaFunction.java:53)
at
The text was updated successfully, but these errors were encountered:
IntelliJ build version: 2019.1 IC-191.6183.87
OS: Windows 10
JDK: JetBrains s.r.o 1.8.0_202-release
Plugin version: 3.23.0-2019.1
Build: dev 1156
Repro Steps:
1.Create a new project.
2.Create a configuration file
3.Select the spark22blobhdi as the target cluster
4.Click remotely run
5.After the successful result ,switch the cluster,select the spark230-gen2-yan as the target cluster and close the config dialog quickly.
6.Click remotely run directly and quickly.
Result:
Error message:
The text was updated successfully, but these errors were encountered: