Features Generation Failure

I am facing a challenge generating features, below is the log information. It keeps running the following without any result.

Attached to job 1296183…

I will appreciate if anyone who may encounter this before can help out.
Thanks

Scheduling job in cluster...
        Creating windows from 150 files...
        [  1/150] Creating windows from files...
        [144/150] Creating windows from files...
        [150/150] Creating windows from files...
        Created 150 windows: kettle: 50, neither: 50, notebook: 50

    Creating features
    [  1/150] Creating features...
    [150/150] Creating features...
    Created features
    Still waiting for job to be scheduled...
    Job did not start within 120 seconds

    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...
    Attached to job 1296183...

Hi @Vincent, investigating - the jobs seem to run but events about it never fire…

edit: I’ve recycled the pods and events flow again, will check with infra team on how to set up better monitoring for this.

Thanks.

The feature generation failed and when i tried to generate it again, here is the log information, i think it is pointing to something but sinceI am new to using this platform, i am not able to resolve it.

Creating job... OK (ID: 1296245)

Scheduling job in cluster...
Creating windows from 150 files...
Job started
[  1/150] Creating windows from files...
[150/150] Creating windows from files...
[150/150] Creating windows from files...

Created 150 windows with 0 objects

Creating features
[  1/150] Creating features...
[150/150] Creating features...
Created features

Scheduling job in cluster...
Job started
Reducing dimensions for visualizations...
ERR: Expected 2D array, got 1D array instead:
array=[].
Reshape your data either using array.reshape(-1, 1) if your data has a single feature or array.reshape(1, -1) if it contains a single sample.

Application exited with code 1 (Error)

Job failed (see above)

Okay, for some reasons I do not know, it is running well now and the features have been generated.

Thanks for your response.

1 Like