Home Error: (conn=335) Table 'CTLGS' already exists (state=42S01,code=1050)
Post
Cancel

Error: (conn=335) Table 'CTLGS' already exists (state=42S01,code=1050)

에러 발생

  • mysql에 hive 스키마를 생성하려고 schematool -initSchema -dbType mysql 명령어를 사용하니 다음과 같은 에러가 나왔다.

    스크린샷_2022-01-31_오후_7 27 24

에러 해결

  • 위 에러는 database의 이름이 중복되었기 때문에 발생한 에러이다.
  • 다음과 같이 해결하였다.

    1
    2
    
      mysql -u root -p
      drop database hive;
    
This post is licensed under CC BY 4.0 by the author.

Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument (ZLjava/lang/String;Ljava/lang/Object;)

Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist