This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new fde307b Adding scalar function JsonPa
fx19880617 merged pull request #6490:
URL: https://github.com/apache/incubator-pinot/pull/6490
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
pabrahamusa edited a comment on issue #6449:
URL:
https://github.com/apache/incubator-pinot/issues/6449#issuecomment-767933847
@fx19880617 , Other than adding configs to controller and server I can see a
Job spec as well. Is Job spec mandatory? I was expecting controller to push
segment d
mcvsubbu commented on a change in pull request #6440:
URL: https://github.com/apache/incubator-pinot/pull/6440#discussion_r564991028
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/access/AccessType.java
##
@@ -0,0 +1,24 @@
+/**
+ * Licensed to the
mcvsubbu commented on a change in pull request #6440:
URL: https://github.com/apache/incubator-pinot/pull/6440#discussion_r564990881
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/access/AccessControl.java
##
@@ -30,9 +30,35 @@
/**
* Return
siddharthteotia commented on a change in pull request #6490:
URL: https://github.com/apache/incubator-pinot/pull/6490#discussion_r564979320
##
File path:
pinot-common/src/test/java/org/apache/pinot/common/function/JsonFunctionsTest.java
##
@@ -65,4 +65,42 @@ public void testJs
Jackie-Jiang commented on a change in pull request #6494:
URL: https://github.com/apache/incubator-pinot/pull/6494#discussion_r564973731
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/segment/index/loader/defaultcolumn/BaseDefaultColumnHandler.java
##
@@ -324,8 +
codecov-io commented on pull request #6495:
URL: https://github.com/apache/incubator-pinot/pull/6495#issuecomment-767953990
#
[Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/6495?src=pr&el=h1)
Report
> Merging
[#6495](https://codecov.io/gh/apache/incubator-pinot/pull/6495?s
npawar opened a new pull request #6495:
URL: https://github.com/apache/incubator-pinot/pull/6495
## Description
Allow chained transform functions. This will be needed when supporting
derived columns https://github.com/apache/incubator-pinot/pull/6494.
For example, millisSinceEpoch =
fx19880617 commented on a change in pull request #6494:
URL: https://github.com/apache/incubator-pinot/pull/6494#discussion_r564951218
##
File path:
pinot-core/src/main/java/org/apache/pinot/core/segment/index/loader/defaultcolumn/BaseDefaultColumnHandler.java
##
@@ -324,8 +34
Jackie-Jiang commented on pull request #6403:
URL: https://github.com/apache/incubator-pinot/pull/6403#issuecomment-767937220
Per the performance concern, can we always parse the String as double?
This is an automated messag
pabrahamusa commented on issue #6449:
URL:
https://github.com/apache/incubator-pinot/issues/6449#issuecomment-767933847
@fx19880617 , Other than adding configs to controller and server I can see a
Job spec as well. Why we need a Job spec? I was expecting controller to push
segment directl
fx19880617 commented on issue #6487:
URL:
https://github.com/apache/incubator-pinot/issues/6487#issuecomment-767932792
Yes, this is a good sign for users to check if the query is fitting for
star-tree or not.
This will also help when we are adding a new star-tree, we can just query to
Jackie-Jiang commented on issue #6487:
URL:
https://github.com/apache/incubator-pinot/issues/6487#issuecomment-767928309
Is this mostly for default star-tree where we don't know if a dimension is
included?
This is an automa
Jackie-Jiang opened a new pull request #6494:
URL: https://github.com/apache/incubator-pinot/pull/6494
## Description
Currently we allow transform function in the ingestion config to generate
derived columns during segment creation. This PR adds the support for
generating the derived co
codecov-io edited a comment on pull request #6403:
URL: https://github.com/apache/incubator-pinot/pull/6403#issuecomment-759105793
#
[Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/6403?src=pr&el=h1)
Report
> Merging
[#6403](https://codecov.io/gh/apache/incubator-pinot/pull
kishoreg commented on issue #6493:
URL:
https://github.com/apache/incubator-pinot/issues/6493#issuecomment-767904970
add more servers and once they catch up, shrink the cluster and rebalance..
This is an automated messag
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch adding_scalar_function_to_extract_json_array
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 17688a5 Adding scalar function JsonPathArray to extract arrays from
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch adding_scalar_function_to_extract_json_array
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard c0198c0 Adding scalar function JsonPathArray to extract arrays from
SandishKumarHN commented on issue #6478:
URL:
https://github.com/apache/incubator-pinot/issues/6478#issuecomment-767896182
@Jackie-Jiang will work on adding a scalar function for cast() based on your
suggestion offline.
Th
pabrahamusa commented on issue #6493:
URL:
https://github.com/apache/incubator-pinot/issues/6493#issuecomment-767893189
I reloaded the segments and the server is back online . Is there any way to
speed up the catch up process from the kafka stream?
---
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch adding_scalar_function_to_extract_json_array
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 1951881 Adding scalar function JsonPathArray to extract arrays from
fx19880617 commented on a change in pull request #6490:
URL: https://github.com/apache/incubator-pinot/pull/6490#discussion_r564890469
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java
##
@@ -21,6 +21,7 @@
import com.fasterxml
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch adding_scalar_function_to_extract_json_array
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 1b01c23 Adding scalar function JsonPathArray to extract arrays from
fx19880617 commented on a change in pull request #6490:
URL: https://github.com/apache/incubator-pinot/pull/6490#discussion_r564890271
##
File path:
pinot-common/src/test/java/org/apache/pinot/common/function/JsonFunctionsTest.java
##
@@ -65,4 +65,42 @@ public void testJsonFun
pabrahamusa commented on issue #6493:
URL:
https://github.com/apache/incubator-pinot/issues/6493#issuecomment-767878868
Anyways all the segments are in corrupted status..!!! It seems I have to
restore the server from backup again..!!!
pabrahamusa edited a comment on issue #6493:
URL:
https://github.com/apache/incubator-pinot/issues/6493#issuecomment-767876403
@kishoreg Nothing Changed it was running for 3 days without a hitch and
suddenly keep crashing. I changed the memory from -Xms512M -Xmx4G to -Xms12G
-Xmx12G and
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch adding_scalar_function_to_extract_json_array
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard c8e6d8c Adding scalar function JsonPathArray to extract arrays from
pabrahamusa commented on issue #6493:
URL:
https://github.com/apache/incubator-pinot/issues/6493#issuecomment-767876403
Nothing Changes it was running for 3 days without a hinch and suddenly keep
crashing. I changed the memory from -Xms512M -Xmx4G to -Xms12G -Xmx12G and
servers are up . N
kishoreg commented on issue #6493:
URL:
https://github.com/apache/incubator-pinot/issues/6493#issuecomment-76788
what changed?
This is an automated message from the Apache Git Service.
To respond to the message, please l
siddharthteotia commented on a change in pull request #6490:
URL: https://github.com/apache/incubator-pinot/pull/6490#discussion_r564874873
##
File path:
pinot-common/src/test/java/org/apache/pinot/common/function/JsonFunctionsTest.java
##
@@ -65,4 +65,42 @@ public void testJs
pabrahamusa commented on issue #6493:
URL:
https://github.com/apache/incubator-pinot/issues/6493#issuecomment-767865939
```
my-pinot-controller-0 controller 2021/01/26 22:17:12.039 WARN
[ZkBaseDataAccessor]
[HelixController-pipeline-task-pinot-quickstart-(83ee1db3_TASK)] Fail to read
siddharthteotia commented on a change in pull request #6490:
URL: https://github.com/apache/incubator-pinot/pull/6490#discussion_r564872686
##
File path:
pinot-common/src/test/java/org/apache/pinot/common/function/JsonFunctionsTest.java
##
@@ -65,4 +65,42 @@ public void testJs
pabrahamusa commented on issue #6493:
URL:
https://github.com/apache/incubator-pinot/issues/6493#issuecomment-767864417
```
my-pinot-server-0 server [Times: user=0.08 sys=0.00, real=0.02 secs]
my-pinot-controller-0 controller 2021/01/26 22:17:09.409 WARN
[CallbackHandler]
[ZkClient
pabrahamusa opened a new issue #6493:
URL: https://github.com/apache/incubator-pinot/issues/6493
I am facing an issue where both Pinot servers are not restarting and they
are keep on crashing with following error. I am using latest image. Any one
came across this?
[Times: user=0.02
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch fixing_hadoop_copy_plugin_dir
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 4e21e1fb072cec417e01473dc1e8e2b3a6f86b08
Author: Xiang Fu
AuthorDate: Tue Jan 26 13:45:
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch fixing_hadoop_copy_plugin_dir
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
at 4e21e1f Fixing hadoop plugins jar copy issue
This branch includes the following ne
fx19880617 commented on a change in pull request #6490:
URL: https://github.com/apache/incubator-pinot/pull/6490#discussion_r564846949
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java
##
@@ -21,6 +21,7 @@
import com.fasterxml
fx19880617 commented on a change in pull request #6490:
URL: https://github.com/apache/incubator-pinot/pull/6490#discussion_r564846949
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java
##
@@ -21,6 +21,7 @@
import com.fasterxml
kishoreg commented on a change in pull request #6490:
URL: https://github.com/apache/incubator-pinot/pull/6490#discussion_r564820569
##
File path:
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/JsonFunctions.java
##
@@ -21,6 +21,7 @@
import com.fasterxml.j
kkrugler opened a new issue #6492:
URL: https://github.com/apache/incubator-pinot/issues/6492
Currently the code creates a tarball of the plugin directory inside of the
Pinot distribution directory, and then calls `job.addCacheArchive(file://`. This won't work, as all that this call does is
kkrugler opened a new issue #6491:
URL: https://github.com/apache/incubator-pinot/issues/6491
If you have a job spec file that contains something like:
``` yaml
# excludeFileNamePattern: exclude file name pattern, supported glob pattern.
# Sample usage:
# 'glob:*.avro' will
sajjad-moradi commented on a change in pull request #6440:
URL: https://github.com/apache/incubator-pinot/pull/6440#discussion_r564808321
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/access/AccessControlUtils.java
##
@@ -0,0 +1,65 @@
+/**
+ * Li
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch adding_scalar_function_to_extract_json_array
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 93eb9db Adding scalar function JsonPathArray to extract arrays from
sajjad-moradi commented on a change in pull request #6440:
URL: https://github.com/apache/incubator-pinot/pull/6440#discussion_r564806601
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/access/AccessControl.java
##
@@ -30,9 +30,35 @@
/**
* R
fx19880617 opened a new pull request #6490:
URL: https://github.com/apache/incubator-pinot/pull/6490
## Description
Adding scalar function JsonPathArray to extract arrays from JSON.
This is an automated message from the Ap
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch adding_scalar_function_to_extract_json_array
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 93eb9db4959c81cef8a0fc479dfead827e29903d
Author: Xiang Fu
AuthorDate: Tu
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch adding_scalar_function_to_extract_json_array
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 5f08b3a Adding scalar function JsonPathArray to extract arrays from
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch adding_scalar_function_to_extract_json_array
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 5f08b3a8c1e6e2983b9611eb7979f24d39ab3e81
Author: Xiang Fu
AuthorDate: Tu
This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch adding_scalar_function_to_extract_json_array
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
at 5f08b3a Adding scalar function JsonPathArray to extract arrays from
codecov-io edited a comment on pull request #6440:
URL: https://github.com/apache/incubator-pinot/pull/6440#issuecomment-759753751
#
[Codecov](https://codecov.io/gh/apache/incubator-pinot/pull/6440?src=pr&el=h1)
Report
> Merging
[#6440](https://codecov.io/gh/apache/incubator-pinot/pull
mcvsubbu commented on a change in pull request #6440:
URL: https://github.com/apache/incubator-pinot/pull/6440#discussion_r564699735
##
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/access/AccessControl.java
##
@@ -30,9 +30,35 @@
/**
* Return
This is an automated email from the ASF dual-hosted git repository.
mcvsubbu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new bacaed2 Guard against multiple consu
mcvsubbu merged pull request #6483:
URL: https://github.com/apache/incubator-pinot/pull/6483
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
fx19880617 edited a comment on issue #6449:
URL:
https://github.com/apache/incubator-pinot/issues/6449#issuecomment-767304859
you can follow this doc to add configs for s3.
[Use S3 as deep store for
Pinot](https://docs.pinot.apache.org/users/tutorials/use-s3-as-deep-store-for-pinot)
fx19880617 edited a comment on issue #6449:
URL:
https://github.com/apache/incubator-pinot/issues/6449#issuecomment-767304859
you can follow this doc to add configs for s3.
https://docs.pinot.apache.org/users/tutorials/use-s3-as-deep-store-for-pinot
siddharthteotia commented on issue #6431:
URL:
https://github.com/apache/incubator-pinot/issues/6431#issuecomment-767385927
I have a proposal to fix this. This is essentially an enhancement. Let's
meet and discuss. Happy to help you make the code changes else I will find time
to make the
57 matches
Mail list logo