swsnu / bd2018

25 stars 10 forks source link

BeamSQL 질문 #10

Open nuclearboy95 opened 5 years ago

nuclearboy95 commented 5 years ago

Homework.java의 예시에서 applySQLLogic() 안의 임의로 만들어진 PCollection inputTable에 대한 SQL query를 날릴 때 그 table의 이름(PCOLLECTION)은 어떻게 정해지나요?

nuclearboy95 commented 5 years ago

Table이 2개 만들어졌을 때 두번째 table의 이름이 궁금해서 여쭤봅니다.

johnyangk commented 5 years ago

https://beam.apache.org/documentation/dsls/sql/overview/ Documentation 참고하시면 좋을 것 같습니다.