[
https://issues.apache.org/jira/browse/FALCON-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated FALCON-418:
----------------------------------------
Attachment: FALCON-418.patch
Patch with:
- usage of string instead of constant to work with both Hadoop 1 and Hadoop 2
- usage of kerberos authentication in the
testGetKerberosPrincipalWithSubstitutedHostSecure test
> Webapp doesn't compile
> ----------------------
>
> Key: FALCON-418
> URL: https://issues.apache.org/jira/browse/FALCON-418
> Project: Falcon
> Issue Type: Bug
> Components: tests, webapp
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Blocker
> Fix For: 0.5
>
> Attachments: FALCON-418.patch
>
>
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile
> (default-testCompile) on project falcon-webapp: Compilation failure:
> Compilation failure:
> [ERROR]
> /home/jbonofre/workspace/falcon/webapp/src/test/java/org/apache/falcon/security/BasicAuthFilterTest.java:[23,27]
> cannot find symbol
> [ERROR] symbol : class CommonConfigurationKeysPublic
> [ERROR] location: package org.apache.hadoop.fs
> [ERROR]
> /home/jbonofre/workspace/falcon/webapp/src/test/java/org/apache/falcon/security/BasicAuthFilterTest.java:[188,21]
> cannot find symbol
> [ERROR] symbol : variable CommonConfigurationKeysPublic
> [ERROR] location: class org.apache.falcon.security.BasicAuthFilterTest
> [ERROR]
> /home/jbonofre/workspace/falcon/webapp/src/test/java/org/apache/falcon/security/BasicAuthFilterTest.java:[208,17]
> cannot find symbol
> [ERROR] symbol : variable CommonConfigurationKeysPublic
> [ERROR] location: class org.apache.falcon.security.BasicAuthFilterTest
> [ERROR] -> [Help 1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)