You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Michael Smith (Jira)" <ji...@apache.org> on 2022/11/17 00:16:00 UTC

[jira] [Created] (IMPALA-11730) Scratch dir should work with Ozone

Michael Smith created IMPALA-11730:
--------------------------------------

             Summary: Scratch dir should work with Ozone
                 Key: IMPALA-11730
                 URL: https://issues.apache.org/jira/browse/IMPALA-11730
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 4.2.0
            Reporter: Michael Smith
            Assignee: Michael Smith


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}
 



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

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