helpmetocode.blogspot.com
Infinite Programming Tips: Limit Disk uses in Datanodes Hadoop
http://helpmetocode.blogspot.com/2014/08/limit-disk-uses-in-datanodes-hadoop.html
All the question that scared me now i am trying to scare them . so that they cant scare others :) Information should be available at many places so i do copy paste :). Friday, August 22, 2014. Limit Disk uses in Datanodes Hadoop. There may in some scenario when disk attached to data node may go over utilize and you become unable to perform any operation on the data node due to no space left on the system. so we have a option of defining a limit of space which can be used by data node daemons. List Files ...
helpmetocode.blogspot.com
Infinite Programming Tips: WPF Architecture
http://helpmetocode.blogspot.com/2014/09/wpf-architecture.html
All the question that scared me now i am trying to scare them . so that they cant scare others :) Information should be available at many places so i do copy paste :). Monday, September 8, 2014. WPF architecture is multilayered architecture. It has three layers mainly Managed code, Unmanaged code and Core Operating system. We can call these layers as set of assemblies that built up the entire framework. The major components are below Presentation Framework, Presentation Core and Media Integration(Milcore).
helpmetocode.blogspot.com
Infinite Programming Tips: Features supported by different releases of hadoop
http://helpmetocode.blogspot.com/2014/01/features-supported-by-different.html
All the question that scared me now i am trying to scare them . so that they cant scare others :) Information should be available at many places so i do copy paste :). Friday, January 31, 2014. Features supported by different releases of hadoop. Friday, January 31, 2014. Features and hadoop releases. Subscribe to: Post Comments (Atom). Commands Available on HBase Shell. Groups of commands and explanation : General Commands: status : Shows server status, example 1 servers, 0. 160; Local File = = = File Co...
helpmetocode.blogspot.com
Infinite Programming Tips: Comparison between Big Data and RDBMS
http://helpmetocode.blogspot.com/2014/02/comparison-between-big-data-and-rdbms.html
All the question that scared me now i am trying to scare them . so that they cant scare others :) Information should be available at many places so i do copy paste :). Monday, February 24, 2014. Comparison between Big Data and RDBMS. Read and write many times. Write once, read many times. Monday, February 24, 2014. Labels: bigdata vs rdbms. Comparing bigdata and rdbms. Comparision between hadoop and rdbms. Difference between bigdata and rdbms. Subscribe to: Post Comments (Atom). First add two references ...
helpmetocode.blogspot.com
Infinite Programming Tips: Uploading files to sharepoint site using client mode.
http://helpmetocode.blogspot.com/2011/06/uploading-files-to-sharepoint-site.html
All the question that scared me now i am trying to scare them . so that they cant scare others :) Information should be available at many places so i do copy paste :). Thursday, June 2, 2011. Uploading files to sharepoint site using client mode. First add two references to your project. Microsoft.SharePoint.Client.Runtime. This will enable you to use client calls. Then you can try the following code to upload. the code is a bit disarrange cause had little time to post if any problem please let me know.
helpmetocode.blogspot.com
Infinite Programming Tips: HBase Backup
http://helpmetocode.blogspot.com/2014/02/hbase-backup.html
All the question that scared me now i am trying to scare them . so that they cant scare others :) Information should be available at many places so i do copy paste :). Sunday, February 23, 2014. We need to have backup of HBase table offline in some point of time, in spite of the fact that Hadoop and HBase provide replication and redundancy. For this we have some backup option in HBase. These are categorized in two ways:. Again this is categorized in three ways. Offline Backup methods are full shutdown ba...
helpmetocode.blogspot.com
Infinite Programming Tips: Reading sequence file/ compressed file / or TextRecordInputStream file from hadoop
http://helpmetocode.blogspot.com/2014/07/reading-sequence-file-compressed-file.html
All the question that scared me now i am trying to scare them . so that they cant scare others :) Information should be available at many places so i do copy paste :). Tuesday, July 1, 2014. Reading sequence file/ compressed file / or TextRecordInputStream file from hadoop. Hadoop fs -text file path name/filename. Which will show they correct output of the sequence file content. Tuesday, July 01, 2014. Hadoop fs text command. Subscribe to: Post Comments (Atom). Commands Available on HBase Shell. List Fil...
helpmetocode.blogspot.com
Infinite Programming Tips: how to calculate median in Hive
http://helpmetocode.blogspot.com/2012/04/how-to-calculate-median-in-hive.html
All the question that scared me now i am trying to scare them . so that they cant scare others :) Information should be available at many places so i do copy paste :). Thursday, April 19, 2012. How to calculate median in Hive. Use the following function which is built in. Percentile(BIGINT col, p). And set p to be 0.5. And will calculate the median. Thursday, April 19, 2012. Labels: how to calculate median in Hive. Subscribe to: Post Comments (Atom). Commands Available on HBase Shell. First add two refer...
helpmetocode.blogspot.com
Infinite Programming Tips: Download File from URL, Download Document from SharePoint library using c#
http://helpmetocode.blogspot.com/2011/06/download-file-from-url-download.html
All the question that scared me now i am trying to scare them . so that they cant scare others :) Information should be available at many places so i do copy paste :). Thursday, June 16, 2011. Download File from URL, Download Document from SharePoint library using c#. Public void DownloadFileFromSite(string siteURL, string saveName ). Catch (Exception Exception) { / Error MessageBox.Show("Error In Downloading"); } }. Thursday, June 16, 2011. C# net framework 4 features. C# sharepoint file downlaod. List ...