Hello! I am a new Developer Advocate with StarTree...
# getting-started
v
Hello! I am a new Developer Advocate with StarTree (2nd week!) and am attempting to follow the startup guide HERE for an M1 Mac. I ran into errors on the execution of
mvn install package -DskipTests -Pbin-dist
, and after asking around for help, was told to remove the
~/.m2/settings.xml
configuration. After doing so, I ran into the following error, and am kind of at a loss:
Copy code
[INFO] Pinot Service Provider Interface ................... FAILURE [  0.570 s]

[ERROR] Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.9.0:check (default) on project pinot-spi: Execution default of goal com.diffplug.spotless:spotless-maven-plugin:2.9.0:check failed: java.lang.reflect.InvocationTargetException: class com.google.googlejavaformat.java.RemoveUnusedImports (in unnamed module @0x3ba015b1) cannot access class com.sun.tools.javac.util.Context (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.util to unnamed module @0x3ba015b1 -> [Help 1]
Has anyone seen this before?
m
@Haitao Zhang ^^
h
which jdk version are you using?
v
@Haitao Zhang - 11
h
had 1:1 discussion,
mvn clean
solved the problem
m
Let’s update the doc or add in FAQ