You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by JF Chen <da...@gmail.com> on 2018/05/28 09:49:49 UTC

Name error when writing data as orc

I am working on writing a dataset<Row> to orc format to hdfs, while I meet
the following problem:

Error: name expected at the position 1473 of
'string:boolean:string:string......zone:struct<$ref:string> ...' but '$'
is found.

where the position 1473 is at "$ref:string" place.




Regard,
Junfeng Chen