Skip to content

Commit

Permalink
Update python-spark.yaml
Browse files Browse the repository at this point in the history
fix issue about fate flow conf path
  • Loading branch information
stone-wlg authored Feb 15, 2024
1 parent 61190b0 commit 7a93e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-charts/FATE/templates/core/python-spark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ spec:
sed -i "s/int(party.party_id)/str(party.party_id)/g" /data/projects/fate/fate/python/fate/arch/federation/pulsar/_federation.py
cp /data/projects/fate/fate_flow/conf/pulsar_route_table/pulsar_route_table.yaml /data/projects/fate/fate_flow/pulsar_route_table.yaml
cp /data/projects/fate/fate_flow/conf/rabbitmq_route_table/rabbitmq_route_table.yaml /data/projects/fate/fate_flow/rabbitmq_route_table.yaml
cp /data/projects/fate/fate_flow/conf/pulsar_route_table/pulsar_route_table.yaml /data/projects/fate/fate_flow/conf/pulsar_route_table.yaml
cp /data/projects/fate/fate_flow/conf/rabbitmq_route_table/rabbitmq_route_table.yaml /data/projects/fate/fate_flow/conf/rabbitmq_route_table.yaml
pip install cryptography && sleep 5 && python fate_flow/python/fate_flow/fate_flow_server.py --debug
livenessProbe:
Expand Down

0 comments on commit 7a93e83

Please sign in to comment.