You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Guy Molinari (JIRA)" <ji...@apache.org> on 2017/03/06 06:26:20 UTC

[jira] [Comment Edited] (BEAM-1542) Need Source/Sink for Spanner

    [ https://issues.apache.org/jira/browse/BEAM-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15896785#comment-15896785 ] 

Guy Molinari edited comment on BEAM-1542 at 3/6/17 6:24 AM:
------------------------------------------------------------

I'm wondering if you guys could help me out.   I'm getting a weird generics related compilation error and I'm just plain stumped.   I created a pull request for the work so that you could get access to my work.

Thanks in advance.


Last login: Thu Mar  2 11:43:07 on ttys006
WASE-AM06001086:tools gmolinar$ pwd
/Users/gmolinar/spanner-migration-tool/src/main/java/com/disney/dtss/desa/tools
WASE-AM06001086:tools gmolinar$ cd
WASE-AM06001086:~ gmolinar$ cd beam/
lsWASE-AM06001086:beam gmolinar$ ls
LICENSE		NOTICE		README.md	examples	pom.xml		runners		sdks
WASE-AM06001086:beam gmolinar$ cd sdks/
WASE-AM06001086:sdks gmolinar$ ls
common	java	pom.xml	python
WASE-AM06001086:sdks gmolinar$ cd java/
WASE-AM06001086:java gmolinar$ ls
build-tools		extensions		io			javadoc			pom.xml
core			harness			java8tests		maven-archetypes	target
WASE-AM06001086:java gmolinar$ cd core
WASE-AM06001086:core gmolinar$ ls
dependency-reduced-pom.xml	pom.xml				src				target
WASE-AM06001086:core gmolinar$ cd src/
main/ test/ 
WASE-AM06001086:core gmolinar$ cd src/
main/ test/ 
WASE-AM06001086:core gmolinar$ cd src/
main/ test/ 
WASE-AM06001086:core gmolinar$ cd src/
main/ test/ 
WASE-AM06001086:core gmolinar$ cd src/
WASE-AM06001086:src gmolinar$ ls
main	test
WASE-AM06001086:src gmolinar$ cd main/
java/      proto/     resources/ 
WASE-AM06001086:src gmolinar$ cd main/
java/      proto/     resources/ 
WASE-AM06001086:src gmolinar$ cd main/java/org/apache/beam/sdk/
AggregatorPipelineExtractor.java   PipelineResult.java                metrics/                           testing/                           
AggregatorRetrievalException.java  annotations/                       options/                           transforms/                        
AggregatorValues.java              coders/                            package-info.java                  util/                              
Pipeline.java                      io/                                runners/                           values/                            
WASE-AM06001086:src gmolinar$ cd main/java/org/apache/beam/sdk/
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd values/
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi PValueBase.java 
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi PCollection.java 
WASE-AM06001086:values gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/values
WASE-AM06001086:values gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/io
WASE-AM06001086:io gmolinar$ cd pwd
-bash: cd: pwd: No such file or directory
WASE-AM06001086:io gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd values
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi PValueBase.java 
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi TaggedPValue.java 
WASE-AM06001086:values gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/values
WASE-AM06001086:values gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ cd ../values/
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi PDone.java 
WASE-AM06001086:values gmolinar$ grep createWriter *
WASE-AM06001086:values gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ grep createWriter *
AvroIO.java:      public FileBasedWriter<T> createWriter(PipelineOptions options) throws Exception {
FileBasedSink.java:   * {@link FileBasedSink.FileBasedWriteOperation#createWriter} to return a concrete
FileBasedSink.java:     * {@link Sink.WriteOperation#createWriter}. Namely, it must not mutate the state of the object.
FileBasedSink.java:    public abstract FileBasedWriter<T> createWriter(PipelineOptions options) throws Exception;
Sink.java: * WriteOperation must also implement {@link WriteOperation#createWriter} that creates Writers,
Sink.java: * mutate the object state. These mutations will be visible in {@link WriteOperation#createWriter}
Sink.java: * deserialized before these calls. However, it is not serialized again after createWriter is
Sink.java: * called, as createWriter will be called within workers to create Writers for the bundles that are
Sink.java:   * {@code createWriter} and {@code finalized}. However, it is not
Sink.java:   * reserialized after {@code createWriter}, so {@code createWriter} should not mutate the
Sink.java:    public abstract Writer<T, WriteT> createWriter(PipelineOptions options) throws Exception;
TextIO.java:      public FileBasedWriter createWriter(PipelineOptions options) throws Exception {
Write.java:        writer = writeOperation.createWriter(c.getPipelineOptions());
Write.java:      Writer<T, WriteT> writer = writeOperation.createWriter(c.getPipelineOptions());
Write.java:   * {@link WriteOperation#createWriter} is called to obtain a {@link Writer}.
Write.java:   * implementations should guarantee that {@link WriteOperation#createWriter} does not mutate
Write.java:                Writer<T, WriteT> writer = writeOperation.createWriter(c.getPipelineOptions());
XmlSink.java:    public XmlWriter<T> createWriter(PipelineOptions options) throws Exception {
grep: fs: Is a directory
grep: range: Is a directory
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ ps
  PID TTY           TIME CMD
  914 ttys000    0:04.12 -bash
20497 ttys000    0:00.23 vi pom.xml
  937 ttys001    0:05.53 -bash
  956 ttys002    0:04.23 -bash
20472 ttys002    0:00.04 vi pom.xml
47868 ttys002    0:00.28 bash
  969 ttys003    0:09.00 -bash
21057 ttys005    0:01.06 vi SpannerIO.java
58162 ttys005    0:02.57 -bash
20978 ttys006    0:00.33 vi SpannerLoader.java
92867 ttys006    0:00.07 -bash
21415 ttys007    0:00.20 -bash
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ ps
  PID TTY           TIME CMD
  914 ttys000    0:04.12 -bash
20497 ttys000    0:00.23 vi pom.xml
  937 ttys001    0:05.53 -bash
  956 ttys002    0:04.23 -bash
20472 ttys002    0:00.04 vi pom.xml
47868 ttys002    0:00.28 bash
  969 ttys003    0:09.00 -bash
21057 ttys005    0:01.06 vi SpannerIO.java
58162 ttys005    0:02.57 -bash
20978 ttys006    0:00.33 vi SpannerLoader.java
92867 ttys006    0:00.07 -bash
21415 ttys007    0:00.21 -bash
WASE-AM06001086:io gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/io
WASE-AM06001086:io gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd values
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java
WASE-AM06001086:io gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/io
WASE-AM06001086:io gmolinar$ cd ../values
WASE-AM06001086:values gmolinar$ vi PValueBase.java 
WASE-AM06001086:values gmolinar$ vi PValueBase.java 
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ cd ../io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ vi Write.java

bash-3.2$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/io
bash-3.2$ cd ../values
bash-3.2$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
bash-3.2$ exit
exit
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ cd ../values
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi PCollection.java 
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ cd ../io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ cd ../values/
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi PDone.java 
WASE-AM06001086:values gmolinar$ cd ../io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ 
WASE-AM06001086:io gmolinar$ 
WASE-AM06001086:io gmolinar$ 
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/io
WASE-AM06001086:io gmolinar$ cd ../values/
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi PDone.java 
WASE-AM06001086:values gmolinar$ vi POutputValueBase.java 
WASE-AM06001086:values gmolinar$ vi POutput.java 
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/values
WASE-AM06001086:values gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ vi Pipeline.java 
WASE-AM06001086:sdk gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk
WASE-AM06001086:sdk gmolinar$ cd values
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi POutput.java 
WASE-AM06001086:values gmolinar$ vi PDone.java 
WASE-AM06001086:values gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd transforms/
WASE-AM06001086:transforms gmolinar$ ls
Aggregator.java			CombineWithContext.java		FlatMapElements.java		Mean.java			SerializableFunction.java	WithKeys.java
AggregatorRetriever.java	Count.java			Flatten.java			Min.java			SimpleFunction.java		WithTimestamps.java
AppliedPTransform.java		Create.java			GroupByKey.java			PTransform.java			Sum.java			display
ApproximateQuantiles.java	DelegatingAggregator.java	Keys.java			ParDo.java			ToString.java			join
ApproximateUnique.java		Distinct.java			KvSwap.java			Partition.java			Top.java			package-info.java
Combine.java			DoFn.java			Latest.java			Regex.java			Values.java			reflect
CombineFnBase.java		DoFnTester.java			MapElements.java		Sample.java			View.java			splittabledofn
CombineFns.java			Filter.java			Max.java			SerializableComparator.java	ViewFn.java			windowing
WASE-AM06001086:transforms gmolinar$ vi ParDo.java 
WASE-AM06001086:transforms gmolinar$ 
WASE-AM06001086:transforms gmolinar$ 
WASE-AM06001086:transforms gmolinar$ 
WASE-AM06001086:transforms gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms
WASE-AM06001086:transforms gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms
WASE-AM06001086:transforms gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd values
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ cd ../io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Sink.java 
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/io
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/io
WASE-AM06001086:io gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ vi Pipeline.java 
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk
WASE-AM06001086:sdk gmolinar$ cd annotations/
WASE-AM06001086:annotations gmolinar$ ls
Experimental.java	package-info.java
WASE-AM06001086:annotations gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/io
WASE-AM06001086:io gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd transforms/
WASE-AM06001086:transforms gmolinar$ ls
Aggregator.java			CombineWithContext.java		FlatMapElements.java		Mean.java			SerializableFunction.java	WithKeys.java
AggregatorRetriever.java	Count.java			Flatten.java			Min.java			SimpleFunction.java		WithTimestamps.java
AppliedPTransform.java		Create.java			GroupByKey.java			PTransform.java			Sum.java			display
ApproximateQuantiles.java	DelegatingAggregator.java	Keys.java			ParDo.java			ToString.java			join
ApproximateUnique.java		Distinct.java			KvSwap.java			Partition.java			Top.java			package-info.java
Combine.java			DoFn.java			Latest.java			Regex.java			Values.java			reflect
CombineFnBase.java		DoFnTester.java			MapElements.java		Sample.java			View.java			splittabledofn
CombineFns.java			Filter.java			Max.java			SerializableComparator.java	ViewFn.java			windowing
WASE-AM06001086:transforms gmolinar$ vi DoFn.java 
WASE-AM06001086:transforms gmolinar$ vi ParDo.java 
WASE-AM06001086:transforms gmolinar$ vi DoFn.java 
WASE-AM06001086:transforms gmolinar$ ls
Aggregator.java			CombineWithContext.java		FlatMapElements.java		Mean.java			SerializableFunction.java	WithKeys.java
AggregatorRetriever.java	Count.java			Flatten.java			Min.java			SimpleFunction.java		WithTimestamps.java
AppliedPTransform.java		Create.java			GroupByKey.java			PTransform.java			Sum.java			display
ApproximateQuantiles.java	DelegatingAggregator.java	Keys.java			ParDo.java			ToString.java			join
ApproximateUnique.java		Distinct.java			KvSwap.java			Partition.java			Top.java			package-info.java
Combine.java			DoFn.java			Latest.java			Regex.java			Values.java			reflect
CombineFnBase.java		DoFnTester.java			MapElements.java		Sample.java			View.java			splittabledofn
CombineFns.java			Filter.java			Max.java			SerializableComparator.java	ViewFn.java			windowing
WASE-AM06001086:transforms gmolinar$ vi Create.java 
WASE-AM06001086:transforms gmolinar$ vi PTransform.java 
WASE-AM06001086:transforms gmolinar$ 
WASE-AM06001086:transforms gmolinar$ 
WASE-AM06001086:transforms gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms
WASE-AM06001086:transforms gmolinar$ ls
Aggregator.java			CombineWithContext.java		FlatMapElements.java		Mean.java			SerializableFunction.java	WithKeys.java
AggregatorRetriever.java	Count.java			Flatten.java			Min.java			SimpleFunction.java		WithTimestamps.java
AppliedPTransform.java		Create.java			GroupByKey.java			PTransform.java			Sum.java			display
ApproximateQuantiles.java	DelegatingAggregator.java	Keys.java			ParDo.java			ToString.java			join
ApproximateUnique.java		Distinct.java			KvSwap.java			Partition.java			Top.java			package-info.java
Combine.java			DoFn.java			Latest.java			Regex.java			Values.java			reflect
CombineFnBase.java		DoFnTester.java			MapElements.java		Sample.java			View.java			splittabledofn
CombineFns.java			Filter.java			Max.java			SerializableComparator.java	ViewFn.java			windowing
WASE-AM06001086:transforms gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd values/
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi POutput.java 
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi PValue.java 
WASE-AM06001086:values gmolinar$ vi PValueBase.java 
WASE-AM06001086:values gmolinar$ vi POutputValueBase.java 
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi PDone.java 
WASE-AM06001086:values gmolinar$ vi PCollection.java 
WASE-AM06001086:values gmolinar$ vi TypedPValue.java 
WASE-AM06001086:values gmolinar$ vi PDone.java 
WASE-AM06001086:values gmolinar$ vi PValueBase.java 
WASE-AM06001086:values gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ cd ../values
WASE-AM06001086:values gmolinar$ ls
KV.java			PCollectionList.java	PDone.java		POutputValueBase.java	TaggedPValue.java	TupleTagList.java	TypeParameter.java
PBegin.java		PCollectionTuple.java	PInput.java		PValue.java		TimestampedValue.java	TypeDescriptor.java	TypedPValue.java
PCollection.java	PCollectionView.java	POutput.java		PValueBase.java		TupleTag.java		TypeDescriptors.java	package-info.java
WASE-AM06001086:values gmolinar$ vi PValueBase.java 
WASE-AM06001086:values gmolinar$ cd ..
WASE-AM06001086:sdk gmolinar$ ls
AggregatorPipelineExtractor.java	PipelineResult.java			metrics					testing
AggregatorRetrievalException.java	annotations				options					transforms
AggregatorValues.java			coders					package-info.java			util
Pipeline.java				io					runners					values
WASE-AM06001086:sdk gmolinar$ cd io
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ 
WASE-AM06001086:io gmolinar$ 
WASE-AM06001086:io gmolinar$ 
WASE-AM06001086:io gmolinar$ vi XmlSink.java 
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi FileBasedSink.java 
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Read.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi Write.java
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ ls *Sink*
FileBasedSink.java		PubsubUnboundedSink.java	Sink.java			XmlSink.java
WASE-AM06001086:io gmolinar$ vi Sink.java 
WASE-AM06001086:io gmolinar$ vi Write.java 
WASE-AM06001086:io gmolinar$ ls
AvroIO.java				CountingSource.java			LocalFileSystemRegistrar.java		SerializableAvroCodecFactory.java	XmlSink.java
AvroSource.java				FileBasedSink.java			LocalResourceId.java			ShardNameTemplate.java			XmlSource.java
BlockBasedSource.java			FileBasedSource.java			OffsetBasedSource.java			Sink.java				fs
BoundedReadFromUnboundedSource.java	FileSystem.java				PubsubIO.java				Source.java				package-info.java
BoundedSource.java			FileSystemRegistrar.java		PubsubUnboundedSink.java		TextIO.java				range
CompressedSource.java			FileSystems.java			PubsubUnboundedSource.java		UnboundedSource.java
CountingInput.java			LocalFileSystem.java			Read.java				Write.java
WASE-AM06001086:io gmolinar$ vi TextIO.java 
WASE-AM06001086:io gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/core/src/main/java/org/apache/beam/sdk/io
WASE-AM06001086:io gmolinar$ cd 
WASE-AM06001086:~ gmolinar$ cd beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/
WASE-AM06001086:gcp gmolinar$ ls
bigquery	bigtable	datastore	spanner		storage
WASE-AM06001086:gcp gmolinar$ cd datastore/
WASE-AM06001086:datastore gmolinar$ ls
DatastoreIO.java	DatastoreV1.java	package-info.java
WASE-AM06001086:datastore gmolinar$ vi DatastoreIO.java 
WASE-AM06001086:datastore gmolinar$ vi DatastoreV1.java 
WASE-AM06001086:datastore gmolinar$ ls
DatastoreIO.java	DatastoreV1.java	package-info.java
WASE-AM06001086:datastore gmolinar$ 
WASE-AM06001086:datastore gmolinar$ 
WASE-AM06001086:datastore gmolinar$ 
WASE-AM06001086:datastore gmolinar$ pwd
/Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/datastore
WASE-AM06001086:datastore gmolinar$ vi DatastoreV1.java 
WASE-AM06001086:datastore gmolinar$ cd
WASE-AM06001086:~ gmolinar$ cd beam/sdks/java/io/google-cloud-platform/
WASE-AM06001086:google-cloud-platform gmolinar$ ls
pom.xml	src	target
WASE-AM06001086:google-cloud-platform gmolinar$ ls
pom.xml	src	target
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.791 s
[INFO] Finished at: 2017-03-05T13:12:06-08:00
[INFO] Final Memory: 11M/245M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:3.0.0 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:3.0.0: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:3.0.0 from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error: Unknown host nexus.disney.com: unknown error -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom (5 KB at 1.2 KB/sec)
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar (30 KB at 46.8 KB/sec)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.238 s
[INFO] Finished at: 2017-03-05T13:12:44-08:00
[INFO] Final Memory: 15M/311M
[INFO] ------------------------------------------------------------------------
WASE-AM06001086:google-cloud-platform gmolinar$ make package -Dcheckstyle.skip=true -DskipTests=true
/Library/Developer/CommandLineTools/usr/bin/make: invalid option -- D
/Library/Developer/CommandLineTools/usr/bin/make: invalid option -- c
/Library/Developer/CommandLineTools/usr/bin/make: invalid option -- c
/Library/Developer/CommandLineTools/usr/bin/make: invalid option -- y
/Library/Developer/CommandLineTools/usr/bin/make: invalid option -- D
/Library/Developer/CommandLineTools/usr/bin/make: invalid option -- T
/Library/Developer/CommandLineTools/usr/bin/make: invalid option -- =
/Library/Developer/CommandLineTools/usr/bin/make: invalid option -- u
Usage: make [options] [target] ...
Options:
  -b, -m                      Ignored for compatibility.
  -B, --always-make           Unconditionally make all targets.
  -C DIRECTORY, --directory=DIRECTORY
                              Change to DIRECTORY before doing anything.
  -d                          Print lots of debugging information.
  --debug[=FLAGS]             Print various types of debugging information.
  -e, --environment-overrides
                              Environment variables override makefiles.
  -f FILE, --file=FILE, --makefile=FILE
                              Read FILE as a makefile.
  -h, --help                  Print this message and exit.
  -i, --ignore-errors         Ignore errors from commands.
  -I DIRECTORY, --include-dir=DIRECTORY
                              Search DIRECTORY for included makefiles.
  -j [N], --jobs[=N]          Allow N jobs at once; infinite jobs with no arg.
  -k, --keep-going            Keep going when some targets can't be made.
  -l [N], --load-average[=N], --max-load[=N]
                              Don't start multiple jobs unless load is below N.
  -L, --check-symlink-times   Use the latest mtime between symlinks and target.
  -n, --just-print, --dry-run, --recon
                              Don't actually run any commands; just print them.
  -o FILE, --old-file=FILE, --assume-old=FILE
                              Consider FILE to be very old and don't remake it.
  -p, --print-data-base       Print make's internal database.
  -q, --question              Run no commands; exit status says if up to date.
  -r, --no-builtin-rules      Disable the built-in implicit rules.
  -R, --no-builtin-variables  Disable the built-in variable settings.
  -s, --silent, --quiet       Don't echo commands.
  -S, --no-keep-going, --stop
                              Turns off -k.
  -t, --touch                 Touch targets instead of remaking them.
  -v, --version               Print the version number of make and exit.
  -w, --print-directory       Print the current directory.
  --no-print-directory        Turn off -w, even if it was turned on implicitly.
  -W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
                              Consider FILE to be infinitely new.
  --warn-undefined-variables  Warn when an undefined variable is referenced.
  -N OPTION, --NeXT-option=OPTION
                              Turn on value of NeXT OPTION.

This program built for i386-apple-darwin11.3.0
Report bugs to <bu...@gnu.org>

# Make data base, printed on Sun Mar  5 13:14:23 2017

# Variables

# environment
SHELL = /bin/bash
# environment
_ = /usr/bin/make
# environment
Apple_PubSub_Socket_Render = /private/tmp/com.apple.launchd.EM04OJafdI/Render
# environment
PATH = /Users/gmolinar/Downloads/google-cloud-sdk/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/gmolinar/apache-maven-3.3.9/bin
# default
.FEATURES := target-specific order-only second-expansion else-if archives jobserver check-symlink
# environment
SSH_AUTH_SOCK = /private/tmp/com.apple.launchd.eYJOvxxYu0/Listeners
# environment
PWD = /Users/gmolinar/beam/sdks/java/io/google-cloud-platform
# environment
HOME = /Users/gmolinar
# environment
LOGNAME = gmolinar
# environment
XPC_FLAGS = 0x0
# default
MAKECMDGOALS := package
# environment
SHLVL = 1
# environment
USER = gmolinar
# environment
TERM_SESSION_ID = 76D9DE39-C8E6-4103-9632-9C3E5F2FC284
# environment
OLDPWD = /Users/gmolinar
# environment
TERM_PROGRAM = Apple_Terminal
# default
.VARIABLES := 
# environment
TMPDIR = /var/folders/82/x1v1mwk92cj1f4fp49dbh2fn0bm7c6/T/
# environment
TERM_PROGRAM_VERSION = 361.1
# environment
XPC_SERVICE_NAME = 0
# environment
__CF_USER_TEXT_ENCODING = 0x40BA1D86:0x0:0x0
# environment
SECURITYSESSIONID = 186a7
# environment
LANG = en_US.UTF-8
# environment
TERM = xterm-256color
# variable set hash-table stats:
# Load=24/1024=2%, Rehash=0, Collisions=0/32=0%

# Pattern-specific Variable Values

# No pattern-specific variable values.

# Directories


# No files, no impossibilities in 0 directories.

# Implicit Rules

# No implicit rules.

# Files

# Not a target:
package:
#  Command-line target.
#  Implicit rule search has not been done.
#  Modification time never checked.
#  File has not been updated.

# files hash-table stats:
# Load=1/1024=0%, Rehash=0, Collisions=0/1=0%
# VPATH Search Paths

# No `vpath' search paths.

# No general (`VPATH' variable) search path.

# # of strings in strcache: 0
# # of strcache buffers: 0
# strcache size: total = 0 / max = 0 / min = 4096 / avg = 0
# strcache free: total = 0 / max = 0 / min = 4096 / avg = 0

# Finished Make data base on Sun Mar  5 13:14:23 2017

WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.1 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[54,10] cannot find symbol
  symbol:   class Write
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[51,4] cannot find symbol
  symbol:   class VisiableForTesting
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.922 s
[INFO] Finished at: 2017-03-05T13:14:53-08:00
[INFO] Final Memory: 42M/674M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[54,10] cannot find symbol
[ERROR] symbol:   class Write
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[51,4] cannot find symbol
[ERROR] symbol:   class VisiableForTesting
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.5 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[54,10] cannot find symbol
  symbol:   class Write
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[51,4] cannot find symbol
  symbol:   class VisiableForTesting
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.047 s
[INFO] Finished at: 2017-03-05T13:16:38-08:00
[INFO] Final Memory: 42M/667M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[54,10] cannot find symbol
[ERROR] symbol:   class Write
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[51,4] cannot find symbol
[ERROR] symbol:   class VisiableForTesting
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.5 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[62,37] cannot find symbol
  symbol:   class MutateTransform
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[50,4] cannot find symbol
  symbol:   class VisableForTesting
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.771 s
[INFO] Finished at: 2017-03-05T13:17:25-08:00
[INFO] Final Memory: 41M/621M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[62,37] cannot find symbol
[ERROR] symbol:   class MutateTransform
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[50,4] cannot find symbol
[ERROR] symbol:   class VisableForTesting
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.3 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[62,37] cannot find symbol
  symbol:   class MutateTransform
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.719 s
[INFO] Finished at: 2017-03-05T13:19:22-08:00
[INFO] Final Memory: 40M/706M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[62,37] cannot find symbol
[ERROR] symbol:   class MutateTransform
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.4 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[62,37] cannot find symbol
  symbol:   class MutateTransform
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[98,37] cannot find symbol
  symbol:   class MutationTransform
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Mutate<T>
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.870 s
[INFO] Finished at: 2017-03-05T13:35:47-08:00
[INFO] Final Memory: 41M/632M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[62,37] cannot find symbol
[ERROR] symbol:   class MutateTransform
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[98,37] cannot find symbol
[ERROR] symbol:   class MutationTransform
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Mutate<T>
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.8 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[104,5] invalid method declaration; return type required
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.171 s
[INFO] Finished at: 2017-03-05T13:38:35-08:00
[INFO] Final Memory: 30M/785M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[104,5] invalid method declaration; return type required
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.1 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[104,5] invalid method declaration; return type required
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.749 s
[INFO] Finished at: 2017-03-05T14:27:38-08:00
[INFO] Final Memory: 30M/747M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[104,5] invalid method declaration; return type required
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.2 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[185,5] constructor SpannerWriterFn(java.lang.String,java.lang.String,java.lang.String) is already defined in class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[53,12] constructor Write in class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write cannot be applied to given types;
  required: java.lang.String,java.lang.String,java.lang.String
  found: <nulltype>,<nulltype>
  reason: actual and formal argument lists differ in length
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[106,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[121,14] cannot find symbol
  symbol:   variable MoreObjects
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform<T>
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[67,52] cannot find symbol
  symbol:   class UpsertFn
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[224,7] cannot find symbol
  symbol:   class Sleeper
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[224,25] cannot find symbol
  symbol:   variable Sleeper
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[225,7] cannot find symbol
  symbol:   class BackOff
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[239,16] cannot find symbol
  symbol:   variable BackOffUtils
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[180,5] recursive constructor invocation
[INFO] 10 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.454 s
[INFO] Finished at: 2017-03-05T14:48:59-08:00
[INFO] Final Memory: 39M/674M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[185,5] constructor SpannerWriterFn(java.lang.String,java.lang.String,java.lang.String) is already defined in class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[53,12] constructor Write in class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write cannot be applied to given types;
[ERROR] required: java.lang.String,java.lang.String,java.lang.String
[ERROR] found: <nulltype>,<nulltype>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[106,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[121,14] cannot find symbol
[ERROR] symbol:   variable MoreObjects
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform<T>
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[67,52] cannot find symbol
[ERROR] symbol:   class UpsertFn
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[224,7] cannot find symbol
[ERROR] symbol:   class Sleeper
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[224,25] cannot find symbol
[ERROR] symbol:   variable Sleeper
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[225,7] cannot find symbol
[ERROR] symbol:   class BackOff
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[239,16] cannot find symbol
[ERROR] symbol:   variable BackOffUtils
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[180,5] recursive constructor invocation
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.4 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[106,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[121,14] cannot find symbol
  symbol:   variable MoreObjects
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform<T>
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[67,52] cannot find symbol
  symbol:   class UpsertFn
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[220,7] cannot find symbol
  symbol:   class Sleeper
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[220,25] cannot find symbol
  symbol:   variable Sleeper
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[221,7] cannot find symbol
  symbol:   class BackOff
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[235,16] cannot find symbol
  symbol:   variable BackOffUtils
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.904 s
[INFO] Finished at: 2017-03-05T14:55:05-08:00
[INFO] Final Memory: 41M/624M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[106,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[121,14] cannot find symbol
[ERROR] symbol:   variable MoreObjects
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform<T>
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[67,52] cannot find symbol
[ERROR] symbol:   class UpsertFn
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[220,7] cannot find symbol
[ERROR] symbol:   class Sleeper
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[220,25] cannot find symbol
[ERROR] symbol:   variable Sleeper
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[221,7] cannot find symbol
[ERROR] symbol:   class BackOff
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[235,16] cannot find symbol
[ERROR] symbol:   variable BackOffUtils
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.8 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[106,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[121,14] cannot find symbol
  symbol:   variable MoreObjects
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform<T>
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[67,52] cannot find symbol
  symbol:   class UpsertFn
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[220,7] cannot find symbol
  symbol:   class Sleeper
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[220,25] cannot find symbol
  symbol:   variable Sleeper
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[221,7] cannot find symbol
  symbol:   class BackOff
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[235,16] cannot find symbol
  symbol:   variable BackOffUtils
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[INFO] 7 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.598 s
[INFO] Finished at: 2017-03-05T14:57:07-08:00
[INFO] Final Memory: 41M/626M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[106,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[121,14] cannot find symbol
[ERROR] symbol:   variable MoreObjects
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform<T>
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[67,52] cannot find symbol
[ERROR] symbol:   class UpsertFn
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[220,7] cannot find symbol
[ERROR] symbol:   class Sleeper
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[220,25] cannot find symbol
[ERROR] symbol:   variable Sleeper
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[221,7] cannot find symbol
[ERROR] symbol:   class BackOff
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[235,16] cannot find symbol
[ERROR] symbol:   variable BackOffUtils
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.3 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[108,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[69,52] cannot find symbol
  symbol:   class UpsertFn
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[222,7] cannot find symbol
  symbol:   class Sleeper
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[222,25] cannot find symbol
  symbol:   variable Sleeper
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[223,7] cannot find symbol
  symbol:   class BackOff
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[237,16] cannot find symbol
  symbol:   variable BackOffUtils
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[INFO] 6 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.870 s
[INFO] Finished at: 2017-03-05T14:59:10-08:00
[INFO] Final Memory: 41M/753M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[108,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[69,52] cannot find symbol
[ERROR] symbol:   class UpsertFn
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[222,7] cannot find symbol
[ERROR] symbol:   class Sleeper
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[222,25] cannot find symbol
[ERROR] symbol:   variable Sleeper
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[223,7] cannot find symbol
[ERROR] symbol:   class BackOff
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[237,16] cannot find symbol
[ERROR] symbol:   variable BackOffUtils
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.SpannerWriterFn
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 0.3 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[112,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[73,52] cannot find symbol
  symbol:   class UpsertFn
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.618 s
[INFO] Finished at: 2017-03-05T15:01:05-08:00
[INFO] Final Memory: 42M/655M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[112,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[73,52] cannot find symbol
[ERROR] symbol:   class UpsertFn
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Write
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
Downloaded: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml (2 KB at 1.0 KB/sec)
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[112,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.311 s
[INFO] Finished at: 2017-03-05T15:01:51-08:00
[INFO] Final Memory: 41M/711M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[112,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[112,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.813 s
[INFO] Finished at: 2017-03-05T17:26:37-08:00
[INFO] Final Memory: 39M/617M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[112,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[112,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.033 s
[INFO] Finished at: 2017-03-05T19:29:52-08:00
[INFO] Final Memory: 38M/656M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[112,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ 
WASE-AM06001086:google-cloud-platform gmolinar$ 
WASE-AM06001086:google-cloud-platform gmolinar$ 
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[195,29] unreported exception java.io.IOException; must be caught or declared to be thrown
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.736 s
[INFO] Finished at: 2017-03-05T20:06:00-08:00
[INFO] Final Memory: 39M/619M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[195,29] unreported exception java.io.IOException; must be caught or declared to be thrown
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 19 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/test-classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOTest.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOTest.java: Recompile with -Xlint:deprecation for details.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOTest.java: /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOTest.java uses unchecked or unsafe operations.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIOTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (default) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Building jar: /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/beam-sdks-java-io-google-cloud-platform-0.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] 
[INFO] --- maven-jar-plugin:3.0.2:test-jar (default-test-jar) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Building jar: /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/beam-sdks-java-io-google-cloud-platform-0.6.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.132 s
[INFO] Finished at: 2017-03-05T20:06:52-08:00
[INFO] Final Memory: 48M/698M
[INFO] ------------------------------------------------------------------------
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[112,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.600 s
[INFO] Finished at: 2017-03-05T20:07:39-08:00
[INFO] Final Memory: 39M/621M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[112,12] no suitable method found for apply(java.lang.String,org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ 
WASE-AM06001086:google-cloud-platform gmolinar$ 
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.757 s
[INFO] Finished at: 2017-03-05T21:29:21-08:00
[INFO] Final Memory: 39M/619M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[111,37] cannot find symbol
  symbol:   class T
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform<Mutation>
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[120,38] cannot find symbol
  symbol:   class T
  location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform<Mutation>
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.811 s
[INFO] Finished at: 2017-03-05T21:41:21-08:00
[INFO] Final Memory: 39M/618M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[111,37] cannot find symbol
[ERROR] symbol:   class T
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform<Mutation>
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[120,38] cannot find symbol
[ERROR] symbol:   class T
[ERROR] location: class org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform<Mutation>
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.488 s
[INFO] Finished at: 2017-03-05T21:42:07-08:00
[INFO] Final Memory: 40M/619M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[95,103] type argument java.lang.Void is not within bounds of type-variable OutputT
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[111,18] expand(org.apache.beam.sdk.values.PCollection<Mutation>) in org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform cannot override expand(InputT) in org.apache.beam.sdk.transforms.PTransform
  return type org.apache.beam.sdk.values.PDone is not compatible with java.lang.Void
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[110,5] method does not override or implement a method from a supertype
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[67,17] org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Writer is not abstract and does not override abstract method expand(org.apache.beam.sdk.values.PCollection<com.google.cloud.spanner.Mutation>) in org.apache.beam.sdk.transforms.PTransform
[INFO] 5 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.459 s
[INFO] Finished at: 2017-03-05T21:43:10-08:00
[INFO] Final Memory: 40M/622M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure: Compilation failure:
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[95,103] type argument java.lang.Void is not within bounds of type-variable OutputT
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[111,18] expand(org.apache.beam.sdk.values.PCollection<Mutation>) in org.apache.beam.sdk.io.gcp.spanner.SpannerIO.MutationTransform cannot override expand(InputT) in org.apache.beam.sdk.transforms.PTransform
[ERROR] return type org.apache.beam.sdk.values.PDone is not compatible with java.lang.Void
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[110,5] method does not override or implement a method from a supertype
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[67,17] org.apache.beam.sdk.io.gcp.spanner.SpannerIO.Writer is not abstract and does not override abstract method expand(org.apache.beam.sdk.values.PCollection<com.google.cloud.spanner.Mutation>) in org.apache.beam.sdk.transforms.PTransform
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.395 s
[INFO] Finished at: 2017-03-05T21:43:43-08:00
[INFO] Final Memory: 40M/622M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.344 s
[INFO] Finished at: 2017-03-05T21:45:36-08:00
[INFO] Final Memory: 40M/619M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,org.apache.beam.sdk.values.PDone> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<Mutation>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] method expand in class org.apache.beam.sdk.values.PValueBase cannot be applied to given types;
  required: no arguments
  found: org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>
  reason: actual and formal argument lists differ in length
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.559 s
[INFO] Finished at: 2017-03-05T21:46:23-08:00
[INFO] Final Memory: 40M/618M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] method expand in class org.apache.beam.sdk.values.PValueBase cannot be applied to given types;
[ERROR] required: no arguments
[ERROR] found: org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
WASE-AM06001086:google-cloud-platform gmolinar$ mvn clean package -Dcheckstyle.skip=true -DskipTests=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: osx
[INFO] os.detected.arch: x86_64
[INFO] os.detected.classifier: osx-x86_64
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Beam :: SDKs :: Java :: IO :: Google Cloud Platform 0.6.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://nexus.disney.com/nexus/content/groups/bde-public/io/netty/netty-codec-http2/maven-metadata.xml
[WARNING] Could not transfer metadata io.netty:netty-codec-http2/maven-metadata.xml from/to nexus (http://nexus.disney.com/nexus/content/groups/bde-public): nexus.disney.com: unknown error
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target
[INFO] Deleting /Users/gmolinar/beam/sdks/java/io/google-cloud-platform (includes = [**/*.pyc, **/*.egg-info/], excludes = [])
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] artifact io.netty:netty-codec-http2: checking for updates from nexus
[WARNING] repository metadata for: 'artifact io.netty:netty-codec-http2' could not be retrieved from repository: nexus due to an error: nexus.disney.com
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-google-cloud-platform ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/target/classes
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Some input files use or override a deprecated API.
[INFO] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryIO.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 1.7
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
    method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
      (cannot infer type-variable(s) OutputT
        (actual and formal argument lists differ in length))
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.287 s
[INFO] Finished at: 2017-03-05T21:55:54-08:00
[INFO] Final Memory: 37M/632M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project beam-sdks-java-io-google-cloud-platform: Compilation failure
[ERROR] /Users/gmolinar/beam/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/spanner/SpannerIO.java:[114,12] no suitable method found for apply(org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void>)
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (argument mismatch; org.apache.beam.sdk.transforms.ParDo.Bound<com.google.cloud.spanner.Mutation,java.lang.Void> cannot be converted to org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>))
[ERROR] method org.apache.beam.sdk.values.PCollection.<OutputT>apply(java.lang.String,org.apache.beam.sdk.transforms.PTransform<? super org.apache.beam.sdk.values.PCollection<T>,OutputT>) is not applicable
[ERROR] (cannot infer type-variable(s) OutputT
[ERROR] (actual and formal argument lists differ in length))
[ERROR] -> [Help 1]
[ERROR] 



was (Author: guymolinari):
I'm wondering if you guys could help me out.   I'm getting a weird generics related compilation error and I'm just plain stumped.   I created a pull request for the work so that you could get access to my work.

Thanks in advance.

> Need Source/Sink for Spanner
> ----------------------------
>
>                 Key: BEAM-1542
>                 URL: https://issues.apache.org/jira/browse/BEAM-1542
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-java-gcp
>            Reporter: Guy Molinari
>            Assignee: Guy Molinari
>
> Is there a source/sink for Spanner in the works?   If not I would gladly give this a shot.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)