[
https://issues.apache.org/jira/browse/KNOX-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960431#comment-13960431
]
Kevin Minder commented on KNOX-345:
-----------------------------------
Fixed
commit bc220dc1d42695a9606d4ed952733cac93a1a6fe
Author: Kevin Minder <[email protected]>
Date: Fri Apr 4 17:12:57 2014 -0400
KNOX-345: WebHDFS and Oozie not specifying dispatch provider and end up
with HiveDispatchProvider
(cherry picked from commit c6b15b51d125913c2d5ddfaa0560623a57d0da41)
> WebHDFS and Oozie not specifying dispatch provider and end up with
> HiveDispatchProvider
> ---------------------------------------------------------------------------------------
>
> Key: KNOX-345
> URL: https://issues.apache.org/jira/browse/KNOX-345
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.4.0
> Reporter: Kevin Minder
> Priority: Blocker
> Fix For: 0.4.0
>
> Attachments:
> KNOX-345__WebHDFS_and_Oozie_not_specifying_dispatch_provider_and_end_up_with_HiveDispatchP.patch
>
>
> <resource>
> <role>OOZIE</role>
> <pattern>/oozie/**?**</pattern>
> ...
> <filter>
> <role>dispatch</role>
> <name>hive</name>
> <class>org.apache.hadoop.gateway.hive.HiveHttpClientDispatch</class>
> <param>
> <name>replayBufferSize</name>
> <value>8</value>
> </param>
> <param>
> <name>basicAuthPreemptive</name>
> <value>true</value>
> </param>
> </filter>
> </resource>
--
This message was sent by Atlassian JIRA
(v6.2#6252)