Hello,

I am working on a small patch on a Windows environment.  But I'm unable to
build the entire project end-to-end.  Here are a few of the errors I am
receiving.

Is there any sort of setup,   Windows-specific or otherwise, required in
order to build the project completely?

Matt


./gradlew build
FAILURE: Build completed with 5 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':beam-test-infra-metrics:spotlessGroovyGradle'.
> The following files had format violations:
      .test-infra\metrics\build.gradle
          @@ -1,120 +1,120 @@



org.apache.beam.sdk.Pipeline$PipelineExecutionException:
java.nio.file.FileSystemException:
C:\Users\maouyan\AppData\Local\Temp\junit1348014844526437497\BigQueryExtractTemp\99a851333c89412b8cf0fe0d53a7c084\000000000000.avro:
The process cannot access the file because it is being used by another
process.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Class org.apache.beam.sdk.io.gcp.bigquery.BigQueryIOReadTest
all > org.apache.beam.sdk.io.gcp.bigquery > BigQueryIOReadTest

testReadFromTableWithTemplateCompatibility
org.apache.beam.sdk.Pipeline$PipelineExecutionException:
java.nio.file.FileSystemException:
C:\Users\maouyan\AppData\Local\Temp\junit1348014844526437497\BigQueryExtractTemp\99a851333c89412b8cf0fe0d53a7c084\000000000000.avro:
The process cannot access the file because it is being used by another
process.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Class org.apache.beam.sdk.io.gcp.bigquery.BigQueryIOWriteTest
all > org.apache.beam.sdk.io.gcp.bigquery > BigQueryIOWriteTest

testWritePartitionSinglePartition
java.nio.file.InvalidPathException: Illegal char <:> at index 10:
project-id:dataset-id.tables00000_files00000

Reply via email to