Parquet - EDS-NLP #396
Replies: 2 comments
-
If you wish to write data in the HDFS, you may run into the following error messages : OSErrorIf you encounter an OS error message :
then you need to set up two environment variables before running your script. In a terminal session, run the following command :
Then run your python script as usual. Note that you will need to run this command every time you open a new terminal session. You can make it persistent by editing the .bashrc file : Open .bashrc with vim:
Press
Press Then type And press Apply changes immediately with :
PermissionErrorIf you encounter a permission error message :
then you need to specify a filesystem to the write_parquet() method as follows :
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Parquet - EDS-NLP
https://aphp.github.io/edsnlp/latest/data/parquet/
Beta Was this translation helpful? Give feedback.
All reactions