AthenaX
AthenaX copied to clipboard
window 10 , idea to run StartJobITest fail
When I run StartJobITest.java , it entered an infinite loop. In debug mode , it happends in yarnCluster.init(yarnConf) , yarn cluster cannot change state from "NOTINITED" to "INITED" ! Can anyone help me ?
can you share the full debug log please? I am not sure the ITest as maintained correctly when we upgrade the Flink version. as Flink has been partially upgrade to FLIP-6.
can you share the full debug log please? I am not sure the ITest as maintained correctly when we upgrade the Flink version. as Flink has been partially upgrade to FLIP-6.
Thanks for your reply. The full debug log is here : https://github.com/cherishpf/workspace/blob/master/AthenaX%20StartJobITest%20Debug.log And the Flink version I used is 1.5.0
running StartJobITest error,missing two class import com.uber.athenax.vm.compiler.parser.impl.ParseException; import com.uber.athenax.vm.compiler.parser.impl.SqlParserImpl;
did you have similer problem?