I got the jar (thanks for that) and I replaced the old one. The error for the typo on Latitude is gone and the ingest completes. I'm able to see the table in GeoServer and publish it. There's an issue that the coordinates all imported as 0,0. That's how they show up in the GML Layer Preview. For example:
I didn't modify it from the original download from TDrive. My txt file looks like so:
1131,2008-02-02 13:30:49,116.45804,39.86973
1131,2008-02-02 13:30:54,116.45828,39.8697
1131,2008-02-02 13:30:59,116.45847,39.86964
1131,2008-02-02 13:31:04,116.45852,39.86954
1131,2008-02-02 13:31:09,116.45851,39.86955
1131,2008-02-02 13:31:14,116.45851,39.86956
1131,2008-02-02 13:31:24,116.45859,39.86954
1131,2008-02-02 13:31:29,116.45867,39.8695
1131,2008-02-02 13:31:34,116.45889,39.86946
1131,2008-02-02 13:31:39,116.45879,39.86946
1131,2008-02-02 13:31:44,116.4588,39.86943
I used the Accumulo shell to scan the geowave.tdrive.SPATIAL_TEMPORAL_VECTOR_IDX and it comes out like so:
\x142008\x00\xA7\x0C\xB2\xA6e\x96\x99tdrivepoint8662_13143\x00\x00\x00\x0B\x00\x00\x00\x0A\x00\x00\x00\x00 tdrivepoint:Latitude [] \x00\x00\x00\x00\x00\x00\x00\x00
\x142008\x00\xA7\x0C\xB2\xA6e\x96\x99tdrivepoint8662_13143\x00\x00\x00\x0B\x00\x00\x00\x0A\x00\x00\x00\x00 tdrivepoint:Longitude [] \x00\x00\x00\x00\x00\x00\x00\x00
\x142008\x00\xA7\x0C\xB2\xA6e\x96\x99tdrivepoint8662_13143\x00\x00\x00\x0B\x00\x00\x00\x0A\x00\x00\x00\x00 tdrivepoint:geom\x00\x00 [] \x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00
\x142008\x00\xA7\x0C\xB2\xA6e\x96\x99tdrivepoint8662_13143\x00\x00\x00\x0B\x00\x00\x00\x0A\x00\x00\x00\x00 tdrivepoint:pointinstance [] @\xC9\xAB\x80\x00\x00\x00\x00
\x142008\x00\xA7\x0C\xB2\xA6e\x96\x99tdrivepoint8662_13143\x00\x00\x00\x0B\x00\x00\x00\x0A\x00\x00\x00\x00 tdrivepoint:taxiid [] @\xC0\xEB\x00\x00\x00\x00\x00
\x142008\x00\xA7\x0C\xB2\xA6e\x96\x99tdrivepoint8662_13143\x00\x00\x00\x0B\x00\x00\x00\x0A\x00\x00\x00\x00 tdrivepoint:time\x00\x00 [] \x00\x00\x00@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx$Timestamp\x00\x00\x01\x17\xE0\x1F\x15(
The results look the same when I use the dimension option for 'spatial_temporal' and when I use the default.
My command line is as follows:
geowave -localingest -b ~/ingest -dim 'spatial-temporal' -f tdrive -i hdp-accumulo-instance -n geowave.tdrive -u geowave -p geowave -x txt -z sandbox.hortonworks.com:2181
Any suggestions on troubleshooting?
Thanks,
Scott