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

[CDAP-21110] Implement FailureDetailsProvider in DataprocRuntimeException to cover provisioning errors #15796

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Implement FailureDetailsProvider in DataprocRuntimeException to cover…

fc8aea8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[CDAP-21110] Implement FailureDetailsProvider in DataprocRuntimeException to cover provisioning errors #15796

Implement FailureDetailsProvider in DataprocRuntimeException to cover…
fc8aea8
Select commit
Loading
Failed to load commit list.
GitHub Actions / Checkstyle completed Jan 10, 2025 in 0s

Checkstyle report

36 violation(s) found

Annotations

Check warning on line 55 in cdap-api-common/src/main/java/io/cdap/cdap/api/exception/ErrorCategory.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck

'?' should be on a new line.

Check warning on line 21 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisionerExtensionLoader.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.api.exception.FailureDetailsProvider.

Check warning on line 223 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'defaultSSHContext' must contain no more than '1' consecutive capital letters.

Check warning on line 243 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'getAppCDAPVersion' must contain no more than '1' consecutive capital letters.

Check warning on line 612 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

Summary javadoc is missing.

Check warning on line 820 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'createSSHKeyPair' must contain no more than '1' consecutive capital letters.

Check warning on line 876 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisioningService.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'appCDAPVersion' must contain no more than '1' consecutive capital letters.

Check warning on line 29 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisionUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck

Missing a Javadoc comment.

Check warning on line 31 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisionUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 38 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisionUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck

Missing a Javadoc comment.

Check warning on line 38 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/ProvisionUtils.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.MethodNameCheck

Method name 'FailureDetailsProviderInCausalChain' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'.

Check warning on line 49 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/task/ProvisioningTask.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck

Empty line should be followed by <p> tag on the next line.

Check warning on line 247 in cdap-app-fabric/src/main/java/io/cdap/cdap/internal/provision/task/ProvisioningTask.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck

First sentence of Javadoc is missing an ending period.

Check warning on line 411 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/DataprocProvisioner.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck

Javadoc tag '@param' should be preceded with an empty line.

Check warning on line 417 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/DataprocProvisioner.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagContinuationIndentationCheck

Line continuation have incorrect indentation level, expected level should be 4.

Check warning on line 74 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/AbstractDataprocProvisioner.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck

Javadoc comment at column 11 has parse error. Details: no viable alternative at input '{' while parsing JAVADOC_TAG

Check warning on line 49 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/DataprocClientFactory.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'requireSSH' must contain no more than '1' consecutive capital letters.

Check warning on line 24 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/DefaultDataprocClientFactory.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.api.exception.ErrorCategory.

Check warning on line 47 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/provisioner/dataproc/DefaultDataprocClientFactory.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck

Abbreviation in name 'requireSSH' must contain no more than '1' consecutive capital letters.

Check warning on line 23 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/runtimejob/DataprocRuntimeJobManager.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.google.api.gax.rpc.ResourceExhaustedException.

Check warning on line 52 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/runtimejob/DataprocRuntimeJobManager.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.google.common.base.Strings.

Check warning on line 53 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/runtimejob/DataprocRuntimeJobManager.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - com.google.common.base.Throwables.

Check warning on line 57 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/runtimejob/DataprocRuntimeJobManager.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.api.exception.ErrorType.

Check warning on line 59 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/runtimejob/DataprocRuntimeJobManager.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - io.cdap.cdap.error.api.ErrorTagProvider.

Check warning on line 85 in cdap-runtime-ext-dataproc/src/main/java/io/cdap/cdap/runtime/spi/runtimejob/DataprocRuntimeJobManager.java

See this annotation in the file changed.

@github-actions github-actions / Checkstyle

com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck

Unused import - java.util.stream.Collectors.