Dharak Kharod
09/03/2020, 8:18 AMDharak Kharod
09/03/2020, 8:20 AMQiaochu Liu
09/03/2020, 5:38 PMNoah Prince
11/12/2020, 4:41 AMKishore G
Noah Prince
11/12/2020, 4:47 AMKishore G
Kishore G
Xiang Fu
Xiang Fu
Noah Prince
11/12/2020, 3:48 PMMahesh babu
12/14/2021, 4:46 AMXiang Fu
Xiang Fu
Xiang Fu
Mahesh babu
12/14/2021, 11:23 AMjava.lang.NullPointerException: null value in entry: Server_172.19.0.5_7000=null
at com.google.common.collect.CollectPreconditions.checkEntryNotNull(CollectPreconditions.java:32)
at com.google.common.collect.SingletonImmutableBiMap.<init>(SingletonImmutableBiMap.java:42)
at com.google.common.collect.ImmutableBiMap.of(ImmutableBiMap.java:72)
at com.google.common.collect.ImmutableMap.of(ImmutableMap.java:124)
at com.google.common.collect.ImmutableMap.copyOf(ImmutableMap.java:458)
at com.google.common.collect.ImmutableMap.copyOf(ImmutableMap.java:437)
at com.facebook.presto.pinot.PinotSegmentPageSource.queryPinot(PinotSegmentPageSource.java:242)
at com.facebook.presto.pinot.PinotSegmentPageSource.fetchPinotData(PinotSegmentPageSource.java:214)
at com.facebook.presto.pinot.PinotSegmentPageSource.getNextPage(PinotSegmentPageSource.java:161)
at com.facebook.presto.operator.ScanFilterAndProjectOperator.processPageSource(ScanFilterAndProjectOperator.java:280)
at com.facebook.presto.operator.ScanFilterAndProjectOperator.getOutput(ScanFilterAndProjectOperator.java:245)
at com.facebook.presto.operator.Driver.processInternal(Driver.java:424)
at com.facebook.presto.operator.Driver.lambda$processFor$9(Driver.java:307)
at com.facebook.presto.operator.Driver.tryWithLock(Driver.java:728)
at com.facebook.presto.operator.Driver.processFor(Driver.java:300)
at com.facebook.presto.execution.SqlTaskExecution$DriverSplitRunner.processFor(SqlTaskExecution.java:1079)
at com.facebook.presto.execution.executor.PrioritizedSplitRunner.process(PrioritizedSplitRunner.java:162)
at com.facebook.presto.execution.executor.TaskExecutor$TaskRunner.run(TaskExecutor.java:599)
at com.facebook.presto.$gen.Presto_0_267_SNAPSHOT_ac0dc73____20211214_100300_1.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Xiang Fu
Xiang Fu
Xiang Fu
pinot.server.instance.currentDataTableVersion=2
pinot.server.grpc.enable=true
pinot.server.grpc.port=8090
Mahesh babu
12/21/2021, 3:55 PMXiang Fu
Xiang Fu
Xiang Fu
pinot.use-pinot-sql-for-broker-queries
pinot.allow-multiple-aggregations
pinot.thread-pool-size
pinot.min-connections-per-server
pinot.max-connections-per-server
pinot.max-backlog-per-server
pinot.idle-timeout
pinot.use-streaming-for-segment-queries
Here are the deprecated session properties:
pinot.use_pinot_sql_for_broker_queries
pinot.ignore_empty_responses
pinot.connection_timeout
reallyonthemove tous
10/06/2022, 10:03 PMreallyonthemove tous
10/12/2022, 11:02 PMreallyonthemove tous
10/20/2022, 9:02 PMbalci
10/02/2023, 11:57 PM…-jdk8
packages are not being published since Pinot 0.12.
Example: https://mvnrepository.com/artifact/org.apache.pinot/pinot-segment-local-jdk8
It’s interesting that it exists for other packages like pinot-common.
I also noticed this PR by @Xiang Fu which gets rid of jdk8 related dependencies for Presto.
Is there a new way to get these artifacts into Presto?
Thanks
cc @Jane Hang @Ting ChenXiang Fu
Xiang Fu
Philippe Noël
02/04/2024, 3:54 PM