You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I run bash fetchData.sh start_date=0d0 end_date=1d1 to download the files. And I extract CallGraph/CallGraph_0.tar.gz to get CallGraph_0.csv.
I use csvq to parse the csv, then I got parse error around line 58755, the rpc_id of this line is 0.1.1.1,0.1.1.1 without quotes.
[root@ha-master-1 CallGraph]# csvq 'select `rpctype`,count(*) from `./CallGraph_0.csv` group by rpctype'
[L:1 C:32] data parse error in /root/code/clusterdata/cluster-trace-microservices-v2022/data/CallGraph/CallGraph_0.csv: line 58755, column 116: wrong number of fields in line
[root@ha-master-1 CallGraph]#
And I also find some other strange errors about the data.
The text was updated successfully, but these errors were encountered:
Hi, I run
bash fetchData.sh start_date=0d0 end_date=1d1
to download the files. And I extractCallGraph/CallGraph_0.tar.gz
to getCallGraph_0.csv
.I use csvq to parse the csv, then I got
parse error around line 58755
, therpc_id
of this line is0.1.1.1,0.1.1.1
without quotes.And I also find some other strange errors about the data.
The text was updated successfully, but these errors were encountered: