Garland
Garland
I got the same problem on Ubuntu14.04, IntelliJ IDEA 2016.1.1 after following jetbrains' official docs on [getting-started-with-erlang](https://www.jetbrains.com/help/idea/2016.1/getting-started-with-erlang.html),the following is my error log ``` /usr/lib/erlang/erts-5.10.4/bin/erl -pa /tmp/intellij_erlang_debugger_467 -pa /home/garland/IdeaProjects/ErlangDemo/out/production/ErlangDemo -pa /home/garland/IdeaProjects/ErlangDemo...
@deadok22 no, i'm not, i just following the steps, the erlang distribution was configured in **File | Other Settings | Default Project Structure**, and add an erlang SDK by specifying...
@deadok22 learn a lot from u, thank u very much !!
@deadok22 nope, i don't have an `int` module in my code path, and i only have one `int.bean` after execute the command before, `/usr/lib/erlang/lib/debugger-3.2.12/ebin/int.beam`, so i tried restart the IntelliJ...
@nielsdenissen hhhhhh,maybe i need to learn more about the detail of the flink job running on yarn first. anyway, thanks for the replying~
Sorry for the late reply, finally, i found that `Docker + python script` can meet my requirement, some details are as follows: 1. a python script implement some flink command...
@fluency03 hi,i got the same question too. only find that the mainClass should has a configuration in build.sbt is according to [sbt-assemblt-doc](https://index.scala-lang.org/sbt/sbt-assembly/sbt-assembly/0.14.5?target=_2.12_1.0) ```scala mainClass in assembly := Some("org.example.SocketWordCount"), ``` a...
got something in flink-doc about [command line usage](https://ci.apache.org/projects/flink/flink-docs-stable/ops/cli.html#usage) `-c` option can specify mainClass, maybe i should package above all into one jar file and specify it on job submitting.