Fix import
This commit is contained in:
parent
38ed83424c
commit
8858b5d46f
1 changed files with 10 additions and 1 deletions
|
@ -4,6 +4,15 @@
|
||||||
#
|
#
|
||||||
# Björn Busse <bj.rn@baerlin.eu>
|
# Björn Busse <bj.rn@baerlin.eu>
|
||||||
#
|
#
|
||||||
|
#
|
||||||
|
# TODO:
|
||||||
|
#
|
||||||
|
# * Remove timestamp from log msg or make them optional,
|
||||||
|
# we already have it in the journal -
|
||||||
|
# at least when not running in a container
|
||||||
|
#
|
||||||
|
# * Ask ZooKeeper directly for active namenode/hbase master
|
||||||
|
#
|
||||||
|
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
from __future__ import division
|
from __future__ import division
|
||||||
|
@ -24,7 +33,7 @@ import random
|
||||||
import re
|
import re
|
||||||
import requests
|
import requests
|
||||||
import subprocess
|
import subprocess
|
||||||
from subprocess import Popen
|
from subprocess import Popen,PIPE
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
import traceback
|
import traceback
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue