Sophia Martinez

Results 6 comments of Sophia Martinez

Support to add multiple directory location for this property in server (pinot.server.instance.dataDir) Can we add multiple directory locations path to this below server conf property? pinot.server.instance.dataDir= Like disk1 and disk2...

Why can't I see split scheduling information on the UI interface after deploying the multiple coordinator ![image](https://github.com/prestodb/presto/assets/48285423/1002f6a9-be39-4dbc-8d54-182c5d83ed9e)

> I fixed an UI bug earlier, not sure if you encountered the issue: #21081 > > and the fix is in 0.285 already: #21088 Just want to make sure...

你好,我运行mvn -U clean package之后报同样的错误。 prestodb:0.228 connector:0.221

> 我觉得这个问题应该是presto版本的问题,我是基于prestosql-315版本进行研发的,而我看你的日志应该是prestodb的,两者是不兼容的。如果你要基于prestodb来使用,可以考虑尝试dev_prestodb-0.221_0.1.2分支的代码。 嗯嗯。应该是版本不兼容的问题。我是使用dev_prestodb-0.221_0.1.2分支的代码生成的connector,但是prestodb-0.228比prestodb-0.221的ConnectorPageSource接口多了getCompletedPositions()这个函数,所以才会发生上述问题

忘记贴报错信息了 `2020-08-05T08:21:25.549Z ERROR remote-task-callback-28 com.facebook.presto.execution.StageExecutionStateMachine Stage execution 20200805_082125_00012_p5bbm.1.0 failed java.lang.AbstractMethodError: Method com/analysys/presto/connector/hbase/query/HBaseUpdatablePageSource.getCompletedPositions()J is abstract at com.analysys.presto.connector.hbase.query.HBaseUpdatablePageSource.getCompletedPositions(HBaseUpdatablePageSource.java) at com.facebook.presto.operator.ScanFilterAndProjectOperator.processPageSource(ScanFilterAndProjectOperator.java:287) at com.facebook.presto.operator.ScanFilterAndProjectOperator.getOutput(ScanFilterAndProjectOperator.java:236) at com.facebook.presto.operator.Driver.processInternal(Driver.java:379) at com.facebook.presto.operator.Driver.lambda$processFor$8(Driver.java:283) at com.facebook.presto.operator.Driver.tryWithLock(Driver.java:675) at com.facebook.presto.operator.Driver.processFor(Driver.java:276) at com.facebook.presto.execution.SqlTaskExecution$DriverSplitRunner.processFor(SqlTaskExecution.java:1077)...