sp
06/23/2021, 4:26 PMUnrecognized VM option 'PrintGCDateStamps'
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Mayank
Xiang Fu
PrintGCDateStamps
tag from the javaOpts in values.yaml
file?0.7.1-jdk11
sp
06/23/2021, 5:43 PMSLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/pinot/lib/pinot-all-0.7.1-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-file-system/pinot-s3/pinot-s3-0.7.1-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See <http://www.slf4j.org/codes.html#multiple_bindings> for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
ERROR StatusLogger File not found in file system or classpath: /opt/pinot/conf/log4j2.xml
ERROR StatusLogger Reconfiguration failed: No configuration found for 'Default' at 'null' in 'null'
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.pinot.spi.plugin.PluginClassLoader (file:/opt/pinot/lib/pinot-all-0.7.1-jar-with-dependencies.jar) to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of org.apache.pinot.spi.plugin.PluginClassLoader
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
17:41:43.847 [main] ERROR org.apache.pinot.spi.plugin.PluginManager - Failed to load plugin [pinot-gcs] from dir [/opt/pinot/plugins/pinot-file-system/pinot-gcs]
java.lang.IllegalArgumentException: object is not an instance of declaring class
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
at org.apache.pinot.spi.plugin.PluginClassLoader.<init>(PluginClassLoader.java:50) ~[pinot-all-0.7.1-jar-with-dependencies.jar:0.7.1-8ce1309844a639e5d441f4173e289459c4a5d918]
at org.apache.pinot.spi.plugin.PluginManager.createClassLoader(PluginManager.java:196) ~[pinot-all-0.7.1-jar-with-dependencies.jar:0.7.1-8ce1309844a639e5d441f4173e289459c4a5d918]
at org.apache.pinot.spi.plugin.PluginManager.load(PluginManager.java:187) ~[pinot-all-0.7.1-jar-with-dependencies.jar:0.7.1-8ce1309844a639e5d441f4173e289459c4a5d918]
at org.apache.pinot.spi.plugin.PluginManager.init(PluginManager.java:157) [pinot-all-0.7.1-jar-with-dependencies.jar:0.7.1-8ce1309844a639e5d441f4173e289459c4a5d918]
at org.apache.pinot.spi.plugin.PluginManager.init(PluginManager.java:123) [pinot-all-0.7.1-jar-with-dependencies.jar:0.7.1-8ce1309844a639e5d441f4173e289459c4a5d918]
at org.apache.pinot.spi.plugin.PluginManager.<init>(PluginManager.java:104) [pinot-all-0.7.1-jar-with-dependencies.jar:0.7.1-8ce1309844a639e5d441f4173e289459c4a5d918]
at org.apache.pinot.spi.plugin.PluginManager.<clinit>(PluginManager.java:46) [pinot-all-0.7.1-jar-with-dependencies.jar:0.7.1-8ce1309844a639e5d441f4173e289459c4a5d918]
at org.apache.pinot.tools.admin.PinotAdministrator.main(PinotAdministrator.java:182) [pinot-all-0.7.1-jar-with-dependencies.jar:0.7.1-8ce1309844a639e5d441f4173e289459c4a5d918]
17:41:43.868 [main] ERROR org.apache.pinot.spi.plugin.PluginManager - Failed to load plugin [pinot-adls] from dir [/opt/pinot/plugins/pinot-file-system/pinot-adls]
Xiang Fu
sp
06/23/2021, 6:08 PMXiang Fu
sp
06/23/2021, 6:11 PMXiang Fu
Ryan Clark
07/02/2021, 2:09 AMXiang Fu
ImagePullPolicy
from NotPresent
to Always
Ryan Clark
07/02/2021, 2:38 PM# Default values for Pinot.
image:
repository: apachepinot/pinot
tag: latest-jdk11 # release-0.7.1
pullPolicy: Always
cluster:
name: pinot-quickstart
...
## Specify a Zookeeper imagePullPolicy
## ref: <http://kubernetes.io/docs/user-guide/images/#pre-pulling-images>
image:
PullPolicy: Always
Xiang Fu
Ryan Clark
07/02/2021, 7:20 PMXiang Fu
Ryan Clark
07/02/2021, 7:41 PMXiang Fu
kubernetes/helm/pinot/
directory
helm install pinot --values values.yaml -n pinot .
Ryan Clark
07/02/2021, 8:07 PM