Skip to content

Commit

Permalink
fix #79
Browse files Browse the repository at this point in the history
  • Loading branch information
xsmart committed Jul 5, 2017
1 parent fbd8608 commit d04f8e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion velib/src/vdb/hdfswrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ HdfslibDelegate::HdfslibDelegate()
ck_string strhdfsFlushDelegate = "hdfsFlush";
ck_string strhdfsCloseFileDelegate = "hdfsCloseFile";
ck_string strhdfsDisconnectDelegate = "hdfsDisconnect";

#if 0
try
{
//VDC_DEBUG( "%s Connect HDFS lib %s !.\n",__FUNCTION__, strLib.c_str());
Expand All @@ -62,12 +62,17 @@ HdfslibDelegate::HdfslibDelegate()
m_Init = FALSE;
//VDC_DEBUG( "%s HDFS lib load error \n",__FUNCTION__);
}
#else
m_Init = FALSE;
#endif

}

HdfslibDelegate::~HdfslibDelegate()
{
#if 0
m_dynLib.unload();
#endif
}

HdfsRecWrapper::HdfsRecWrapper(ck_string &pNameNode, ck_string &pPort,
Expand Down

0 comments on commit d04f8e0

Please sign in to comment.