Hi guyz,
Below is the isue while running also i have import the below things before executing the run.
export PATH=/mongo/build/install/bin:$PATH and
export PATH=/opt/python2/bin:$PATH
export LD_LIBRARY_PATH=/opt/python2/lib:$LD_LIBRARY_PATH
Error while executing :
for sysbench location: class jmongosysbenchexecute.MyWriter
src/jmongosysbenchexecute.java:504: error: cannot find symbol
WriteResult wrInsert = coll.insert(doc);
also i followed the steps from this link
https://github.com/tmcallaghan/sysbench-mongodb
Kindly help me to sort it out. and tell me where i am going wrong in this?