Diogo Baeder
06/25/2022, 8:15 PMAlice
06/26/2022, 12:16 PMahmed
06/26/2022, 11:54 PM"ingestionConfig": {
"transformConfigs": [{
"columnName": "fcm_token",
"transformFunction": "Groovy({import javax.crypto.Cipher;import javax.crypto.spec.SecretKeySpec;Cipher cipher = Cipher.getInstance('AES/ECB/PKCS5Padding');cipher.init(Cipher.ENCRYPT_MODE, new SecretKeySpec('1234567812345678'.getBytes('UTF-8'), 'AES'));cipher.doFinal(fcm_token_raw.getBytes('UTF-8')).encodeBase64())).encodeBase64()},fcm_token_raw)"
}]
Sowmya Gowda
06/27/2022, 6:38 AMcontroller.task.scheduler.enabled=true
No luck here, when I check the scheduler information with API it returns thisSevvy Yusuf
06/27/2022, 1:37 PMKevin Liu
06/27/2022, 2:22 PMharnoor
06/27/2022, 3:14 PMmax (pinot_broker_queryExecution_95thPercentile{table="$table"})
> max (pinot_server_totalQueryTime_95thPercentile{table="$table"})
?Rakesh Bobbala
06/27/2022, 5:12 PMMing Dai
06/28/2022, 4:25 AMEric Song
06/28/2022, 5:17 AM/Library/Java/JavaVirtualMachines/jdk-11.0.13.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/.../Downloads/pinot-0.11.0/pinot-plugins/pinot-stream-ingestion/pinot-pulsar -Dmaven.home=/Applications/IntelliJ IDEA <http://CE.app/Contents/plugins/maven/lib/maven3|CE.app/Contents/plugins/maven/lib/maven3> -Dclassworlds.conf=/Applications/IntelliJ IDEA <http://CE.app/Contents/plugins/maven/lib/maven3/bin/m2.conf|CE.app/Contents/plugins/maven/lib/maven3/bin/m2.conf> -Dmaven.ext.class.path=/Applications/IntelliJ IDEA <http://CE.app/Contents/plugins/maven/lib/maven-event-listener.jar|CE.app/Contents/plugins/maven/lib/maven-event-listener.jar> -javaagent:/Applications/IntelliJ IDEA <http://CE.app/Contents/lib/idea_rt.jar=52165:/Applications/IntelliJ|CE.app/Contents/lib/idea_rt.jar=52165:/Applications/IntelliJ> IDEA <http://CE.app/Contents/bin|CE.app/Contents/bin> -Dfile.encoding=UTF-8 -classpath /Applications/IntelliJ IDEA <http://CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds.license:/Applications/IntelliJ|CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds.license:/Applications/IntelliJ> IDEA <http://CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.6.0.jar|CE.app/Contents/plugins/maven/lib/maven3/boot/plexus-classworlds-2.6.0.jar> org.codehaus.classworlds.Launcher -Didea.version=2022.1 clean install package -DskipTests -Pbin-dist -X -P apple-silicon,other-jdk-maven-compiler-plugin
Apache Maven 3.8.1 (05c21c65bdfed0f71a2f2ada8b84da59348c4c5d)
Maven home: /Applications/IntelliJ IDEA <http://CE.app/Contents/plugins/maven/lib/maven3|CE.app/Contents/plugins/maven/lib/maven3>
Java version: 11.0.13, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk-11.0.13.jdk/Contents/Home
Default locale: zh_CN_#Hans, platform encoding: UTF-8
OS name: "mac os x", version: "11.3", arch: "x86_64", family: "mac"
[DEBUG] Included /Applications/IntelliJ IDEA <http://CE.app/Contents/plugins/maven/lib/maven-event-listener.jar|CE.app/Contents/plugins/maven/lib/maven-event-listener.jar>
.........................
.........................
[DEBUG] incrementalBuildHelper#beforeRebuildExecution
[INFO] Compiling 11 source files to /Users/.../Downloads/pinot-0.11.0/pinot-plugins/pinot-stream-ingestion/pinot-pulsar/target/classes
[DEBUG] incrementalBuildHelper#afterRebuildExecution
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.325 s
[INFO] Finished at: 2022-06-28T11:30:06+08:00
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "bin-dist" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project pinot-pulsar: Compilation failure -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project pinot-pulsar: Compilation failure
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
at org.codehaus.classworlds.Launcher.main (Launcher.java:47)
Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1219)
at org.apache.maven.plugin.compiler.CompilerMojo.execute (CompilerMojo.java:188)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
at org.apache.maven.cli.MavenCli.execute (MavenCli.java:957)
at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:289)
at org.apache.maven.cli.MavenCli.main (MavenCli.java:193)
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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
at org.codehaus.classworlds.Launcher.main (Launcher.java:47)
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>
I can't resolve it even I updated Rosetta2 again. But at same time, I can still build Pinot-0.10 successfully, it print log like this
And I guess there are something wrong in modules but I dont't know how to get more useful info to locate it.
Appreciate for any advices!Harish Bohara
06/28/2022, 8:11 AM"routing": {
"instanceSelectorType": "strictReplicaGroup"
},
"query": {},
"upsertConfig": {
"mode": "PARTIAL",
"partialUpsertStrategies": {
"status": "OVERWRITE",
"tenant_name": "OVERWRITE",
"sub_tenant_name": "OVERWRITE"
},
"defaultPartialUpsertStrategy": "OVERWRITE",
"hashFunction": "NONE"
},
Kevin Liu
06/28/2022, 10:53 AMNirmaljeet Singh
06/28/2022, 3:00 PMAbhay Rawat
06/28/2022, 5:03 PMCaused by: java.lang.NoSuchMethodError: 'org.apache.pinot.shaded.org.apache.commons.configuration.PropertiesConfiguration org.apache.pinot.spi.env.CommonsConfigurationUtils.fromFile(java.io.File)'
at org.apache.pinot.segment.spi.index.metadata.SegmentMetadataImpl.getPropertiesConfiguration(SegmentMetadataImpl.java:161)
Error on spark 3.2
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.lang.NullPointerException
at org.apache.commons.lang3.SystemUtils.isJavaVersionAtLeast(SystemUtils.java:1626)
both on jdk*11,* on aws emrs
I think it’s this particular combination (Pinot, Spark, S3, Parquet) thats not working. I am trying to remove some of them to narrow down the problem. Just wanted to know if this has worked for anyoneMohamed Emad
06/28/2022, 11:50 PMMichael Latta
06/28/2022, 11:55 PMAlice
06/29/2022, 3:27 AMLaxman Ch
06/29/2022, 6:27 AMKevin Liu
06/29/2022, 6:45 AMAlice
06/29/2022, 1:35 PMAlice
06/29/2022, 2:53 PMKarin Wolok
Tao Hu
06/29/2022, 8:08 PMAlice
06/30/2022, 2:49 AMKevin Xu
06/30/2022, 9:17 AMVinay Krishnamurthy
06/30/2022, 4:43 PMtagOverrideConfig
option - I understand that this option allows completed/consumed segments from realtime servers to offline servers. And the movement logic kicks in every hour or so. Is there an option available to configure the time interval for the segment movement too? Also, I noticed that the segment gets dropped from realtime server as part of the movement - is there a way to delay/defer this behavior (realtime server dropping segment), until the offline server gets the segment?Seunghyun
06/30/2022, 9:26 PMharnoor
07/01/2022, 1:51 PMregexp_like
with TEXT_MATCH
operator.
column in schema:
{
"name": "backend_name",
"dataType": "STRING",
"defaultNullValue": ""
},
we have added below fields:
Table configs:
"tableIndexConfig": {
"noDictionaryColumns": [
"backend_name"
],
"fieldConfigList": [
{
"name": "backend_name",
"encodingType": "RAW",
"indexType": "TEXT",
"indexTypes": [
"TEXT"
]
}
],
after clicking on reload all segments from UI, we are unable to see any effect. cannot run TEXT_MATCH queries.
Tried reloading from swagger API too. version: 0.9.1Anish Nair
07/02/2022, 7:40 AMAbdullah Jaffer
07/03/2022, 2:34 PM"dateTimeFieldSpecs": [
{
"name": "orderingDate",
"dataType": "STRING",
"format": "1:DAYS:SIMPLE_DATE_FORMAT:yyyy-MM-dd",
"granularity": "1:DAYS"
}
]
Table specs
{
"tableName": "sales_by_order_table",
"segmentsConfig": {
"timeColumnName": "orderingDate",
"timeType": "DAYS",
"replication": "1",
"schemaName": "sales_by_order"
},
"tableIndexConfig": {
"invertedIndexColumns": [],
"loadMode": "MMAP"
},
"tenants": {
"broker": "DefaultTenant",
"server": "DefaultTenant"
},
"tableType": "OFFLINE",
"metadata": {}
}