Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Doesn't support hadoop config with xinclude #243

@visualskyrim

Description

@visualskyrim

I have a hdfs-site.xml looks like this:

<configuration xmlns:xi="http://www.w3.org/2001/XInclude">
        <xi:include href="....../hdfs-site.xml" />
</configuration>

It seems that snakebite is not able to read the namenode inside the included hdfs-site.xml, thus it complains about

No ~/.snakebiterc found, no HADOOP_HOME set and no -n and -p provided

Maybe we should use another xml parser instead of xml.etree.ElementTree?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions