nick christidis
09/19/2023, 1:22 PMnew MiniClusterWithClientResource(
new MiniClusterResourceConfiguration.Builder()
.setConfiguration(FLINK_CONF_PROVIDER.get())
.setNumberSlotsPerTaskManager(2)
.setNumberTaskManagers(1)
.build()
);
in some integration tests, unfortunately on Windows Machine I am getting the following error:
java.io.IOException: The directory path length (287) is longer than the directory path length limit for Windows (247): C:\Users\CHRINI~1\AppData\Local\Temp\junit13378409832439393400\junit17528515849181856454\minicluster_0909d406d57d89a9d00a5bec9e75531e\tm_0\tmp\job_620882c31c74119785463c56e7653f38_op_KeyedProcessOperator_053fdd704b4d34d22b51f4add74ea71b__1_1__uuid_ef948939-ebe7-4390-8139-1962e7cddaad\db
I have enabled the long paths through registry editor, but still the same
Any Ideas?Flaviu Cicio
09/19/2023, 2:14 PMnick christidis
09/19/2023, 2:53 PMMartijn Visser
09/19/2023, 4:09 PMFlaviu Cicio
09/19/2023, 4:31 PMMartijn Visser
09/19/2023, 7:28 PMMartijn Visser
09/19/2023, 7:29 PMFlaviu Cicio
09/19/2023, 7:53 PM