Is 2025 the year of API-first development and democratization? Take our annual survey and tell us how you implement APIs across your org.
Explore common security challenges that data engineering teams face. Leverage that to build secure data pipelines with Apache Airflow.
Stats
Reputation: | 556 |
Pageviews: | 131.6K |
Articles: | 13 |
Comments: | 3 |
Comments
Jun 28, 2021 · Jeroen Reijn
I don't have one on github available right now. Only in a project for which the code I can't really share.
Nov 17, 2018 · Jeroen Reijn
Have you checked that the libraries within your classpath exist and did you surround them with quotes? Perhaps you can paste your command here?
Dec 15, 2017 · Jeroen Reijn
Your step definition classes need to be on the classpath. It requires the compiled classes and you only need to specify the java package in which they reside within the --glue parameter. What does your command line look like and did you point to the correct package?