gpt4 book ai didi

scala - 在 apache zeppelin 中对条形图值进行排序

转载 作者:行者123 更新时间:2023-12-02 04:38:42 26 4
gpt4 key购买 nike

我在 EMR 上使用 Zeppelin v0.5.6。我无法按我绘制的指标对条形图进行排序。作为一个虚拟示例,我希望条形图显示 col2 排序 -

sc.parallelize(Range(0,10).map(e=>(e,e*e))).toDF("col1","col2").registerTempTable("temptable")

%sql select * from temptable order by col2 asc

或者
%sql select * from temptable order by col2 desc
对生成的图表没有影响。我错过了什么?

谢谢!

最佳答案

不确定您现在是否需要答案,但仍在为其他人发帖。
您在美元符号中遇到一些问题尝试通过键盘输入并首先执行第一行并确保您没有单击表格。

%sql
select * from temptable order by col2 asc

关于scala - 在 apache zeppelin 中对条形图值进行排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39354285/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com