|
@@ -16,18 +16,4 @@
|
|
|
# limitations under the License.
|
|
# limitations under the License.
|
|
|
cd $(dirname $0)
|
|
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
|