In BUCK I have modified simple-client:
cxx_binary(
    name="hbNative",
    srcs=[
        "hbNative.cpp",
    ],
    compiler_flags=['-w'],
    deps=[":core", "//connection:connection"],)

Previously I build it, but now it doesn't rebuild.
Next I have deleted hbNative in HBASE-14850/hbase-native-client/buck-out/gen/core/ but then I have Error getting output size: root@securecluster:/usr/src/hbase/hbase-native-client# buck build //core:hbNative
Error getting output size for //core:hbNative#binary.
java.nio.file.NoSuchFileException: /usr/src/hbase/hbase-native-client/buck-out/gen/core/hbNative java.nio.file.NoSuchFileException: /usr/src/hbase/hbase-native-client/buck-out/gen/core/hbNative
....

Reply via email to