我的数据有时间戳,如mm/dd/yyyy hh:mm:ss
. 我正在使用以下规范进行索引:
"timestampSpec" : {
"format" : "mm/dd/yyyy",
"column" : "createddate"
}
它给出了错误Caused by: com.metamx.common.parsers.ParseException: Unparseable timestamp found!
。
我们如何处理这种数据?