Skip to content

Instantly share code, notes, and snippets.

import argparse
import json
import logging
import re
import sys
import tqdm
logger = logging.getLogger(__name__)
#!/usr/bin/env python
# encoding: utf-8
# This file lives in tests/project_test.py in the usual disutils structure
# Remember to set the SPARK_HOME evnironment variable to the path of your spark installation
import logging
import sys
import unittest