|
@ -40,7 +40,7 @@ public class MasterResourceDao {
|
|
|
String profileId = originalPackage.getProfileId().toString();
|
|
|
String rowkey = profileId.substring(2, profileId.length());
|
|
|
Map<String, String> originResult = hbaseDao.get(ResourceCore.MasterTable, rowkey, resourceBucket.getdFamily());
|
|
|
if (!originResult.isEmpty()) {
|
|
|
if (originResult.isEmpty()) {
|
|
|
throw new IllegalJsonFileException("Please upload the struct package(" + rowkey + ") first !");
|
|
|
}
|
|
|
}
|