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

Hudson commented on PHOENIX-1353:
---------------------------------

FAILURE: Integrated in Phoenix | Master #430 (See 
[https://builds.apache.org/job/Phoenix-master/430/])
PHOENIX-1353: CsvBulkLoad doesn't work in secure env (jeffreyz: rev 
914e7821af30cb0eb75c19b424c6cff7fd2e697a)
* 
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
* phoenix-core/src/main/java/org/apache/phoenix/jdbc/PhoenixDriver.java
* 
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/CsvToKeyValueMapper.java
* phoenix-core/src/main/java/org/apache/phoenix/mapreduce/CsvBulkLoadTool.java
* 
phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java


> CsvBulkLoad doesn't work in secure env
> --------------------------------------
>
>                 Key: PHOENIX-1353
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1353
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.1
>            Reporter: Jeffrey Zhong
>            Assignee: Jeffrey Zhong
>             Fix For: 5.0.0, 4.2, 3.2
>
>         Attachments: PHOENIX-1353.patch
>
>
> Current CsvBulkLoadTool doesn't work in a security env due to two reasons:
> 1) we don't initialize job credentials
> 2) we don't pass down hbase client config to mapper tasks and it causes a map 
> task not able to talk to either HMaster or Region Severs due to mismatched 
> auth method in Rpc layer with "Authentication is required" error in mapper 
> logs.
> From client side, you will see the bulk load map reduce job is hanging there.



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

Reply via email to