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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: