Re: Error While Building Flink From Source

2019-09-10 Thread Yuval Itzchakov
Never mind, turns out it was an error on my part. Somehow I managed do add
an "S" to an attribute mistakenly :)

On Tue, Sep 10, 2019 at 7:29 PM Yuval Itzchakov  wrote:

> Still getting the same error message using your command. Which Maven
> version are you using?
>
> On Tue, Sep 10, 2019 at 6:39 PM Debasish Ghosh 
> wrote:
>
>> I could build using the following command ..
>>
>> mvn clean install -Dcheckstyle.skip -DskipTests -Dscala-2.12
>> -Drat.skip=true
>>
>> regards.
>>
>> On Tue, Sep 10, 2019 at 9:06 PM Yuval Itzchakov 
>> wrote:
>>
>>> Hi,
>>> I'm trying to build Flink from source. I'm using Maven 3.6.1 and
>>> executing the following command:
>>>
>>> mvn clean install -DskipTests -Dfast -Dscala-2.12
>>>
>>> Running both on the master branch and the release-1.9.0 tag, I get the
>>> following error:
>>>
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
>>> (default-compile) on project flink-streaming-java_2.12: Compilation failure
>>> [ERROR]
>>> /Users/yuval.itzchakov/oss/flink/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/StreamSink.java:[53,10]
>>> cannot find symbol
>>> [ERROR]   symbol:   class Overrides
>>> [ERROR]   location: class
>>> org.apache.flink.streaming.api.operators.StreamSink
>>>
>>> Has anyone run into this problem?
>>>
>>> --
>>> Best Regards,
>>> Yuval Itzchakov.
>>>
>>
>>
>> --
>> Debasish Ghosh
>> http://manning.com/ghosh2
>> http://manning.com/ghosh
>>
>> Twttr: @debasishg
>> Blog: http://debasishg.blogspot.com
>> Code: http://github.com/debasishg
>>
>
>
> --
> Best Regards,
> Yuval Itzchakov.
>


-- 
Best Regards,
Yuval Itzchakov.


Re: Error While Building Flink From Source

2019-09-10 Thread Yuval Itzchakov
Still getting the same error message using your command. Which Maven
version are you using?

On Tue, Sep 10, 2019 at 6:39 PM Debasish Ghosh 
wrote:

> I could build using the following command ..
>
> mvn clean install -Dcheckstyle.skip -DskipTests -Dscala-2.12
> -Drat.skip=true
>
> regards.
>
> On Tue, Sep 10, 2019 at 9:06 PM Yuval Itzchakov  wrote:
>
>> Hi,
>> I'm trying to build Flink from source. I'm using Maven 3.6.1 and
>> executing the following command:
>>
>> mvn clean install -DskipTests -Dfast -Dscala-2.12
>>
>> Running both on the master branch and the release-1.9.0 tag, I get the
>> following error:
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
>> (default-compile) on project flink-streaming-java_2.12: Compilation failure
>> [ERROR]
>> /Users/yuval.itzchakov/oss/flink/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/StreamSink.java:[53,10]
>> cannot find symbol
>> [ERROR]   symbol:   class Overrides
>> [ERROR]   location: class
>> org.apache.flink.streaming.api.operators.StreamSink
>>
>> Has anyone run into this problem?
>>
>> --
>> Best Regards,
>> Yuval Itzchakov.
>>
>
>
> --
> Debasish Ghosh
> http://manning.com/ghosh2
> http://manning.com/ghosh
>
> Twttr: @debasishg
> Blog: http://debasishg.blogspot.com
> Code: http://github.com/debasishg
>


-- 
Best Regards,
Yuval Itzchakov.


Re: Error While Building Flink From Source

2019-09-10 Thread Debasish Ghosh
I could build using the following command ..

mvn clean install -Dcheckstyle.skip -DskipTests -Dscala-2.12 -Drat.skip=true

regards.

On Tue, Sep 10, 2019 at 9:06 PM Yuval Itzchakov  wrote:

> Hi,
> I'm trying to build Flink from source. I'm using Maven 3.6.1 and executing
> the following command:
>
> mvn clean install -DskipTests -Dfast -Dscala-2.12
>
> Running both on the master branch and the release-1.9.0 tag, I get the
> following error:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile
> (default-compile) on project flink-streaming-java_2.12: Compilation failure
> [ERROR]
> /Users/yuval.itzchakov/oss/flink/flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/StreamSink.java:[53,10]
> cannot find symbol
> [ERROR]   symbol:   class Overrides
> [ERROR]   location: class
> org.apache.flink.streaming.api.operators.StreamSink
>
> Has anyone run into this problem?
>
> --
> Best Regards,
> Yuval Itzchakov.
>


-- 
Debasish Ghosh
http://manning.com/ghosh2
http://manning.com/ghosh

Twttr: @debasishg
Blog: http://debasishg.blogspot.com
Code: http://github.com/debasishg