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 "Joe McDonnell (JIRA)" <ji...@apache.org> on 2018/06/22 18:46:00 UTC

[jira] [Resolved] (IMPALA-7193) Local filesystem failes with fs.defaultFS (file:/tmp) is not supported

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

Joe McDonnell resolved IMPALA-7193.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 3.1.0

commit a541ac603912e789cbe0e34f5cb581e2116a94ee
Author: Joe McDonnell <jo...@cloudera.com>
Date: Thu Jun 21 10:56:02 2018 -0700

IMPALA-7193: Fix cluster startup args in create-load-data.sh
 
 The minicluster args for dataload changed to
 a bash array in IMPALA-7119, and this requires
 a special syntax to derefence and get the whole
 array.
 
 This fixes the invocation to use the right
 syntax ($BASH_VAR[@] rather than $BASH_VAR).
 
 Change-Id: Ie9a24c0e9fa34e43697b16b48cf219f47f30c0cc
 Reviewed-on: http://gerrit.cloudera.org:8080/10782
 Reviewed-by: Philip Zeyliger <ph...@cloudera.com>
 Tested-by: Impala Public Jenkins <im...@cloudera.com>

> Local filesystem failes with fs.defaultFS (file:/tmp) is not supported
> ----------------------------------------------------------------------
>
>                 Key: IMPALA-7193
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7193
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.1.0
>            Reporter: Tianyi Wang
>            Assignee: Joe McDonnell
>            Priority: Critical
>              Labels: broken-build
>             Fix For: Impala 3.1.0
>
>
> Impala failed to start on a local file system
> {noformat}
> I0619 07:25:34.034348 13157 status.cc:125] Currently configured default filesystem: ProxyLocalFileSystem. fs.defaultFS (file:/tmp) is not supported.
>     @          0x18a01f9  impala::Status::Status()
>     @          0x1dd30b6  impala::Frontend::ValidateSettings()
>     @          0x1dee2aa  impala::ImpalaServer::ImpalaServer()
>     @          0x1dea8db  ImpaladMain()
>     @          0x185c380  main
>     @     0x7f373f829c05  __libc_start_main
>     @          0x185c1f1  (unknown)
> E0619 07:25:34.034366 13157 impala-server.cc:286] Currently configured default filesystem: ProxyLocalFileSystem. fs.defaultFS (file:/tmp) is not supported.
> E0619 07:25:34.034384 13157 impala-server.cc:289] Aborting Impala Server startup due to improper configuration. Impalad exiting.
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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