Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recommendations is empty. Training job status is failed. But in harness log, everything is ok #73

Open
mick912 opened this issue Dec 29, 2019 · 0 comments

Comments

@mick912
Copy link

mick912 commented Dec 29, 2019

engine conf:

{
    "engineId": "rb",
    "engineFactory": "com.actionml.engines.ur.UREngine",
    "sparkConf": {
        "master": "local",
        "spark.serializer": "org.apache.spark.serializer.KryoSerializer",
        "spark.kryo.registrator": "org.apache.mahout.sparkbindings.io.MahoutKryoRegistrator",
        "spark.kryo.referenceTracking": "false",
        "spark.kryoserializer.buffer": "300m",
        "spark.executor.memory": "3g",
        "spark.driver.memory": "3g",
        "spark.es.index.auto.create": "true",
        "spark.es.nodes": "elasticsearch",
        "spark.es.nodes.wan.only": "true"
    },
    "algorithm":{
        "indicators": [
            {
                "name": "buy"
            },
            {
                "name": "add-to-cart"
            },
            {
                "name": "view"
            },
            {
                "name": "like"
            }
        ]
    }
}

items:

Screenshot from 2019-12-29 12-14-12

events:

Screenshot from 2019-12-29 12-16-19

jobs:

Screenshot from 2019-12-29 12-17-25

log: harness.log

Note
I am using docker-compose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant