Member since
02-20-2015
21
Posts
9
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1463 | 08-16-2017 05:34 PM | |
1932 | 10-10-2016 09:55 AM |
11-04-2018
11:49 PM
I want to ask where to find the document of sentry API .
I try to read the source code of sentry,however ,I can’t get the point .
I don’t know how to call the apache sentry API for priviledge in my app.
who can help me?
... View more
08-02-2018
11:50 PM
Is there a way we can refresh multiple partitions in a single statement?. What I am trying to execute is something like "refresh <table_name> partition ( col in ('val1','val2',val3'......))". So that I do not have to fire multiple refresh queries. If it is not present, are there plans to bring this feature anytime in the near future?.
... View more
08-16-2017
05:34 PM
This is a known bug [1] fixed in the upcoming 2.10.0 release. [1] https://issues.apache.org/jira/browse/IMPALA-5657
... View more
02-09-2017
12:28 AM
zhoudshu, Thank you for you. Your answer perfectly solved this problem!
... View more
10-10-2016
09:55 AM
Hey, This looks like a bug and can be reproduced even on the latest versions of Impala. Thanks for sharing the repro steps with us. I created a jira https://issues.cloudera.org/browse/IMPALA-4266 with a simpler UDF so its easy to follow. Your UDF implementation looks fine and is likely not causing this issue. - Bharath
... View more
04-06-2016
06:35 AM
Yes that was it! TCompactProtocol was the thing to use! Thanks so much for your help Venky
... View more