Skip to content

Library crashing when using it in a HDFS environment #369

@diegomaca

Description

@diegomaca

In the model training step, specifically when we are standing in the "fit" step, we use the command and it crashes the kernel.

train and test are txt files readed from hdfs.

train = train.decode()
test = test.decode()
ffm_model = xl.create_ffm()
ffm_model.setTrain(train)
ffm_model.fit(param,str)

where str is the hdfs path to our production folder.

I am sorry if the issue is badly explained and/or contextualized , is the first time I report something as an issue to the library's owner.

What have we tried?
import subprocess
cat = subprocess.Popen(["hadoop", "fs", "-cat", str], stdout=subprocess.PIPE)
ffm_model.fit(param,cat)

The file specified in str, already exists but is empty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions