JSFiddle - React, Tailwind, and code Playground
by booktu8
HTML
spark-submit --executor-memory 5G --class 'sparksql.reader.DatabaseReader'
--conf 'spark.cores.max=10' Predict.py
--in_p "/EML/oozie/APP-PATH-68b3e303-6264-4296-a486-b5168ecce081/KMeans-gumvZzphUXg-2Vf8/4C1D9AB8-89C9-4E49-B6E8-1D1C68C6361B,F15C8BF5-1728-47E4-B3A6-48F4BAB2EC70"
--in_m "/EML/oozie/APP-PATH-68b3e303-6264-4296-a486-b5168ecce081/SQLETL-fKCX2p2DSdU-6MUG/5911D430-E7CE-45AF-B202-BBD8BF8B946E" --out_p "/EML/oozie/APP-PATH-68b3e303-6264-4296-a486-b5168ecce081/Predict-IdVb7VoFiOt-Sp5q/E307339F-07D2-433A-962D-88D28B9E9B63"
--dtype "Length1:double,Width1:double,Length2:double,Width2:double,Species:string" --in_format "CSV" --out_format "CSV" --has_header "True"
============================================
spark-submit --executor-memory 5G --class 'sparksql.reader.DatabaseReader'
--conf 'spark.cores.max=10' Predict.py
--in_p "${appPath}/SQLETL-fKCX2p2DSdU-6MUG/5911D430-E7CE-45AF-B202-BBD8BF8B946E"
--in_m "${appPath}/KMeans-gumvZzphUXg-2Vf8/4C1D9AB8-89C9-4E49-B6E8-1D1C68C6361B"
--out_p "${appPath}/Predict-IdVb7VoFiOt-Sp5q/E307339F-07D2-433A-962D-88D28B9E9B63"
--dtype "Length1:double,Width1:double,Length2:double,Width2:double,Species:string" --in_format "CSV" --out_format "CSV" --has_header "True"