#!/bin/python
# -*- coding: utf-8 -*-

from hdfs.ext.kerberos import KerberosClient
import requests,csv,time

client=KerberosClient('http://x.x.x.x:50070',mutual_auth='REQUIRED',principal='example@EXAMPLE.COM')
print(client.list('/tmp'))