We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f2a9a commit 65d3f2cCopy full SHA for 65d3f2c
mapper.py
@@ -1,8 +1,6 @@
1
#!/usr/bin/env python3
2
import os, sys
3
4
-from platformdirs.version import commit_id
5
-
6
# Hadoop Streaming exposes the current input file path via an env var.
7
# Try modern then legacy names:
8
path = os.environ.get("mapreduce_map_input_file") or os.environ.get("map_input_file") or ""
0 commit comments