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

ASF GitHub Bot commented on GORA-479:
-------------------------------------

GitHub user lewismc opened a pull request:

    https://github.com/apache/gora/pull/70

    GORA-479 Various compilation errors in gora-infinispan module

    This issues addresses https://issues.apache.org/jira/browse/GORA-479
    
    There are no changes to InfinispanStore.java, this patch merely reformats 
the code in the correct code formatting. Themain issues was to include the 
hadoop-client dependency within the module compilation scope.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lewismc/gora GORA-479

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/gora/pull/70.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #70
    
----
commit e8ed25deb75b4e9506bc6ac6121d4e7e7e5feaf6
Author: Lewis John McGibbney <[email protected]>
Date:   2016-06-01T17:13:55Z

    GORA-479 Various compilation errors in gora-infinispan module

----


> Various compilation errors in gora-infinispan module
> ----------------------------------------------------
>
>                 Key: GORA-479
>                 URL: https://issues.apache.org/jira/browse/GORA-479
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: gora-infinispan
>    Affects Versions: 0.6.1
>            Reporter: Lewis John McGibbney
>             Fix For: 0.7
>
>
> {code}
> [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ 
> gora-infinispan ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 4 source files to 
> /home/jenkins/jenkins-slave/workspace/gora-trunk/gora-infinispan/target/classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] 
> /home/jenkins/jenkins-slave/workspace/gora-trunk/gora-infinispan/src/main/java/org/apache/gora/infinispan/store/InfinispanStore.java:[33]
>  error: cannot access RecordReader
> [ERROR]   class file for org.apache.hadoop.mapreduce.RecordReader not found
> /home/jenkins/jenkins-slave/workspace/gora-trunk/gora-infinispan/src/main/java/org/apache/gora/infinispan/store/InfinispanStore.java:[48,7]
>  error: cannot access Configurable
> [ERROR]   class file for org.apache.hadoop.conf.Configurable not found
> /home/jenkins/jenkins-slave/workspace/gora-trunk/gora-infinispan/src/main/java/org/apache/gora/infinispan/store/InfinispanClient.java:[22,29]
>  error: package org.apache.hadoop.conf does not exist
> [ERROR] 
> /home/jenkins/jenkins-slave/workspace/gora-trunk/gora-infinispan/src/main/java/org/apache/gora/infinispan/store/InfinispanClient.java:[41,70]
>  error: cannot find symbol
> [INFO] 4 errors 
> [INFO] -------------------------------------------------------------
> [INFO]                                                                        
>  
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Skipping Apache Gora
> [INFO] This project has been banned from the build due to previous failures.
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] 
> ------------------------------------------------------------------------
> {code}
> This can be seen on the previous CI build
> https://builds.apache.org/job/gora-trunk/1662/org.apache.gora$gora-infinispan/console



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to