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][aris]Missing main class and cluster after re-open IntelliJ #3223

Closed
jingyanjingyan opened this issue Jul 3, 2019 · 6 comments
Closed

Comments

@jingyanjingyan
Copy link

jingyanjingyan commented Jul 3, 2019

Build: dev 1154

Repro Steps:

  1. Create a new aris configuration with main class and cluster
  2. Re-open IntelliJ

Result:
The main class and cluster is missing
image

@t-rufang
Copy link
Contributor

t-rufang commented Jul 3, 2019

Hi @jingyanjingyan , please help to check if this issue repro in the previous released plugin.

@t-rufang t-rufang added the Aris label Jul 3, 2019
@jingyanjingyan
Copy link
Author

The issue also happens with the last released build

@wezhang wezhang added this to the v3.24.0 milestone Jul 8, 2019
@wezhang wezhang assigned wezhang and unassigned t-rufang Jul 8, 2019
@wezhang
Copy link
Member

wezhang commented Jul 9, 2019

reproduced

@wezhang
Copy link
Member

wezhang commented Jul 10, 2019

I can find the those configurations (main-class and cluster_name) in persistent .idea/workspace.xml file:

  <component name="RunManager" selected="Apache Spark on SQL Server Big Data Cluster.aris">
    <configuration name="aris" type="ArisOnSparkConfiguration" factoryName="Aris On Spark">
      <spark-job-configuration>
        <local-run>
          <spark-local-run-configurable-model>
...
            <main-class>sample.LogQuery</main-class>
...
          </spark-local-run-configurable-model>
        </local-run>
...
        <aris_spark_submission artifact_name="issues_3250_DefaultArtifact" cluster_name="13.68.227.206" is_local_artifact="false" job_name="aris" local_artifact_path="" classname="sample.LogQuery">
...

But the element tag aris_spark_submission is wrong.

@v-jiche
Copy link

v-jiche commented Jul 10, 2019

Build:
azure-toolkit-for-intellij-LATEST-EAP-SNAPSHOT.develop.1172.07-10-2019
azure-toolkit-for-intellij-2019.1.develop.1172.07-10-2019

Result:
image
image

You can refer to bug #3260

@v-jiche
Copy link

v-jiche commented Jul 11, 2019

Verified. Fixed.
Build:
azure-toolkit-for-intellij-2019.1.develop.1173.07-10-2019
azure-toolkit-for-intellij-LATEST-EAP-SNAPSHOT.develop.1173.07-10-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

4 participants