猪栏中的连字符( - )

时间:2014-03-14 15:20:10

标签: java hadoop apache-pig

我正在尝试使用foreach语句生成列。该列中有连字符( - )。

Pig抛出以下错误,但我想在我的列中有连字符,因为我的目标sql server表有连字符。
恩。列名:KPI_Inter-ENB

" mismatched input '-' expecting SEMI_COLON"

任何人都可以帮我解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

连字符是PIG中保留关键字之一,因此是错误。 请参阅http://pig.apache.org/docs/r0.8.1/piglatin_ref2.html#Reserved+Keywords