forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-2412] Fix HiveCliHook.load_file to address HIVE-10541
HiveCliHook.load_file doesn't actually execute LOAD DATA statement via beeline bundled with Hive under 2.0 due to HIVE-10541. This PR provides a workaround for this problem. Closes apache#3327 from sekikn/AIRFLOW-2412 (cherry picked from commit baf15e1) Signed-off-by: Fokko Driesprong <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
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
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