Member since
09-23-2016
6
Posts
1
Kudos Received
0
Solutions
09-23-2016
06:52 PM
HDF 2.0 and NiFi 1.0.0 using JDK 1.8. JDK 1.7 is deprecated by Oracle, so for your own installs, make sure you pick the latest JDK 1.8
... View more
12-02-2016
06:57 PM
What error(s) are you seeing? If it mentions Avro, then if your column names are in Chinese, it's likely that Avro does not accept them. This may be alleviated in NiFi 1.1.0 with NIFI-2262, but it would just replace non-Avro-compatible characters with underscores, so you may face a "duplicate field" exception. In that case you would need column aliases in your SELECT statement to use Avro-compatible names for the columns.
... View more