[ 
https://issues.apache.org/jira/browse/HADOOP-14386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Wang updated HADOOP-14386:
---------------------------------
    Attachment: HADOOP-14386.002.patch

The YARN test failures were from a difference in what StringUtils and Guava 
consider whitespace. Given that YARN-5272 exists, I'm guessing we really do 
need to trim all those strange unicode spaces from queue names. I 
re-implemented a new {{trim}} function using the Guava whitespace table.

I also implemented a very stubby, basic {{DirectExecutorService}} for the QJM 
tests, which seem to pass now.

> Make trunk work with Guava 11.0.2 again
> ---------------------------------------
>
>                 Key: HADOOP-14386
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14386
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 3.0.0-alpha3
>            Reporter: Andrew Wang
>         Attachments: HADOOP-14386.001.patch, HADOOP-14386.002.patch
>
>
> As an alternative to reverting or shading HADOOP-10101 (the upgrade of Guava 
> from 11.0.2 to 21.0), HADOOP-14380 makes the Guava version configurable. 
> However, it still doesn't compile with Guava 11.0.2, since HADOOP-10101 chose 
> to use the moved Guava classes rather than replacing them with alternatives.
> This JIRA aims to make Hadoop compatible with Guava 11.0.2 as well as 21.0 by 
> replacing usage of these moved Guava classes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to