<!here> I am following the pinot docs for batch im...
# troubleshooting
g
<!here> I am following the pinot docs for batch importing from the gcs bucket. getting the below error
Copy code
java.lang.IllegalStateException: PinotFS for scheme: gs has not been initialized
	at shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:518) ~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-513702582e620829419a93c322740a7193e941c3]
	at org.apache.pinot.spi.filesystem.PinotFSFactory.create(PinotFSFactory.java:80) ~[pinot-all-0.7.0-SNAPSHOT-jar-with-dependencies.jar:0.7.0-SNAPSHOT-513702582e620829419a93c322740a7193e941c3]
	at org.apache.pinot.plugin.ingestion.batch.standalone.SegmentGenerationJobRunner.init(SegmentGenerationJobRunner.java:94) ~[pinot-batch-ingestion-standalone-0.7.0-SNAPSHOT-shaded.jar:0.7.0-SNAPSHOT-513702582e620829419a93c322740a71
I have taken the master branch built the source code . Is there any configuration required in classpath
k
How are you running it? Do you have gcs plug-in in your classpath
g
yes... I checked the Java_all_opts variable in script ...it is using the plugin directory from the build.
I am not facing this issue if I use pre compiled binary