You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "talovicnedim (via GitHub)" <gi...@apache.org> on 2023/01/29 01:53:17 UTC

[GitHub] [pinot] talovicnedim opened a new issue, #10200: Docker build fails

talovicnedim opened a new issue, #10200:
URL: https://github.com/apache/pinot/issues/10200

   Hi,
   
   I'm trying to create a test Docker container, but it exit happens immediately after executing the command.
    
   ```
   2023-01-29 02:46:43 SLF4J: Class path contains multiple SLF4J bindings.
   2023-01-29 02:46:43 SLF4J: Found binding in [jar:file:/opt/pinot/lib/pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:43 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-environment/pinot-azure/pinot-azure-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:43 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-file-system/pinot-s3/pinot-s3-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:43 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-stream-ingestion/pinot-pulsar/pinot-pulsar-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:43 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-input-format/pinot-parquet/pinot-parquet-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:43 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-metrics/pinot-dropwizard/pinot-dropwizard-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:43 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-metrics/pinot-yammer/pinot-yammer-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:43 SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   2023-01-29 02:46:43 SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   2023-01-29 02:46:43 WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
   2023-01-29 02:46:43 WARNING: An illegal reflective access operation has occurred
   2023-01-29 02:46:43 WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/opt/pinot/lib/pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar) to method java.lang.Object.finalize()
   2023-01-29 02:46:43 WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
   2023-01-29 02:46:43 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   2023-01-29 02:46:43 WARNING: All illegal access operations will be denied in a future release
   2023-01-29 02:46:44 2023/01/29 01:46:44.154 INFO [PinotAdministrator] [main] Usage: pinot-admin.sh <subCommand>
   2023-01-29 02:46:44 2023/01/29 01:46:44.155 INFO [PinotAdministrator] [main] Valid subCommands are:
   2023-01-29 02:46:44 2023/01/29 01:46:44.160 INFO [PinotAdministrator] [main]   AddTable <Create a Pinot table>
   2023-01-29 02:46:44 2023/01/29 01:46:44.160 INFO [PinotAdministrator] [main]   ChangeTableState <Change the state (enable|disable|drop) of Pinot table>
   2023-01-29 02:46:44 2023/01/29 01:46:44.160 INFO [PinotAdministrator] [main]   DeleteSchema     <Delete schema specified via name>
   2023-01-29 02:46:44 2023/01/29 01:46:44.161 INFO [PinotAdministrator] [main]   AddSchema        <Add schema specified in the schema file to the controller>
   2023-01-29 02:46:44 2023/01/29 01:46:44.161 INFO [PinotAdministrator] [main]   AnonymizeData    <Tool to anonymize a given Pinot table data while preserving data characteristics and query patterns>
   2023-01-29 02:46:44 2023/01/29 01:46:44.161 INFO [PinotAdministrator] [main]   DeleteCluster    <Remove the Pinot Cluster from Helix.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.161 INFO [PinotAdministrator] [main]   StartMinion      <Start the Pinot Minion process at the specified port>
   2023-01-29 02:46:44 2023/01/29 01:46:44.161 INFO [PinotAdministrator] [main]   VerifyClusterState       <Verify cluster's state after shutting down several nodes randomly.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.161 INFO [PinotAdministrator] [main]   LaunchDataIngestionJob   <Launch a data ingestion job.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.161 INFO [PinotAdministrator] [main]   StopProcess      <Stop the specified processes.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.161 INFO [PinotAdministrator] [main]   ShowClusterInfo  <Show Pinot Cluster information.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.161 INFO [PinotAdministrator] [main]   VerifySegmentState       <Compares helix IdealState and ExternalView for specified table prefixes>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   QuickStart       <Run Pinot QuickStart.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   StreamGitHubEvents       <Streams GitHubEvents into a Kafka topic or Kinesis Stream>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   AddTenant        <Add tenant as per the specification provided.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   StreamAvroIntoKafka      <Stream the specified Avro file into a Kafka topic, which can be read by Pinot
   2023-01-29 02:46:44 by using org.apache.pinot.plugin.stream.kafka.KafkaJSONMessageDecoder as the
   2023-01-29 02:46:44 message decoder class name (stream.kafka.decoder.class.name).>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   JsonToPinotSchema        <Extracting Pinot schema file from JSON data file.>
   2023-01-29 02:46:51 SLF4J: Class path contains multiple SLF4J bindings.
   2023-01-29 02:46:51 SLF4J: Found binding in [jar:file:/opt/pinot/lib/pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:51 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-environment/pinot-azure/pinot-azure-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:51 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-file-system/pinot-s3/pinot-s3-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:51 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-stream-ingestion/pinot-pulsar/pinot-pulsar-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:51 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-input-format/pinot-parquet/pinot-parquet-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:51 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-metrics/pinot-dropwizard/pinot-dropwizard-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:51 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-metrics/pinot-yammer/pinot-yammer-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:51 SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   2023-01-29 02:46:51 SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   2023-01-29 02:46:53 SLF4J: Class path contains multiple SLF4J bindings.
   2023-01-29 02:46:53 SLF4J: Found binding in [jar:file:/opt/pinot/lib/pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:53 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-environment/pinot-azure/pinot-azure-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:53 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-file-system/pinot-s3/pinot-s3-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:53 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-stream-ingestion/pinot-pulsar/pinot-pulsar-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:53 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-input-format/pinot-parquet/pinot-parquet-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:53 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-metrics/pinot-dropwizard/pinot-dropwizard-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:53 SLF4J: Found binding in [jar:file:/opt/pinot/plugins/pinot-metrics/pinot-yammer/pinot-yammer-0.13.0-SNAPSHOT-shaded.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   2023-01-29 02:46:53 SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
   2023-01-29 02:46:53 SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
   2023-01-29 02:46:53 WARNING: An illegal reflective access operation has occurred
   2023-01-29 02:46:53 WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/opt/pinot/lib/pinot-all-0.13.0-SNAPSHOT-jar-with-dependencies.jar) to method java.lang.Object.finalize()
   2023-01-29 02:46:53 WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
   2023-01-29 02:46:53 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
   2023-01-29 02:46:53 WARNING: All illegal access operations will be denied in a future release
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   FileSystem       <Pinot File system operation.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   RealtimeProvisioningHelper       <Given the table config, partitions, retention and a sample completed segment for a realtime table to be setup, this tool will provide memory used by each host and an optimal segment size for various combinations of hours to consume and hosts. Instead of a completed segment, if schema with characteristics of data is provided, a segment will be generated and used for memory estimation.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   RebalanceTable   <Reassign instances and segments for a table.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   CheckOfflineSegmentIntervals     <Prints out offline segments with invalid time intervals>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   CreateSegment    <Create pinot segments from the provided data files.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   AvroSchemaToPinotSchema  <Extracting Pinot schema file from Avro schema or data file.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   ValidateConfig   <Validate configs on the specified Zookeeper.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   UploadSegment    <Upload the Pinot segments.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   SegmentProcessorFramework        <Runs the SegmentProcessorFramework>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   MoveReplicaGroup <Move complete set of segment replica from source servers to tagged servers in cluster>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   LaunchSparkDataIngestionJob      <Launch a data ingestion job.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   UpdateSchema     <Add schema specified in the schema file to the controller>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   StartController  <Start the Pinot Controller Process at the specified port.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   DeleteTable      <Delete a Pinot table>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   GenerateData     <Generate random data as per the provided schema>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   StartKafka       <Start Kafka at the specified port.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   DataImportDryRun <Dry run of data import>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   BootstrapTable   <Run Pinot Bootstrap Table.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.162 INFO [PinotAdministrator] [main]   StartBroker      <Start the Pinot Broker process at the specified port>
   2023-01-29 02:46:44 2023/01/29 01:46:44.163 INFO [PinotAdministrator] [main]   ImportData       <Insert data into Pinot cluster.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.163 INFO [PinotAdministrator] [main]   PostQuery        <Query the uploaded Pinot segments.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.163 INFO [PinotAdministrator] [main]   GitHubEventsQuickStart   <Runs the GitHubEventsQuickstart>
   2023-01-29 02:46:44 2023/01/29 01:46:44.163 INFO [PinotAdministrator] [main]   StartZookeeper   <Start the Zookeeper process at the specified port.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.163 INFO [PinotAdministrator] [main]   ConvertPinotSegment      <Convert Pinot segments to another format such as AVRO/CSV/JSON.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.163 INFO [PinotAdministrator] [main]   OperateClusterConfig     <Operate Pinot Cluster Config. Sample usage: `pinot-admin.sh OperateClusterConfig -operation DELETE -config pinot.broker.enable.query.limit.override`>
   2023-01-29 02:46:44 2023/01/29 01:46:44.163 INFO [PinotAdministrator] [main]   StartServer      <Start the Pinot Server process at the specified port.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.163 INFO [PinotAdministrator] [main]   StartServiceManager      <Start the Pinot Service Process at the specified port.>
   2023-01-29 02:46:44 2023/01/29 01:46:44.163 INFO [PinotAdministrator] [main]   ChangeNumReplicas        <Re-writes idealState to reflect the value of numReplicas in table config>
   2023-01-29 02:46:44 2023/01/29 01:46:44.163 INFO [PinotAdministrator] [main] For other crud operations, please refer to ${ControllerAddress}/help.
   2023-01-29 02:46:52 WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
   2023-01-29 02:46:53 WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
   2023-01-29 02:46:54 2023/01/29 01:46:54.070 INFO [PinotAdministrator] [main] Usage: pinot-admin.sh <subCommand>
   2023-01-29 02:46:54 2023/01/29 01:46:54.070 INFO [PinotAdministrator] [main] Valid subCommands are:
   2023-01-29 02:46:54 2023/01/29 01:46:54.074 INFO [PinotAdministrator] [main]   AddTable <Create a Pinot table>
   2023-01-29 02:46:54 2023/01/29 01:46:54.074 INFO [PinotAdministrator] [main]   ChangeTableState <Change the state (enable|disable|drop) of Pinot table>
   2023-01-29 02:46:54 2023/01/29 01:46:54.074 INFO [PinotAdministrator] [main]   DeleteSchema     <Delete schema specified via name>
   2023-01-29 02:46:54 2023/01/29 01:46:54.074 INFO [PinotAdministrator] [main]   AddSchema        <Add schema specified in the schema file to the controller>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   AnonymizeData    <Tool to anonymize a given Pinot table data while preserving data characteristics and query patterns>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   DeleteCluster    <Remove the Pinot Cluster from Helix.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   StartMinion      <Start the Pinot Minion process at the specified port>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   VerifyClusterState       <Verify cluster's state after shutting down several nodes randomly.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   LaunchDataIngestionJob   <Launch a data ingestion job.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   StopProcess      <Stop the specified processes.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   ShowClusterInfo  <Show Pinot Cluster information.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   VerifySegmentState       <Compares helix IdealState and ExternalView for specified table prefixes>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   QuickStart       <Run Pinot QuickStart.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   StreamGitHubEvents       <Streams GitHubEvents into a Kafka topic or Kinesis Stream>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   AddTenant        <Add tenant as per the specification provided.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   StreamAvroIntoKafka      <Stream the specified Avro file into a Kafka topic, which can be read by Pinot
   2023-01-29 02:46:54 by using org.apache.pinot.plugin.stream.kafka.KafkaJSONMessageDecoder as the
   2023-01-29 02:46:54 message decoder class name (stream.kafka.decoder.class.name).>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   JsonToPinotSchema        <Extracting Pinot schema file from JSON data file.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   FileSystem       <Pinot File system operation.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   RealtimeProvisioningHelper       <Given the table config, partitions, retention and a sample completed segment for a realtime table to be setup, this tool will provide memory used by each host and an optimal segment size for various combinations of hours to consume and hosts. Instead of a completed segment, if schema with characteristics of data is provided, a segment will be generated and used for memory estimation.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   RebalanceTable   <Reassign instances and segments for a table.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   CheckOfflineSegmentIntervals     <Prints out offline segments with invalid time intervals>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   CreateSegment    <Create pinot segments from the provided data files.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   AvroSchemaToPinotSchema  <Extracting Pinot schema file from Avro schema or data file.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   ValidateConfig   <Validate configs on the specified Zookeeper.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   UploadSegment    <Upload the Pinot segments.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   SegmentProcessorFramework        <Runs the SegmentProcessorFramework>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   MoveReplicaGroup <Move complete set of segment replica from source servers to tagged servers in cluster>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   LaunchSparkDataIngestionJob      <Launch a data ingestion job.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   UpdateSchema     <Add schema specified in the schema file to the controller>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   StartController  <Start the Pinot Controller Process at the specified port.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   DeleteTable      <Delete a Pinot table>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   GenerateData     <Generate random data as per the provided schema>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   StartKafka       <Start Kafka at the specified port.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   DataImportDryRun <Dry run of data import>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   BootstrapTable   <Run Pinot Bootstrap Table.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   StartBroker      <Start the Pinot Broker process at the specified port>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   ImportData       <Insert data into Pinot cluster.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   PostQuery        <Query the uploaded Pinot segments.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.075 INFO [PinotAdministrator] [main]   GitHubEventsQuickStart   <Runs the GitHubEventsQuickstart>
   2023-01-29 02:46:54 2023/01/29 01:46:54.076 INFO [PinotAdministrator] [main]   StartZookeeper   <Start the Zookeeper process at the specified port.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.076 INFO [PinotAdministrator] [main]   ConvertPinotSegment      <Convert Pinot segments to another format such as AVRO/CSV/JSON.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.076 INFO [PinotAdministrator] [main]   OperateClusterConfig     <Operate Pinot Cluster Config. Sample usage: `pinot-admin.sh OperateClusterConfig -operation DELETE -config pinot.broker.enable.query.limit.override`>
   2023-01-29 02:46:54 2023/01/29 01:46:54.076 INFO [PinotAdministrator] [main]   StartServer      <Start the Pinot Server process at the specified port.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.076 INFO [PinotAdministrator] [main]   StartServiceManager      <Start the Pinot Service Process at the specified port.>
   2023-01-29 02:46:54 2023/01/29 01:46:54.076 INFO [PinotAdministrator] [main]   ChangeNumReplicas        <Re-writes idealState to reflect the value of numReplicas in table config>
   2023-01-29 02:46:54 2023/01/29 01:46:54.076 INFO [PinotAdministrator] [main] For other crud operations, please refer to ${ControllerAddress}/help.
   
   ```
   
   Anyone had similar issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] Jackie-Jiang commented on issue #10200: Docker build fails

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang commented on issue #10200:
URL: https://github.com/apache/pinot/issues/10200#issuecomment-1407796990

   Hi, this is a good question to be posted in the Slack troubleshooting channel. Most users don't track the github issues.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] talovicnedim closed issue #10200: Docker build fails

Posted by "talovicnedim (via GitHub)" <gi...@apache.org>.
talovicnedim closed issue #10200: Docker build fails
URL: https://github.com/apache/pinot/issues/10200


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org