Re: Is it enable to use Multiple UGIs in One Spark Context?

2021-03-25 Thread Kwangsun Noh
b106411e-6a3b-4f18-a7cc-95abbf471ac6-c000.snappy.parquet [spark@6974321cbd3d ~]$ ‪2021년 3월 26일 (금) 오전 12:23, ‫"Yuri Oleynikov (‫יורי אולייניקוב‬‎)"‬‎ < yur...@gmail.com>님이 작성:‬ > Assuming that all tables have same schema, you can make entire global > table partitioned

Is it enable to use Multiple UGIs in One Spark Context?

2021-03-25 Thread Kwangsun Noh
Hi, Spark users. Currently I have to make multiple tables in hdfs using spark api. The tables need to made by each other users. For example, table01 is owned by user01, table02 is owned by user02 like below. path | owner:group | permission /data/table01