AthenaX icon indicating copy to clipboard operation
AthenaX copied to clipboard

window 10 , idea to run StartJobITest fail

Open cherishpf opened this issue 6 years ago • 3 comments

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 ?

cherishpf avatar May 08 '19 02:05 cherishpf

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.

walterddr avatar May 08 '19 16:05 walterddr

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

cherishpf avatar May 09 '19 01:05 cherishpf

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?

sunneebaby avatar May 28 '19 07:05 sunneebaby