BIDData/BIDMach

Error in running getdata.sh ?

Opened this issue · 4 comments

When i run getdata.sh file to download all the dataset in data folder so after all data get download a error comes like "/home/bizruntime40/BIDMach/scripts/../cbin/tparse.exe: No such file or directory " and same for trec.exe so i want to know where is this two files. And also there is no cbin folder inside scripts folder So Please Explain

Did you run mvn package first?

Yes I run the mvn package and its also downloading some file of approx 30 GB but after that its stops because this types of error comes like
/BIDMach/scripts/../cbin/trec.exe: No such file or directory
/BIDMach/scripts/../cbin/tparse.exe: No such file or directory
And i have searched there is no folder inside scripts with name cbin which contain trec.exe or tparse.exe

The path is actually (note the /../) /BIDMach/cbin/trec.exe and tparse.exe

Those files should be installed by
"mvn install"

btw you should always report the platform you are using so we can better diagnose what might be wrong.