Skip to content

Commit 65d3f2c

Browse files
update
1 parent b4f2a9a commit 65d3f2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mapper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env python3
22
import os, sys
33

4-
from platformdirs.version import commit_id
5-
64
# Hadoop Streaming exposes the current input file path via an env var.
75
# Try modern then legacy names:
86
path = os.environ.get("mapreduce_map_input_file") or os.environ.get("map_input_file") or ""

0 commit comments

Comments
 (0)