Hello,
all Flink dependencies of the Python APi are marked as *provided* in the
pom.xml similar to most connectors.
By removing the provided tags in the pom.xml you should be able to run
the PythonPlanBinder from the IDE.
This was done to exclude these dependencies in the flink-python jar;
s
Yes, it is. Also, the project import in Idea has worked so far.
Cheers
On 04.01.2017 21:52, Ted Yu wrote:
> This class is in flink-core jar.
>
> Have you verified that the jar is on classpath ?
>
> Cheers
>
> On Wed, Jan 4, 2017 at 12:16 PM, Mathias Peters
> mailto:mathias.pet...@gmx.org>> wrote
This class is in flink-core jar.
Have you verified that the jar is on classpath ?
Cheers
On Wed, Jan 4, 2017 at 12:16 PM, Mathias Peters
wrote:
> Hi,
>
> I just wanted to debug a custom python script using your python dataset
> api. Running the PythonPlanBinder in Intellij IDEA gives me the
>
Hi,
I just wanted to debug a custom python script using your python dataset
api. Running the PythonPlanBinder in Intellij IDEA gives me the
subjected error. I took a fresh clone, built it with mvn clean install
-DskipTest, and imported everything in idea. Using an older version this
worked fine, s