Member since
01-19-2018
4
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1698 | 07-30-2019 07:51 AM |
01-06-2023
11:32 PM
You can use BDR to sync only dictionary
... View more
07-30-2019
07:51 AM
Instead of joining files, you can perform operations/transformations with hive query and then final results can be written to file(parquet kind to HDFS or to local file system) You can even use spark for transformations and joining the views. (spark will give better performance than hive sql)
... View more
01-19-2018
11:47 PM
https://stackoverflow.com/questions/46857090/adding-pyspark-python-path-in-oozie
... View more
01-19-2018
11:45 PM
I had the same problem. Solved it by adding python path in spark action properties in oozie workflow. Otherwise it picks default python
... View more