[
https://issues.apache.org/jira/browse/IMPALA-11730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Smith resolved IMPALA-11730.
------------------------------------
Fix Version/s: Impala 4.3.0
Resolution: Fixed
> Add support for spilling to Ozone
> ---------------------------------
>
> Key: IMPALA-11730
> URL: https://issues.apache.org/jira/browse/IMPALA-11730
> Project: IMPALA
> Issue Type: New Feature
> Components: Backend
> Reporter: Michael Smith
> Assignee: Michael Smith
> Priority: Major
> Labels: ozone
> Fix For: Impala 4.3.0
>
>
> Attempting to use Ozone as a scratch dir via something like
> {code:java}
> -scratch_dirs=/tmp/scratch,ofs://localhost:9862/impala/tmp'{code}
> fails to use the Ozone path with
> {code:java}
> I1116 16:14:03.494846 919843 status.cc:129] Malformed scratch directory
> capacity configuration 'ofs://localhost:9862/impala/tmp'
> @ 0xf9189f impala::Status::Status()
> @ 0x1377524 impala::TmpDir::ParseByteLimit()
> @ 0x138e4ba impala::TmpDir::ParseTokens()
> @ 0x138e609 impala::TmpDir::Parse()
> @ 0x13901bd impala::TmpFileMgr::InitCustom()
> @ 0x13916f3 impala::TmpFileMgr::InitCustom()
> @ 0x13917dd impala::TmpFileMgr::Init()
> @ 0x15a295f impala::ImpalaServer::ImpalaServer()
> @ 0x156df01 ImpaladMain()
> @ 0xe7cc4c main
> @ 0x7f0ac6a74083 __libc_start_main
> @ 0xe7caae _start
> W1116 16:14:03.508049 919843 tmp-file-mgr.cc:309] Directory
> ofs://localhost:9862/impala/tmp is not used because Malformed scratch
> directory capacity configuration 'ofs://localhost:9862/impala/tmp'{code}
> We're working on feature parity between HDFS and Ozone, so we should support
> this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)