This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import argparse | |
import csv | |
import time | |
argparser = argparse.ArgumentParser() | |
argparser.add_argument('--input', help='Input CSV from BrewStatus') | |
argparser.add_argument('--output', help='Output CSV filename to write') | |
args = argparser.parse_args() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<title>~/.vimrc</title> | |
<meta name="Generator" content="Vim/7.3"> | |
<meta name="plugin-version" content="vim7.3_v8"> | |
<meta name="syntax" content="vim"> | |
<meta name="settings" content="number_lines,use_css,expand_tabs"> | |
<style type="text/css"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
<property> | |
<name>oozie.service.WorkflowAppService.system.libpath</name> | |
<value>/user/oozie/share/lib</value> | |
<description> | |
System library path to use for workflow applications. | |
This path is added to workflow application if their job properties sets | |
the property 'oozie.use.system.libpath' to true. | |
</description> | |
</property> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
09:31:08.771995 == Info: About to connect() to localhost port 3000 (#0) | |
09:31:08.772321 == Info: Trying 127.0.0.1... 09:31:08.772470 == Info: connected | |
09:31:08.772500 == Info: Connected to localhost (127.0.0.1) port 3000 (#0) | |
09:31:08.772635 => Send header, 155 bytes (0x9b) | |
0000: GET / HTTP/1.1 | |
0010: User-Agent: curl/7.21.3 (x86_64-pc-linux-gnu) libcurl/7.21.3 Ope | |
0050: nSSL/0.9.8o zlib/1.2.3.4 libidn/1.18 | |
0076: Host: localhost:3000 | |
008c: Accept: */* | |
0099: |