I used to think it's forbidden to use direct version in pom.xml.
We should keep all versions in parent pom.


В Вт, 04/06/2019 в 15:36 +0300, Павлухин Иван пишет:
> Nikolay,
> 
> It was already observed that removal of jackson dependencies from
> examples module would lead to a Javadoc build job failure (for
> examples module). One way to fix it is changing jackson dependency
> versions:
> <dependency>
>     <groupId>com.fasterxml.jackson.core</groupId>
>     <artifactId>jackson-core</artifactId>
>     <version>2.6.7</version>
> </dependency>
> 
> <dependency>
>     <groupId>com.fasterxml.jackson.core</groupId>
>     <artifactId>jackson-databind</artifactId>
>     <version>2.6.7</version>
> </dependency>
> 
> <dependency>
>     <groupId>com.fasterxml.jackson.core</groupId>
>     <artifactId>jackson-annotations</artifactId>
>     <version>2.6.7</version>
> </dependency>
> 
> вт, 4 июн. 2019 г. в 14:57, Nikolay Izhikov <nizhi...@apache.org>:
> > 
> > Igniters
> > 
> > I've found the root issue.
> > 
> > jackson dependency was added in IGNITE-10803 and that's brokes Spark 
> > Examples.
> > 
> > Alex, Yury, please, clarify, do we really need this dependencies?
> > 
> > В Вт, 04/06/2019 в 11:42 +0300, Павлухин Иван пишет:
> > > But -Pscala is already activated. But it seems that a build job in
> > > question does not compile classes and retrieves a compiled package
> > > from ~Build Apache Ignite~ job. Need to check if spark examples are
> > > present.
> > > 
> > > вт, 4 июн. 2019 г. в 09:52, Павлухин Иван <vololo...@gmail.com>:
> > > > 
> > > > Nikolay,
> > > > 
> > > > It looks like that profile -Pscala should be activated to run
> > > > IgniteExamplesSparkSelfTestSuite. I was able to start that suite
> > > > execution on my machine but it failed during execution.
> > > > 
> > > > вт, 4 июн. 2019 г. в 03:08, Denis Magda <dma...@apache.org>:
> > > > > 
> > > > > Hey Peter, Anton,
> > > > > 
> > > > > Are any of you able to help Nickolay with [1]?
> > > > > 
> > > > > -
> > > > > Denis
> > > > > 
> > > > > 
> > > > > On Mon, Jun 3, 2019 at 6:17 AM Nikolay Izhikov <nizhi...@apache.org> 
> > > > > wrote:
> > > > > 
> > > > > > Hello, Igniters.
> > > > > > 
> > > > > > We have several issues with Examples suite on TC
> > > > > > 
> > > > > > 1. IgniteExamplesSparkSelfTestSuite seems configure, bu not runs on 
> > > > > > suite
> > > > > > execution. [1]
> > > > > > 
> > > > > > 2. Spark Data Frame examples doesn't work in master. Seems some 
> > > > > > classpath
> > > > > > issues [2]
> > > > > > 
> > > > > > I will resolve issue #2.
> > > > > > Can anyone help me with #1?
> > > > > > 
> > > > > > 
> > > > > > [1]
> > > > > > https://ci.ignite.apache.org/viewLog.html?buildId=4027327&buildTypeId=IgniteTests24Java8_Examples&tab=buildParameters
> > > > > > [2] https://issues.apache.org/jira/browse/IGNITE-11881
> > > > > > 
> > > > 
> > > > 
> > > > 
> > > > --
> > > > Best regards,
> > > > Ivan Pavlukhin
> > > 
> > > 
> > > 
> 
> 
> 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to