ii02735

Results 6 comments of ii02735

You're right, please make sure that `python` is installed in `namenode`, `datanode`, `resourcemanager` and `nodemanager`

@JanaFaganeli You must install `python` or `python3` (it will depend of your python syntax in your scripts) into the differents nodes. To do so, please use these commands (replace python3...

@DiegoSilva94 Thank you for your tip ! It helped me :+1: For anyone who has the following problem : ``` Unable to write keys.dev.pub to: $HOME/.composer ``` You should do...

@tomix26 Hi, thank you for your quick reply. I did what you told me, I replaced `@ExtendWith(FlywayTestExtension.class)` with `@ExtendWith(SpringExtension.class)` : ```java @SpringBootTest @ExtendWith(SpringExtension.class) @AutoConfigureEmbeddedDatabase(beanName = "libraryDataSource") @TestExecutionListeners({DependencyInjectionTestExecutionListener.class, OptimizedFlywayTestExecutionListener.class }) @FlywayTest(flywayName...

@tomix26 Hello, thank you very much for your detailed explanation and for your solution. I'm going to stick with it, as it's the closest to what I need. Thank you...