Dear all,

I have mounted my hdfs with fuse_dfs

Unfortunately, if the database file is copied in hdfs,
sqlite cannot access to it.

cd /mnt/hdfs # my hdfs mount
python
>>>> import sqlite3
>>> conn = sqlite3.connect("test")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
sqlite3.OperationalError: disk I/O error

Is there a workarround ? Where is the problem ?

Thank you

Francis Dupin


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to