https://pinot.apache.org/ logo
Join Slack
Powered by
# troubleshooting
  • p

    Pradeep

    06/11/2020, 11:36 PM
    thanks, let me try these options
  • k

    Kishore G

    06/11/2020, 11:41 PM
    https://app.gitbook.com/@apache-pinot/s/apache-pinot-cookbook/basics/components/table#tableindexconfig
  • k

    Kishore G

    06/11/2020, 11:41 PM
    for more info
  • p

    Pradeep

    06/11/2020, 11:43 PM
    thanks, I seemed to have skipped past this section
  • s

    srisudha

    06/12/2020, 1:53 AM
    @Kishore G the link you gave is 404 for me Is it working for you @Pradeep
  • p

    Pradeep

    06/12/2020, 1:54 AM
    i guess it’s this site, i just translated it: https://docs.pinot.apache.org/basics/components/table
  • k

    Kishore G

    06/12/2020, 2:02 AM
    Sorry, my bad
  • p

    Pradeep

    06/12/2020, 9:57 PM
    QQ, I am trying to configure S3 as deepstore, I see that 0.4.0 release has added the S3 plugin/ couldn’t the documentation though, wondering if there is any example config somewhere?
  • k

    Kishore G

    06/12/2020, 10:32 PM
    let me check the PR
  • k

    Kishore G

    06/12/2020, 10:32 PM
    @Kartik Khare ^^
  • k

    Kishore G

    06/12/2020, 10:38 PM
    https://github.com/apache/incubator-pinot/pull/5249
  • k

    Kishore G

    06/12/2020, 10:38 PM
    https://github.com/apache/incubator-pinot/blob/master/pinot-plugins/pinot-file-system/pinot-s3/src/main/java/org/apache/pinot/plugin/filesystem/S3PinotFS.java
  • k

    Kishore G

    06/12/2020, 10:56 PM
    ah looks like it was missed
  • k

    Kishore G

    06/12/2020, 11:05 PM
    Copy code
    <file>
          <source>${pinot.root}/pinot-plugins/pinot-file-system/pinot-s3/target/pinot-s3-${project.version}-shaded.jar</source>
          <destName>plugins/pinot-file-system/pinot-s3/pinot-s3-${project.version}-shaded.jar</destName>
        </file>
  • k

    Kishore G

    06/12/2020, 11:05 PM
    add this to pinot-assembly.xml
  • p

    Pradeep

    06/13/2020, 1:49 AM
    @Kartik Khare I am trying to figure out how the S3 bucket or prefix is getting picked, could you help me with that? Could those be parameters too?
  • p

    Pradeep

    06/13/2020, 3:12 AM
    thanks I think documentation is updated now
  • b

    Buchi Reddy

    06/13/2020, 3:13 AM
    @Buchi Reddy has left the channel
  • p

    Pradeep

    06/13/2020, 11:41 PM
    QQ, does pinot support timestamp values in nanos?
  • x

    Xiang Fu

    06/14/2020, 12:37 AM
    no, milliseconds is the finest timestamp
  • x

    Xiang Fu

    06/14/2020, 12:38 AM
    typically you can convert nanos to millis
  • m

    Mayank

    06/14/2020, 12:39 AM
    Also, what’s the usecase that needs nanos?
  • k

    Kishore G

    06/14/2020, 12:41 AM
    Nanos can be used for intervals, it cannot be used as time column.
  • p

    Pradeep

    06/14/2020, 2:12 AM
    Got it, I was using nanos and there were some issues. I think we can do with millis
  • p

    Pradeep

    06/14/2020, 2:12 AM
    At least for time column
  • p

    Pradeep

    06/14/2020, 2:14 AM
    Maybe nice to add to the documentation as just fyi I couldn't find it there
  • k

    Kishore G

    06/14/2020, 4:50 PM
    Yes, I have seen this confusion multiple times.
  • s

    Shounak Kulkarni

    06/15/2020, 7:03 AM
    hey all, i am not able to deploy pinot with 3 controllers in k8s, as the current helm charts have statefulset which creates separate pvc for each replica. Do i need to change statefulset to deployment or is there some other way to handle it?
  • x

    Xiang Fu

    06/15/2020, 9:39 AM
    statefulset should create one pvc per pod
  • x

    Xiang Fu

    06/15/2020, 9:40 AM
    do you mean that you want to mount same pv to all the controllers?
1...113114115...166Latest