[
https://issues.apache.org/jira/browse/BEAM-9778?focusedWorklogId=426268&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-426268
]
ASF GitHub Bot logged work on BEAM-9778:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Apr/20 19:04
Start Date: 22/Apr/20 19:04
Worklog Time Spent: 10m
Work Description: Hannah-Jiang commented on a change in pull request
#11484:
URL: https://github.com/apache/beam/pull/11484#discussion_r413244516
##########
File path: sdks/java/container/build.gradle
##########
@@ -94,8 +86,12 @@ licenseReport {
task copyThirdPartyLicenses(type: Copy) {
from ("third_party_licenses")
into "build/target/third_party_licenses"
+ doLast {
+ file('third_party_licenses').deleteDir()
+ }
}
+def Boolean pull_licenses
Review comment:
That was the behavior I observed when I implement it. But yesterday,
when I try it again, it didn't work as expected. So I introduced the
pull_licenses variable. But today, as you pointed out, I tried again, it
worked! I reversed to original code.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 426268)
Time Spent: 3h 50m (was: 3h 40m)
> beam_PostCommit_XVR_Spark failing
> ---------------------------------
>
> Key: BEAM-9778
> URL: https://issues.apache.org/jira/browse/BEAM-9778
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Kyle Weaver
> Assignee: Hannah Jiang
> Priority: Major
> Time Spent: 3h 50m
> Remaining Estimate: 0h
>
> https://builds.apache.org/job/beam_PostCommit_XVR_Spark/
> 17:59:09 Execution failed for task
> ':sdks:java:container:generateThirdPartyLicenses'.
> 17:59:09 > Process 'command
> './sdks/java/container/license_scripts/license_script.sh'' finished with
> non-zero exit value 1
--
This message was sent by Atlassian Jira
(v8.3.4#803005)