Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[intelliJ][submit to gen2]Warning message is not clear when submit to gen2 cluster with incorrcet access key. #2912

Closed
v-jiche opened this issue Mar 25, 2019 · 3 comments

Comments

@v-jiche
Copy link

v-jiche commented Mar 25, 2019

Build:
azure-toolkit-for-intellij-2018.3.develop.1044.03-25-2019

Repro Steps:

  1. Create a HDInsight configuration. Choose gen2 cluster for Spark clusters.
  2. Choose Use ADLS Gen 2 to upload for Storage Type.
  3. Input text for Access Key.
    image
  4. Click icon to remote run.

Result:
(1) Access Key: aaaaa
Result:
image
(2) Access Key: Empty
Result: Extra points
image
(3) Access Key: 333
Result:
image
(4) Access Key: Pa$...
Result:
image

@v-jiche
Copy link
Author

v-jiche commented Mar 27, 2019

Different situations behave differently.

Build: azure-toolkit-for-intellij-2018.3.develop.1063.03-27-2019

  1. aaaaa
    image
  2. aaaa(aaaaaa)
    Run directly.
    image
  3. 33333
    image
  4. 333
    image

@lcadzy
Copy link
Contributor

lcadzy commented Mar 28, 2019

It is what we support to show. If user key can't be decoded in base64 format, warning is shown when running configuration else error msg is shown when submitting job.

@lcadzy lcadzy removed their assignment Mar 28, 2019
@lcadzy lcadzy added the fixed label Mar 28, 2019
@v-jiche
Copy link
Author

v-jiche commented Apr 17, 2019

Verified. Fixed.
Build: azure-toolkit-for-intellij-2019.1.develop.1097.04-17-2019

@v-jiche v-jiche closed this as completed Apr 17, 2019
@v-jiche v-jiche removed their assignment Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants