spark-instrumented-optimizer/common
Sean Owen 3b461d9ecd [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset follow up
## What changes were proposed in this pull request?

Follow up to https://github.com/apache/spark/pull/11657

- Also update `String.getBytes("UTF-8")` to use `StandardCharsets.UTF_8`
- And fix one last new Coverity warning that turned up (use of unguarded `wait()` replaced by simpler/more robust `java.util.concurrent` classes in tests)
- And while we're here cleaning up Coverity warnings, just fix about 15 more build warnings

## How was this patch tested?

Jenkins tests

Author: Sean Owen <sowen@cloudera.com>

Closes #11725 from srowen/SPARK-13823.2.
2016-03-16 09:36:34 +00:00
..
network-common [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset follow up 2016-03-16 09:36:34 +00:00
network-shuffle [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset follow up 2016-03-16 09:36:34 +00:00
network-yarn [SPARK-13529][BUILD] Move network/* modules into common/network-* 2016-02-28 17:25:07 -08:00
sketch [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset follow up 2016-03-16 09:36:34 +00:00
tags [SPARK-13548][BUILD] Move tags and unsafe modules into common 2016-03-01 15:39:13 -08:00
unsafe [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset follow up 2016-03-16 09:36:34 +00:00