Member since
10-02-2015
76
Posts
80
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1979 | 11-15-2016 03:28 PM | |
3396 | 11-15-2016 03:15 PM | |
2113 | 07-25-2016 08:03 PM | |
1741 | 05-11-2016 04:10 PM | |
3611 | 02-02-2016 08:09 PM |
01-29-2016
09:30 PM
How can I change the default port for running HBase thrift server?
... View more
Labels:
- Labels:
-
Apache HBase
01-22-2016
10:25 PM
2 Kudos
I tried looking for it online and could not find much information. Is this something that is actively being developed or can be done as part of professional services?
... View more
Labels:
- Labels:
-
Apache Knox
01-18-2016
04:31 PM
1 Kudo
@Landon Robinson Have you tried the following: Update operation allows an already submitted/scheduled entity to be updated. Cluster update is currently not allowed. Usage: $FALCON_HOME/bin/falcon entity -type [feed|process] -name <<name>> -update -file <<path_to_file>> The path to file will be the definition.xml
... View more
01-18-2016
03:13 PM
@ashwin jayrama Set $SPARK_HOME to /usr/hdp/current/spark & add the classpath. After which you can start the spark shell using: spark-shell --num-executors <n> --executor-memory <n> --master <yarn OR yarn-client OR local>
... View more
01-12-2016
03:39 AM
Hi Neeraj, I did not mention it .. but I tried $HADOOP_CLASSPATH as well as $SPARK_CLASSPATH. It did not work.
... View more
01-11-2016
08:38 PM
1 Kudo
I am running the following: $ run-example HBase-table <tablename>
But I keep getting the following error message: 16/01/11 20:36:00 INFO BlockManagerMaster: Registered BlockManager
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/HBaseConfiguration
at org.apache.spark.examples.HBaseTest$.main(HBaseTest.scala:31)
at org.apache.spark.examples.HBaseTest.main(HBaseTest.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:665)
at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:170)
at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:193)
at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:112)
at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.hbase.HBaseConfiguration
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 11 more
I have tried with adding the hbase-<version>-client.jar to both Hadoop & Spark classpath but to no avail.
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Spark
12-23-2015
10:29 PM
2 Kudos
Some basic charts are already included in Zeppelin. Visualizations are not limited to SparkSQL's query, any output from any language backend can be recognized and visualized. This sufficient for a Data Analyst, but if you were a Data Scientist, the built in tools within Zeppelin just don't cut. If you are a Python programmer and have been working with data in IPython, you must definitely be well versed in matplotlib library. You can install matplotlib in your python shell as long as Zeppelin is still using the same version of python. Once you do that the Pyspark interpreter will be able to import matplotlib libraries and you will be able to create graphs and charts in the Zeppelin interface itself. Make sure to add the following code at the end of your script and modify it as needed: def show(graph):
img = StringIO.StringIO()
graph.savefig(img, format='svg')
img.seek(0)
print "%html <div style='width:1000px'>" + img.buf + "</div>"
show(plt)
... View more
Labels:
12-21-2015
09:21 PM
1 Kudo
Falcon doesn’t seem to replace the Hue Oozie Editor functionality. And it’s not clear how well it integrates with software build/deployment tools like SVN, Ant, or Maven. There may be some issues with Hue 2* as well: We are running in Debian 7 OS Hue 3 made further improvements to Oozie editor which are not applied in our supported version of HUE Also, has anyone tested HUE3 on HDP, including HBase editor etc. ?
... View more
Labels:
- Labels:
-
Apache Falcon
-
Apache Oozie
-
Cloudera Hue
12-17-2015
06:15 PM
Hey guys, this was happening only on notebooks that I had imported from other versions of Zeppelin. Is this an incompatiility issue? or the way to import is not by copying and pasting into the $ZEP_HOME/notebooks directory?
... View more
12-16-2015
01:01 AM
ERROR [2015-12-16 01:00:18,427] ({qtp236231130-50} NotebookServer.java[onMessage]:157) - Can't handle message
org.apache.commons.vfs2.FileSystemException: Could not write to "file:///opt/incubator-zeppelin/notebook/
... View more
Labels:
- Labels:
-
Apache Zeppelin