can you try onething, add ``` <dependency&g...
# pinot-dev
x
can you try onething, add
Copy code
<dependency>
      <groupId>org.apache.pinot</groupId>
      <artifactId>pinot-batch-ingestion-standalone</artifactId>
      <version>${project.version}</version>
      <scope>runtime</scope>
    </dependency>
into pinot-tools/pom.xml
a
ok
I still get the same error after selecting Quickstart.java, right click and run/debug Quickstart.main()
Is there any other way to run Quickstart under debugger?
x
can you try remove the <scope>runtime</scope>
and refresh the module
image.png
when my intellij build this module
it copies all the resources
image.png
have you tried to build pinot module
image.png
a
Trying it...
Ahh, works now 🙂
I removed <scope>runtime</scope> and reloaded the pinot-tools project. works fine after that 🙂
Thanks.
x
sounds good
I will double check on this
👍 1