Since there are so many possible combinations of components in an analysis environment (operating system, R version, Hadoop distribution, R package versions, etc.), it is useful to have as much information about your environment as possible to get to the bottom of the error. Please consider providing as much of the following as possible:
- R version
- Operating system and version
- If using Hadoop:
- Hadoop distribution / version
- Does a non-RHIPE Hadoop job run (such as the wordcount example)
- Results of sessionInfo() called from R
- The result of calling traceback() after the error occurs
- Code to reproduce the error
- If possible to share, prior to running the code with the error, set `options(error = quote(dump.frames("testdump", TRUE)))` and send the resulting `testdump.rda` file