Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hive file compression error when creating snapshot #1468

Closed
paigechoi opened this issue Feb 19, 2019 · 3 comments
Closed

Hive file compression error when creating snapshot #1468

paigechoi opened this issue Feb 19, 2019 · 3 comments
Assignees
Labels
bug Something isn't working @dataprep Component Name : Data preparation
Milestone

Comments

@paigechoi
Copy link
Contributor

paigechoi commented Feb 19, 2019

Describe the bug
Always sending NONE with hive file compression

To Reproduce
Steps to reproduce the behavior:

  1. Go to create hive snapshot
  2. Click on advanced setting
  3. Change compression to zlib or snappy
  4. See error

Expected behavior
Hive file compression has 3 options : None, zlib, snappy

Screenshots
image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context
I'm going to do some refactoring in snapshot creation popup.

@paigechoi paigechoi added the @dataprep Component Name : Data preparation label Feb 19, 2019
@paigechoi paigechoi added the bug Something isn't working label Feb 19, 2019
@paigechoi
Copy link
Contributor Author

confirmed by @joohokim1

  • Default value of snapshot table name is Snapshot1
  • Only alphanumeric and _ is allowed with table name
  • no white space in table name

paigechoi added a commit that referenced this issue Feb 27, 2019
- send proper parameters (compression, overwrite method)
paigechoi added a commit that referenced this issue Feb 28, 2019
- Delete unused variables
@sang-hee-lee sang-hee-lee added this to the 3.2.0 milestone Feb 28, 2019
@minjung-cho
Copy link

2019-03-04 2 21 06
Done 시,
필수값 입력 여부 및 유효성 체크를 실행하고 입력 조건에 부합하지 않는 입력 필드가 있을 때 각 필드에 개별 메시지를 표시합니다.
이때 Done 버튼 근처에 기존의 토스트 팝업을 대체할 수 있는 공통 문구를 띄워 줍니다. 얼마전부터 개선하고 있는 공통 UI이나 전체를 한번에 적용할 수 없는 부분이라 진행되는 화면들 부터 적용 중이니 참고 부탁드립니다.

joohokim1 pushed a commit that referenced this issue Mar 4, 2019
* #1468 Fix snapshot create popup
- send proper parameters (compression, overwrite method)

* #1468 Fix snapshot create popup
- Delete unused variables
@joohokim1
Copy link
Contributor

1st integrated test passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @dataprep Component Name : Data preparation
Projects
None yet
Development

No branches or pull requests

5 participants