[jira] [Resolved] (IMPALA-10200) WebUI static directory cleanup

2020-10-02 Thread Tamas Mate (Jira)


 [ 
https://issues.apache.org/jira/browse/IMPALA-10200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamas Mate resolved IMPALA-10200.
-
Resolution: Fixed

> WebUI static directory cleanup
> --
>
> Key: IMPALA-10200
> URL: https://issues.apache.org/jira/browse/IMPALA-10200
> Project: IMPALA
>  Issue Type: Task
>  Components: Backend
>Affects Versions: Impala 3.0, Impala 4.0
>Reporter: Tamas Mate
>Assignee: Tamas Mate
>Priority: Trivial
>
> There is an unused index.html file under the default /www/ WebUI static file 
> directory which only contains the {{Impala Webserver}} text:
> {code:html}
> 
> 
> Impala Webserver
> 
> 
> {code}
> This file could be removed as there is no need for an index.html in the 
> static directory.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (IMPALA-10202) Enable file handle cache for ABFS files

2020-10-02 Thread Sahil Takiar (Jira)


 [ 
https://issues.apache.org/jira/browse/IMPALA-10202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sahil Takiar resolved IMPALA-10202.
---
Fix Version/s: Impala 4.0
   Resolution: Fixed

> Enable file handle cache for ABFS files
> ---
>
> Key: IMPALA-10202
> URL: https://issues.apache.org/jira/browse/IMPALA-10202
> Project: IMPALA
>  Issue Type: Improvement
>Reporter: Sahil Takiar
>Assignee: Sahil Takiar
>Priority: Major
> Fix For: Impala 4.0
>
>
> We should enable the file handle cache for ABFS, we have already seen it 
> benefit jobs that read data from S3A.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IMPALA-10209) Iceberg table doesn't set object_catalog_version for the response object in doGetPartialCatalogObject

2020-10-02 Thread Jira
Zoltán Borók-Nagy created IMPALA-10209:
--

 Summary: Iceberg table doesn't set object_catalog_version for the 
response object in doGetPartialCatalogObject
 Key: IMPALA-10209
 URL: https://issues.apache.org/jira/browse/IMPALA-10209
 Project: IMPALA
  Issue Type: Bug
Reporter: Zoltán Borók-Nagy


Iceberg tables have an underlying hdfs table member. When the IcebergTable 
object gets a new catalog version it doesn't set the version number for the 
underlying HdfsTable.

We use the HdfsTable member to answer 
CatalogServiceCatalog.doGetPartialCatalogObject() for Iceberg tables, so the 
response object will always have object_version_number == 0. This leads to 
various errors and strange behavior as the cache invalidation in local catalog 
depends on this value.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (IMPALA-2794) Exchange Inactive time in the averaged query profile is always zero

2020-10-02 Thread Tim Armstrong (Jira)


 [ 
https://issues.apache.org/jira/browse/IMPALA-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Armstrong resolved IMPALA-2794.
---
Fix Version/s: Impala 4.0
   Resolution: Fixed

> Exchange Inactive time in the averaged query profile is always zero
> ---
>
> Key: IMPALA-2794
> URL: https://issues.apache.org/jira/browse/IMPALA-2794
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Affects Versions: Impala 2.3.0
>Reporter: Juan Yu
>Assignee: Tim Armstrong
>Priority: Minor
>  Labels: ramp-up
> Fix For: Impala 4.0
>
>
> The inactive time in the averaged query profile is always zero. Impala 
> deliberately does not update the inactive time if it's an averaged profile. 
> This should to be fixed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (IMPALA-6147) Thrift profile includes counters not directly shown in text profile

2020-10-02 Thread Tim Armstrong (Jira)


 [ 
https://issues.apache.org/jira/browse/IMPALA-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tim Armstrong resolved IMPALA-6147.
---
Fix Version/s: Impala 4.0
   Resolution: Fixed

> Thrift profile includes counters not directly shown in text profile
> ---
>
> Key: IMPALA-6147
> URL: https://issues.apache.org/jira/browse/IMPALA-6147
> Project: IMPALA
>  Issue Type: Bug
>  Components: Backend
>Affects Versions: Impala 2.10.0
>Reporter: Tim Armstrong
>Assignee: Tim Armstrong
>Priority: Minor
>  Labels: supportability, usability
> Fix For: Impala 4.0
>
>
> InactiveTotalTime and TotalTime show up in the thrift profiles but aren't 
> explicitly shown in the Impala pretty-printed text profile.
> TotalTime and InactiveTotalTime are handled specially - they are factored 
> into the timings printed in the header of each profile section, e.g 
> {{HDFS_SCAN_NODE (id=5):(Total: 10.213ms, non-child: 10.213ms, % non-child: 
> 100.00%)}}. InactiveTotalTime is non-zero only for exchange nodes.
> Impala does a calculation involving those two counters: 
> https://github.com/apache/incubator-impala/blob/7866eec5bdcbf9194a4aad2c87c354cbaad7b802/be/src/util/runtime-profile.cc#L362
>  then prints the result in the text profile: 
> https://github.com/apache/incubator-impala/blob/7866eec5bdcbf9194a4aad2c87c354cbaad7b802/be/src/util/runtime-profile.cc#L625
> We should include/exclude things from the thrift profile that prevent 
> consumers of the thrift profile from presenting identical information to the 
> pretty-printed text profiles.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (IMPALA-10210) Avoid authentication for connection from a trusted domain over http

2020-10-02 Thread Bikramjeet Vig (Jira)
Bikramjeet Vig created IMPALA-10210:
---

 Summary: Avoid authentication for connection from a trusted domain 
over http
 Key: IMPALA-10210
 URL: https://issues.apache.org/jira/browse/IMPALA-10210
 Project: IMPALA
  Issue Type: Improvement
Reporter: Bikramjeet Vig
Assignee: Bikramjeet Vig


Add the ability to skip authentication over Http for the both hs2 and the 
Impala debug web service.
The current idea is to still require that the client specify a username in its 
request via a basic auth header so impala can attribute the connection to that 
username.
This change should also add the ability to use the "X-Forwarded-For" header to 
get the  the real client ip address in case proxies are used in between.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)