You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Francis Dupin <fr...@ifsttar.fr> on 2016/02/11 13:25:55 UTC

Unable to connect to a sqlite database in mounted hdfs

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: user-unsubscribe@hadoop.apache.org
For additional commands, e-mail: user-help@hadoop.apache.org