Closed mick912 closed 4 years ago
The ERROR is solved by adding "master": "local" according to the documentation:
https://actionml.com/docs/h_ur_config#spark-parameters-codesparkconfcode
{
"engineId": "ecom_ur",
"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": "20g",
"spark.driver.memory": "10g",
"spark.es.index.auto.create": "true",
"spark.es.nodes": "localhost",
"spark.es.nodes.wan.only": "true"
},
"algorithm":{
"indicators": [
{
"name": "buy"
}
]
}
}
https://github.com/actionml/harness/issues/181#issuecomment-566489961
Hi, all. I have installed Harness
git clone https://github.com/actionml/harness-docker-compose.git && cd harness-docker-compose && cp .env.sample .env && docker-compose up -d --build
And when I try to train I give follow errors