List of usage examples for org.apache.hadoop.io UTF8 UTF8
public UTF8(UTF8 utf8)
From source file:org.elasticsearch.hadoop.serialization.WritableTypeToJsonTest.java
License:Apache License
@Test public void testUTF8() { writableTypeToJson(new UTF8("some utf8")); }