[
https://issues.apache.org/jira/browse/FALCON-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979368#comment-13979368
]
Shwetha G S edited comment on FALCON-395 at 4/24/14 7:03 AM:
-------------------------------------------------------------
compilation fails with hadoop-1:
{noformat}
[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]
/work/git/falcon-clone/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]
/work/git/falcon-clone/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]
/work/git/falcon-clone/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]
{noformat}
was (Author: shwethags):
compilation fails:
{noformat}
[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]
/work/git/falcon-clone/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]
/work/git/falcon-clone/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]
/work/git/falcon-clone/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]
{noformat}
> Falcon service does not start when _HOST is used in the spnego principal
> ------------------------------------------------------------------------
>
> Key: FALCON-395
> URL: https://issues.apache.org/jira/browse/FALCON-395
> Project: Falcon
> Issue Type: Bug
> Affects Versions: 0.5
> Reporter: Venkatesh Seetharam
> Assignee: Venkatesh Seetharam
> Labels: security
> Fix For: 0.5
>
> Attachments: FALCON-395-v2.patch, FALCON-395.patch
>
>
> Falcon service tries to log in as HTTP/_HOST rather than replacing _HOST with
> the actual hostname of the machine. The same issue is not there for the
> falcon principal.
--
This message was sent by Atlassian JIRA
(v6.2#6252)