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

ASF GitHub Bot commented on NIFI-2742:
--------------------------------------

GitHub user trixpan opened a pull request:

    https://github.com/apache/nifi/pull/991

    NIFI-2742 - Explicitly declare the kite hadoop dependencies to allow …

    …kite-processor to compile against vendor hadoop libraries

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

    $ git pull https://github.com/trixpan/nifi NIFI-2742

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

    https://github.com/apache/nifi/pull/991.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 #991
    
----
commit 09cc2dae028cc6bf4cb87a8f4cb7caae5562649e
Author: Andre F de Miranda <trix...@users.noreply.github.com>
Date:   2016-09-07T11:59:11Z

    NIFI-2742 - Explicitly declare the kite hadoop dependencies to allow 
kite-processor to compile against vendor hadoop libraries

----


> testSchemaFromResourceURI fails when -Pmapr is enabled
> ------------------------------------------------------
>
>                 Key: NIFI-2742
>                 URL: https://issues.apache.org/jira/browse/NIFI-2742
>             Project: Apache NiFi
>          Issue Type: Wish
>    Affects Versions: 1.0.0
>         Environment: -Pmapr profile enabled
>            Reporter: Andre
>            Priority: Minor
>
> Found this compatibility issue when compiling NiFi 1.0.0 against the MapR 
> profile:
> {code}
> Tests run: 3, Failures: 0, Errors: 1, Skipped: 2, Time elapsed: 6.064 sec <<< 
> FAILURE! - in org.apache.nifi.processors.kite.TestGetSchema
> testSchemaFromResourceURI(org.apache.nifi.processors.kite.TestGetSchema)  
> Time elapsed: 6.04 sec  <<< ERROR!
> java.lang.NoClassDefFoundError: 
> org/apache/hadoop/security/authentication/server/CookieSignatureSecretFactory
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>         at java.lang.ClassLoader.defineClass1(Native Method)
>         at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
>         at 
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
>         at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
>         at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
>         at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
>         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
>         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
>         at 
> org.apache.hadoop.conf.CoreDefaultProperties.<clinit>(CoreDefaultProperties.java:297)
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:348)
>         at 
> org.apache.hadoop.conf.Configuration.getClassByNameOrNull(Configuration.java:2147)
>         at 
> org.apache.hadoop.conf.Configuration.getProperties(Configuration.java:2362)
>         at 
> org.apache.hadoop.conf.Configuration.loadResource(Configuration.java:2579)
>         at 
> org.apache.hadoop.conf.Configuration.loadResources(Configuration.java:2531)
>         at 
> org.apache.hadoop.conf.Configuration.getProps(Configuration.java:2444)
>         at org.apache.hadoop.conf.Configuration.get(Configuration.java:1245)
>         at org.apache.hadoop.fs.FileSystem.getDefaultUri(FileSystem.java:180)
>         at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:172)
>         at 
> org.kitesdk.data.DatasetDescriptor$Builder.<init>(DatasetDescriptor.java:354)
>         at 
> org.apache.nifi.processors.kite.TestGetSchema.testSchemaFromResourceURI(TestGetSchema.java:89)
> {code}



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

Reply via email to