메뉴 건너뛰기

Bigdata, Semantic IoT, Hadoop, NoSQL

Bigdata, Hadoop ecosystem, Semantic IoT등의 프로젝트를 진행중에 습득한 내용을 정리하는 곳입니다.
필요한 분을 위해서 공개하고 있습니다. 문의사항은 gooper@gooper.com로 메일을 보내주세요.


1. 해당 폴더로 이동(이전에 다른 리포지토리에서 clone한곳)

  cd /home/gooper/git/gdime


2. 기존 리포지토리 pull/psh

  git pull

  git add .

  git commit -m "clean push"

 git push


3. 기존 리포지토리 제거

  git remote remove origin


4. 새 리포지토리 remote추가

  git remote add origin https://gooperone@bitbucket.org/gooperone/gdime.git


5. 로컬 소스를 리포지토리에 반영

  git push -u origin master


6. dev라는 브랜치를 만들고(리포지토리 제공 페이지에서 진행) 앞으로의 작업이 진행될수 있도록도록함

  git fetch && git checkout dev


---------로컬에 이전 리포지토리를 이용하여 새로운 이름의 리포지토리를 생성하고 원격 리포지토리에 등록하기

1. 리포지토리 상위 폴더로 이동

  cd /home/gooper/git

2. 이전에 존재하는 리포지토리를 이용하여 새로운 리포지토리 생성

  mv old_repository_name new_repository_name

3. 새로 생성된 리포지토리로 폴더 변경

  cd new_repository_name

4. 기존의 히스토리 삭제

  rm -rf .git

5. 파일 정리후 새로운 git설정

  git init

  git add .

  git commit -m "first commit"

6. 저장소 생성

  리포지토리 제공업체의 페이지에서 절차에 따라 생성해준다.

7. 6에서 생성한 git 저장소 연결

  git remote add origin https://gooper@bitbucket.org/gooper/gdime.git

8. 강제 push 

  git push -u --force origin master

번호 제목 글쓴이 날짜 조회 수
721 HBase shell로 작업하기 구퍼 2013.03.15 5834
720 HBase, BigTable, Cassandra Schema Design file 구퍼 2013.03.15 2509
719 하둡 분산 파일 시스템을 기반으로 색인하고 검색하기 구퍼 2013.03.15 5573
718 HBASE Client API : 기본 기능 정리 file 구퍼 2013.04.01 3554
717 Hbase Shell 명령 정리 구퍼 2013.04.01 3170
716 Hive java connection 설정 file 구퍼 2013.04.01 2013
715 hbase에 필요한 jar들 구퍼 2013.04.01 2100
714 centos 5.X에 hadoop 2.0.5 alpha 설치 총관리자 2013.12.16 1581
713 ubuntu에 hadoop 2.0.5설치하기 총관리자 2013.12.16 1882
712 centsOS vsftpd설치하기 총관리자 2013.12.17 1515
711 hadoop설치시 오류 총관리자 2013.12.18 2313
710 Hive Query Examples from test code (1 of 2) 총관리자 2014.03.26 1050
709 Hive Query Examples from test code (2 of 2) 총관리자 2014.03.26 5029
708 의사분산모드에서 presto설치하기 총관리자 2014.03.31 3050
707 동일서버에서 LA와 LC동시에 기동하여 테스트 총관리자 2014.04.01 928
706 external partition table생성및 data확인 총관리자 2014.04.03 1072
705 다수의 로그 에이전트로 부터 로그를 받아 각각의 파일로 저장하는 방법(interceptor및 multiplexing) 총관리자 2014.04.04 4089
704 Oozie 설치, 환경설정 및 테스트 총관리자 2014.04.08 1293
703 hive에서 생성된 external table에서 hbase의 table에 값 insert하기 총관리자 2014.04.11 1748
702 column family삭제시 Column family 'delete' does not exist오류 발생하는 경우 총관리자 2014.04.14 932

A personal place to organize information learned during the development of such Hadoop, Hive, Hbase, Semantic IoT, etc.
We are open to the required minutes. Please send inquiries to gooper@gooper.com.

위로