Browse Source

[hbase] cleanup regenerate_thrift.sh

Kevin Wang 12 năm trước cách đây
mục cha
commit
2bdfaa1
1 tập tin đã thay đổi với 1 bổ sung15 xóa
  1. 1 15
      apps/hbase/regenerate_thrift.sh

+ 1 - 15
apps/hbase/regenerate_thrift.sh

@@ -16,18 +16,4 @@
 # limitations under the License.
 cd $(dirname $0)
 
-thrift --gen py thrift/hbase.thrift
-
-cat <<EOF
-======================================================================
-NOTE:
-======================================================================
-
-This script does *not* remove old generated files that may not be necessary anymore.
-You should probably do something like:
- > git rm -rf java/src/main/gen-java gen-py
- > ./regenerate_thrift.sh
- > git add java/src/main/gen-java gen-py
-
-======================================================================
-EOF
+thrift --gen py thrift/hbase.thrift