[jira] [Commented] (IMPALA-11629) Support Huawei OBS (Object Storage Service) FileSystem

2023-02-19 Thread yx91490 (Jira)


[ 
https://issues.apache.org/jira/browse/IMPALA-11629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17690978#comment-17690978
 ] 

yx91490 commented on IMPALA-11629:
--

Hi [~ste...@apache.org], Do you mean the tencent COS filesystem? This issue is 
not related to it.
And can you share more details about your problem? thanks.

> Support Huawei OBS (Object Storage Service) FileSystem
> --
>
> Key: IMPALA-11629
> URL: https://issues.apache.org/jira/browse/IMPALA-11629
> Project: IMPALA
>  Issue Type: New Feature
>Reporter: yx91490
>Assignee: yx91490
>Priority: Major
> Fix For: Impala 4.3.0
>
> Attachments: hdfs_ee_test.log, hdfs_ee_test_patch10.log, 
> obs_ee_test.log, obs_ee_test_core_results.csv, obs_ee_test_patch10.log
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Assigned] (IMPALA-11932) test_partition_key_scans_with_multiple_blocks_table failed when erasure coding is turned on

2023-02-19 Thread Quanlong Huang (Jira)


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

Quanlong Huang reassigned IMPALA-11932:
---

Assignee: YifanZhang  (was: Quanlong Huang)

> test_partition_key_scans_with_multiple_blocks_table failed when erasure 
> coding is turned on
> ---
>
> Key: IMPALA-11932
> URL: https://issues.apache.org/jira/browse/IMPALA-11932
> Project: IMPALA
>  Issue Type: Bug
>Affects Versions: Impala 4.3.0
>Reporter: Fang-Yu Rao
>Assignee: YifanZhang
>Priority: Major
>  Labels: broken-build
>
> We found that test_partition_key_scans_with_multiple_blocks_table failed when 
> ERASURE_CODING is true. This test was added in IMPALA-11081 
> (https://gerrit.cloudera.org/c/19471/17/tests/query_test/test_queries.py#366).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Commented] (IMPALA-11932) test_partition_key_scans_with_multiple_blocks_table failed when erasure coding is turned on

2023-02-19 Thread Quanlong Huang (Jira)


[ 
https://issues.apache.org/jira/browse/IMPALA-11932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17690955#comment-17690955
 ] 

Quanlong Huang commented on IMPALA-11932:
-

Assinging this to [~zhangyifan27] first.

The build runs with ERASURE_CODING=true.

The failure is
{code:python}
query_test/test_queries.py:367: in 
test_partition_key_scans_with_multiple_blocks_table
self._build_alltypes_multiblocks_table(vector, unique_database)
query_test/test_queries.py:362: in _build_alltypes_multiblocks_table
source_file, file_path])
/data/jenkins/workspace/impala-asf-master-core-erasure-coding/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/subprocess.py:190:
 in check_call
raise CalledProcessError(retcode, cmd)
E   CalledProcessError: Command '['hdfs', 'dfs', '-Ddfs.block.size=1024', 
'-cp', '-f', '-d', 
'hdfs://localhost:20500/test-warehouse/alltypes_parquet/year=2010/month=12/*', 
'/test-warehouse/test_partition_key_scans_with_multiple_blocks_table_4ff711b7.db/alltypes_multiblocks/year=2010/month=12']'
 returned non-zero exit status 1{code}
stdout
{code:java}
23/02/18 19:01:29 WARN erasurecode.ErasureCodeNative: Loading ISA-L failed: 
Failed to load libisal.so.2 (libisal.so.2: cannot open shared object file: No 
such file or directory)
23/02/18 19:01:29 WARN erasurecode.ErasureCodeNative: ISA-L support is not 
available in your platform... using builtin-java codec where applicable
cp: Specified block size (1024) is less than the cell size (1048576) of the 
erasure coding policy (ErasureCodingPolicy=[Name=RS-3-2-1024k, 
Schema=[ECSchema=[Codec=rs, numDataUnits=3, numParityUnits=2]], 
CellSize=1048576, Id=2]).
{code}

