1- open eclipse.ini file in the eclipse directory.
2- Abb the following line after -vmargs line
-Duser.name=_Your_name
Monday, 16 May 2011
Monday, 9 May 2011
To what extent is Hadoop used in finance? - Quora
To what extent is Hadoop used in finance? - Quora: "To what extent is Hadoop used in finance?"
Almost every large bank I've spoken with has either a pilot project or a production cluster running.
Some example use cases that come to mind:
IT log consolidation and analysis (for use in provisioning, forensics, etc.)
Collection and analysis of enterprise service bus messages
Identifying transaction fraud: creating a large data set for model building and backtesting
Consolidating consumer product data warehouses and transaction logs to build a unified risk score across consumer products (retail banking, home loans, auto loans, student loans, credit cards, etc.)
Daily transformation of loan-level data delivered from a service provider in a custom format into a consolidated format suitable for loading into a database
Collection and analysis of simulation logs from a multi-thousand node compute grid
Tiered time series tick database (recent data stored in an in-memory column store, older data stored on Hadoop)
Check image storage and retrieval
Daily processing of equity markets data for compliance purposes
Creation of a equity market historical data repository for model fitting and back testing
Almost every large bank I've spoken with has either a pilot project or a production cluster running.
Some example use cases that come to mind:
IT log consolidation and analysis (for use in provisioning, forensics, etc.)
Collection and analysis of enterprise service bus messages
Identifying transaction fraud: creating a large data set for model building and backtesting
Consolidating consumer product data warehouses and transaction logs to build a unified risk score across consumer products (retail banking, home loans, auto loans, student loans, credit cards, etc.)
Daily transformation of loan-level data delivered from a service provider in a custom format into a consolidated format suitable for loading into a database
Collection and analysis of simulation logs from a multi-thousand node compute grid
Tiered time series tick database (recent data stored in an in-memory column store, older data stored on Hadoop)
Check image storage and retrieval
Daily processing of equity markets data for compliance purposes
Creation of a equity market historical data repository for model fitting and back testing
Friday, 6 May 2011
Why minus into minus is plus.
someone asked me why minus into minus is plus. Here is my answer:
1 is mathematically not correct. It should either be -1 or +1. When we write 1 it actually means +1.
1-1 means actually (+1) + (-1)
(-1)*(1-1)
= (-1)*[(+1)+(-1)]
= (-1)*(+1)+(-1)(-1)
= (-1)+(+1)
= -1+1 = 0
This means if (-1)*(-1) is not +1, then we can not prove the above. This is logic.
Now let me explain you the philosophy.
+(-1)
Suppose:
+ = same direction as sign
- = opposite direction sign
+(-1) = same direction to - so answer is -1
-(-1) = oppsite direction to - so the answer is +1
1 is mathematically not correct. It should either be -1 or +1. When we write 1 it actually means +1.
1-1 means actually (+1) + (-1)
(-1)*(1-1)
= (-1)*[(+1)+(-1)]
= (-1)*(+1)+(-1)(-1)
= (-1)+(+1)
= -1+1 = 0
This means if (-1)*(-1) is not +1, then we can not prove the above. This is logic.
Now let me explain you the philosophy.
+(-1)
Suppose:
+ = same direction as sign
- = opposite direction sign
+(-1) = same direction to - so answer is -1
-(-1) = oppsite direction to - so the answer is +1
Subscribe to:
Posts (Atom)
Azure OpenAI Architecture Patterns & Deployment Patterns
Sharing some useful links that will help customers architect Azure OpenAI solution using the best practices: (1) Azure OpenAI Landing Zone r...
-
Setting up a MPI cluster on Ubuntu involves the following steps: 1. Install OpenMPI on all machines. $sudo apt-get install libopenmpi-de...
-
Very Useful Link: http://people.cc.ku.edu/~grobe/intro-to-LSL/index.html#particle Using the Linden Script Language This page is a short...
-
float p_size = 0.1; default { state_entry() { llSay(0, "Hello, Avatar!"); llSetPrimitiveParams( [ PRIM_...