Mann Mehta
10/11/2022, 7:21 PMabhinav wagle
10/11/2022, 10:15 PMTenant
to Server
. Are folks keeping this in git and executing REST api's as here : https://docs.pinot.apache.org/basics/components/tenantparthiv shah
10/12/2022, 4:03 PMwith
clause in query?Rohit Anilkumar
10/12/2022, 9:07 PMabhinav wagle
10/12/2022, 9:33 PMDefaultTenant
?Aaron Weiss
10/13/2022, 2:55 PMAaron Weiss
10/13/2022, 2:56 PMMatthew Kerian
10/13/2022, 7:29 PMreallyonthemove tous
10/13/2022, 9:21 PMDan DC
10/14/2022, 9:49 AMPriyank Bagrecha
10/15/2022, 7:10 AMcluster:
name: my-pinot-cluster
extra:
configs: |-
pinot.multistage.engine.enabled=true
pinot.server.instance.currentDataTableVersion=4
pinot.query.server.port=8421
pinot.query.runner.port=8442
Michael Latta
10/16/2022, 4:06 AMGrace Walkuski
10/17/2022, 4:47 PMKevin Xu
10/18/2022, 6:10 AMINFO [BaseMultipleSegmentsConversionExecutor] [TaskStateModelFactory-task_thread-0] RealtimeToOfflineSegmentsTask on table got canceled
Julius Norinder
10/18/2022, 9:43 AMDeena Dhayalan
10/18/2022, 11:06 AMDeena Dhayalan
10/18/2022, 12:28 PM{
"unrecognizedProperties": {
"/schema/dateTimeFieldSpecs/0/sampleValue": null,
"/offline/tableIndexConfig/jsonIndexConfigs/person/maxLevels": 2,
"/offline/tableIndexConfig/jsonIndexConfigs/person/excludeArray": false,
"/offline/tableIndexConfig/jsonIndexConfigs/person/disableCrossArrayUnnest": true
},
"status": "TableConfigs jsontest successfully added"
}
I took master branch which is pinot 0.12 but It produces the above unrecognizedProperties , In which branch can I use this "jsonIndexConfigs"?
@Mayank @Xiang Fuabhinav wagle
10/18/2022, 10:04 PMCarl
10/19/2022, 5:37 PMEric Song
10/20/2022, 7:43 AMKevin Xu
10/25/2022, 3:14 AMAshish Kumar
10/25/2022, 5:32 AMEO W
10/25/2022, 6:20 AMif (tableConfig.getTableType() == TableType.REALTIME) {
LOGGER.warn("Skip generating task: {} for real-time table: {}", taskType, tableName);
continue;
}
I think, if it is possible to upload a segment to a real-time table, it is possible to download an existing segment and purge the record to create a new segment and upload it.
Is the action to purge for realtime table not possible yet? Or is it just that this built-in task is implemented to only target offline tables?Nizar Hejazi
10/25/2022, 3:50 PMAshish Kumar
10/26/2022, 9:55 AMjava.lang.RuntimeException: Failed to create IngestionJobRunner instance for class - org.apache.pinot.plugin.ingestion.batch.spark.SparkSegmentGenerationJobRunner
at org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.kickoffIngestionJob(IngestionJobLauncher.java:145)
at org.apache.pinot.spi.ingestion.batch.IngestionJobLauncher.runIngestionJob(IngestionJobLauncher.java:121)
at org.apache.pinot.tools.admin.command.LaunchDataIngestionJobCommand.execute(LaunchDataIngestionJobCommand.java:130)
at org.apache.pinot.tools.Command.call(Command.java:33)
at org.apache.pinot.tools.Command.call(Command.java:29)
at picocli.CommandLine.executeUserObject(CommandLine.java:1953)
at picocli.CommandLine.access$1300(CommandLine.java:145)
spark-submit cmd:
export PINOT_VERSION=0.11.0
export PINOT_DISTRIBUTION_DIR=/workspace/apache-pinot-0.11.0-bin
spark-submit --class org.apache.pinot.tools.admin.command.LaunchDataIngestionJobCommand --master local --deploy-mode client --conf "spark.driver.extraJavaOptions=-Dplugins.dir=${PINOT_DISTRIBUTION_DIR}/plugins -Dlog4j2.configurationFile=${PINOT_DISTRIBUTION_DIR}/conf/pinot-ingestion-job-log4j2.xml" --conf "spark.driver.extraClassPath=${PINOT_DISTRIBUTION_DIR}/lib/pinot-all-${PINOT_VERSION}-jar-with-dependencies.jar"--jars ${PINOT_DISTRIBUTION_DIR}/lib/pinot-all-${PINOT_VERSION}-jar-with-dependencies.jar -jobSpecFile /workspace/jupyter_notebooks/_examples/coefficient.yaml
Arthur Zhou
10/27/2022, 6:30 PMWeixiang Sun
10/27/2022, 8:37 PMvishal
10/28/2022, 6:11 AMMathieu Alexandre
10/28/2022, 2:01 PMMamlesh
11/01/2022, 4:03 AM