> test_partition_key_scans_with_multiple_blocks_table failed when erasure 
> coding is turned on
> ---
>
> Key: IMPALA-11932
> URL: https://issues.apache.org/jira/browse/IMPALA-11932
> Project: IMPALA
>  Issue Type: Bug
>Affects Versions: Impala 4.3.0
>Reporter: Fang-Yu Rao
>Assignee: Quanlong Huang
>Priority: Major
>  Labels: broken-build
>
> We found that test_partition_key_scans_with_multiple_blocks_table failed when 
> ERASURE_CODING is true. This test was added in IMPALA-11081 
> (https://gerrit.cloudera.org/c/19471/17/tests/query_test/test_queries.py#366).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Updated] (IMPALA-11932) test_partition_key_scans_with_multiple_blocks_table failed when erasure coding is turned on

2023-02-19 Thread Fang-Yu Rao (Jira)


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

Fang-Yu Rao updated IMPALA-11932:
-
Affects Version/s: Impala 4.3.0

> test_partition_key_scans_with_multiple_blocks_table failed when erasure 
> coding is turned on
> ---
>
> Key: IMPALA-11932
> URL: https://issues.apache.org/jira/browse/IMPALA-11932
> Project: IMPALA
>  Issue Type: Bug
>Affects Versions: Impala 4.3.0
>Reporter: Fang-Yu Rao
>Assignee: Quanlong Huang
>Priority: Major
>  Labels: broken-build
>
> We found that test_partition_key_scans_with_multiple_blocks_table failed when 
> ERASURE_CODING is true. This test was added in IMPALA-11081 
> (https://gerrit.cloudera.org/c/19471/17/tests/query_test/test_queries.py#366).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Commented] (IMPALA-11932) test_partition_key_scans_with_multiple_blocks_table failed when erasure coding is turned on

2023-02-19 Thread Fang-Yu Rao (Jira)


[ 
https://issues.apache.org/jira/browse/IMPALA-11932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17690924#comment-17690924
 ] 

Fang-Yu Rao commented on IMPALA-11932:
--

Hi [~stigahuang], assigned this JIRA to you since you helped review the patch 
that added the failed test. Please reassign the JIRA as you see appropriate. 
Thanks!


> test_partition_key_scans_with_multiple_blocks_table failed when erasure 
> coding is turned on
> ---
>
> Key: IMPALA-11932
> URL: https://issues.apache.org/jira/browse/IMPALA-11932
> Project: IMPALA
>  Issue Type: Bug
>Affects Versions: Impala 4.3.0
>Reporter: Fang-Yu Rao
>Assignee: Quanlong Huang
>Priority: Major
>  Labels: broken-build
>
> We found that test_partition_key_scans_with_multiple_blocks_table failed when 
> ERASURE_CODING is true. This test was added in IMPALA-11081 
> (https://gerrit.cloudera.org/c/19471/17/tests/query_test/test_queries.py#366).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org



[jira] [Created] (IMPALA-11932) test_partition_key_scans_with_multiple_blocks_table failed when erasure coding is turned on

2023-02-19 Thread Fang-Yu Rao (Jira)
Fang-Yu Rao created IMPALA-11932:


 Summary: test_partition_key_scans_with_multiple_blocks_table 
failed when erasure coding is turned on
 Key: IMPALA-11932
 URL: https://issues.apache.org/jira/browse/IMPALA-11932
 Project: IMPALA
  Issue Type: Bug
Reporter: Fang-Yu Rao
Assignee: Quanlong Huang


We found that test_partition_key_scans_with_multiple_blocks_table failed when 
ERASURE_CODING is true. This test was added in IMPALA-11081 
(https://gerrit.cloudera.org/c/19471/17/tests/query_test/test_queries.py#366).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org